/openbmc/linux/tools/net/ynl/lib/ |
H A D | ynl.py | 108 def get_format(cls, attr_type, byte_order=None): member in NlAttr 130 format = self.get_format(attr_type, byte_order) 140 format = self.get_format(type) 152 format = self.get_format(m.type, m.byte_order) 468 format = NlAttr.get_format(attr['type'], attr.byte_order) 595 format = NlAttr.get_format(m.type, m.byte_order) 606 format = NlAttr.get_format(m.type, m.byte_order) 678 format = NlAttr.get_format(m.type, m.byte_order)
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | machine-summary.py | 175 def get_format(cls, name): member in Format 238 formatter = Format.get_format(args.type)
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_kms.h | 96 const struct msm_format *(*get_format)(struct msm_kms *kms, member
|
H A D | msm_fb.c | 184 format = kms->funcs->get_format(kms, mode_cmd->pixel_format, in msm_framebuffer_init()
|
/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.c | 188 static struct mmal_fmt *get_format(struct v4l2_format *f) in get_format() function 938 mfmt = get_format(f); in vidioc_try_fmt_vid_cap() 944 mfmt = get_format(f); in vidioc_try_fmt_vid_cap() 1061 struct mmal_fmt *mfmt = get_format(f); in mmal_setup_encode_component() 1149 struct mmal_fmt *mfmt = get_format(f); in mmal_setup_components() 1309 mfmt = get_format(f); in vidioc_s_fmt_vid_cap() 1315 mfmt = get_format(f); in vidioc_s_fmt_vid_cap()
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-image-convert.c | 325 static const struct ipu_image_pixfmt *get_format(u32 fourcc) in get_format() function 1931 ic_image->fmt = get_format(image->pix.pixelformat); in fill_image() 1971 infmt = get_format(in->pix.pixelformat); in ipu_image_convert_adjust() 1972 outfmt = get_format(out->pix.pixelformat); in ipu_image_convert_adjust() 1977 infmt = get_format(V4L2_PIX_FMT_RGB24); in ipu_image_convert_adjust() 1981 outfmt = get_format(V4L2_PIX_FMT_RGB24); in ipu_image_convert_adjust()
|
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-m2m.c | 635 ctx->s_frame.fmt = get_format(0); in gsc_m2m_open() 636 ctx->d_frame.fmt = get_format(0); in gsc_m2m_open()
|
H A D | gsc-core.h | 391 const struct gsc_fmt *get_format(int index);
|
H A D | gsc-core.c | 200 const struct gsc_fmt *get_format(int index) in get_format() function 217 fmt = get_format(i); in find_fmt()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_kms.c | 156 .get_format = mdp_get_format,
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kvm.c | 386 static struct kvm_fmt *get_format(const char *name) in get_format() function 419 struct kvm_fmt *kvm_fmt = get_format(name); in kvm_hists__init_output() 432 struct kvm_fmt *kvm_fmt = get_format(name); in kvm_hists__init_sort()
|
H A D | builtin-c2c.c | 1954 static struct c2c_fmt *get_format(const char *name) in get_format() function 1988 struct c2c_fmt *c2c_fmt = get_format(name); in c2c_hists__init_output() 2001 struct c2c_fmt *c2c_fmt = get_format(name); in c2c_hists__init_sort()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_kms.c | 277 .get_format = mdp_get_format,
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_kms.c | 1008 .get_format = dpu_get_msm_format,
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 6278 + p_context->get_format = ZcGetFormat; 6280 + p_context->get_format = ffmpeg_GetFormat; 6995 + { /* When direct rendering is not used, get_format() and get_buffer()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 218 @@ -2564,12 +2571,15 @@ static enum AVPixelFormat get_format(AVC 1710 @@ -402,6 +415,7 @@ static enum AVPixelFormat get_format(HEV 1718 @@ -429,6 +443,9 @@ static enum AVPixelFormat get_format(HEV 1728 @@ -450,6 +467,9 @@ static enum AVPixelFormat get_format(HEV 6515 + av_log(avctx, AV_LOG_DEBUG, "avctx requested=%d (%s) %dx%d; get_format requested=%d (%s)\n",
|