Home
last modified time | relevance | path

Searched refs:get_format (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/tools/net/ynl/lib/
H A Dynl.py108 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 Dmachine-summary.py175 def get_format(cls, name): member in Format
238 formatter = Format.get_format(args.type)
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_kms.h96 const struct msm_format *(*get_format)(struct msm_kms *kms, member
H A Dmsm_fb.c184 format = kms->funcs->get_format(kms, mode_cmd->pixel_format, in msm_framebuffer_init()
/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c188 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 Dipu-image-convert.c325 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 Dgsc-m2m.c635 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 Dgsc-core.h391 const struct gsc_fmt *get_format(int index);
H A Dgsc-core.c200 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 Dmdp4_kms.c156 .get_format = mdp_get_format,
/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c386 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 Dbuiltin-c2c.c1954 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 Dmdp5_kms.c277 .get_format = mdp_get_format,
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.c1008 .get_format = dpu_get_msm_format,
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch6278 + 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 D0001-ffmpeg-5.1.4-rpi_24.patch218 @@ -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",