Home
last modified time | relevance | path

Searched refs:pixelformat (Results 1 - 25 of 489) sorted by relevance

12345678910>>...20

/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_capture.c35 u32 *pixelformat, u32 *field) in sun6i_csi_capture_format()
37 if (pixelformat) in sun6i_csi_capture_format()
38 *pixelformat = csi_dev->capture.format.fmt.pix.pixelformat; in sun6i_csi_capture_format()
49 .pixelformat = V4L2_PIX_FMT_SBGGR8,
54 .pixelformat = V4L2_PIX_FMT_SGBRG8,
59 .pixelformat = V4L2_PIX_FMT_SGRBG8,
64 .pixelformat = V4L2_PIX_FMT_SRGGB8,
69 .pixelformat = V4L2_PIX_FMT_SBGGR10,
74 .pixelformat
34 sun6i_csi_capture_format(struct sun6i_csi_device *csi_dev, u32 *pixelformat, u32 *field) sun6i_csi_capture_format() argument
202 sun6i_csi_capture_format_find(u32 pixelformat) sun6i_csi_capture_format_find() argument
314 sun6i_csi_capture_format_match(u32 pixelformat, u32 mbus_code) sun6i_csi_capture_format_match() argument
341 u32 pixelformat; sun6i_csi_capture_buffer_configure() local
380 u32 pixelformat, field; sun6i_csi_capture_configure() local
898 u32 pixelformat, capture_field; sun6i_csi_capture_link_validate() local
[all...]
H A Dsun6i_csi_capture.h24 u32 pixelformat; member
33 u32 pixelformat; member
67 u32 *pixelformat, u32 *field);
72 struct sun6i_csi_capture_format *sun6i_csi_capture_format_find(u32 pixelformat);
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/
H A Dvimc-common.c26 .pixelformat = V4L2_PIX_FMT_BGR24,
41 .pixelformat = V4L2_PIX_FMT_RGB24,
47 .pixelformat = V4L2_PIX_FMT_ARGB32,
55 .pixelformat = V4L2_PIX_FMT_SBGGR8,
61 .pixelformat = V4L2_PIX_FMT_SGBRG8,
67 .pixelformat = V4L2_PIX_FMT_SGRBG8,
73 .pixelformat = V4L2_PIX_FMT_SRGGB8,
79 .pixelformat = V4L2_PIX_FMT_SBGGR10,
85 .pixelformat = V4L2_PIX_FMT_SGBRG10,
91 .pixelformat
227 vimc_pix_map_by_pixelformat(u32 pixelformat) vimc_pix_map_by_pixelformat() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/
H A Dvimc-common.c26 .pixelformat = V4L2_PIX_FMT_BGR24,
41 .pixelformat = V4L2_PIX_FMT_RGB24,
47 .pixelformat = V4L2_PIX_FMT_ARGB32,
55 .pixelformat = V4L2_PIX_FMT_SBGGR8,
61 .pixelformat = V4L2_PIX_FMT_SGBRG8,
67 .pixelformat = V4L2_PIX_FMT_SGRBG8,
73 .pixelformat = V4L2_PIX_FMT_SRGGB8,
79 .pixelformat = V4L2_PIX_FMT_SBGGR10,
85 .pixelformat = V4L2_PIX_FMT_SGBRG10,
91 .pixelformat
227 vimc_pix_map_by_pixelformat(u32 pixelformat) vimc_pix_map_by_pixelformat() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmdp_cfg_data.c166 .pixelformat = V4L2_PIX_FMT_GREY,
173 .pixelformat = V4L2_PIX_FMT_RGB565X,
180 .pixelformat = V4L2_PIX_FMT_RGB565,
187 .pixelformat = V4L2_PIX_FMT_RGB24,
194 .pixelformat = V4L2_PIX_FMT_BGR24,
201 .pixelformat = V4L2_PIX_FMT_ABGR32,
208 .pixelformat = V4L2_PIX_FMT_ARGB32,
215 .pixelformat = V4L2_PIX_FMT_UYVY,
223 .pixelformat = V4L2_PIX_FMT_VYUY,
231 .pixelformat
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_video.c39 .pixelformat = V4L2_PIX_FMT_MPEG2_SLICE,
44 .pixelformat = V4L2_PIX_FMT_H264_SLICE,
49 .pixelformat = V4L2_PIX_FMT_HEVC_SLICE,
54 .pixelformat = V4L2_PIX_FMT_VP8_FRAME,
59 .pixelformat = V4L2_PIX_FMT_NV12,
64 .pixelformat = V4L2_PIX_FMT_NV12_32L32,
77 u32 pixelformat, u32 directions) in cedrus_find_format()
90 if (fmt->pixelformat == pixelformat) in cedrus_find_format()
116 switch (pix_fmt->pixelformat) { in cedrus_prepare_format()
76 cedrus_find_format(struct cedrus_ctx *ctx, u32 pixelformat, u32 directions) cedrus_find_format() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_video.c39 .pixelformat = V4L2_PIX_FMT_MPEG2_SLICE,
43 .pixelformat = V4L2_PIX_FMT_H264_SLICE,
47 .pixelformat = V4L2_PIX_FMT_HEVC_SLICE,
52 .pixelformat = V4L2_PIX_FMT_SUNXI_TILED_NV12,
56 .pixelformat = V4L2_PIX_FMT_NV12,
69 static struct cedrus_format *cedrus_find_format(u32 pixelformat, u32 directions, in cedrus_find_format() argument
83 if (fmt->pixelformat == pixelformat) in cedrus_find_format()
109 switch (pix_fmt->pixelformat) { in cedrus_prepare_format()
198 f->pixelformat in cedrus_enum_fmt()
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_capture.c31 u32 *pixelformat) in sun6i_isp_capture_format()
33 if (pixelformat) in sun6i_isp_capture_format()
34 *pixelformat = isp_dev->capture.format.fmt.pix.pixelformat; in sun6i_isp_capture_format()
41 .pixelformat = V4L2_PIX_FMT_NV12,
45 .pixelformat = V4L2_PIX_FMT_NV21,
51 sun6i_isp_capture_format_find(u32 pixelformat) in sun6i_isp_capture_format_find() argument
56 if (sun6i_isp_capture_formats[i].pixelformat == pixelformat) in sun6i_isp_capture_format_find()
73 u32 pixelformat; in sun6i_isp_capture_buffer_configure() local
30 sun6i_isp_capture_format(struct sun6i_isp_device *isp_dev, u32 *pixelformat) sun6i_isp_capture_format() argument
115 u32 pixelformat; sun6i_isp_capture_configure() local
[all...]
H A Dsun6i_isp_capture.h22 u32 pixelformat; member
55 u32 *pixelformat);
60 sun6i_isp_capture_format_find(u32 pixelformat);
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H A Dcamss-video.c35 * @pixelformat: V4L2 pixel format FCC identifier
43 u32 pixelformat; member
218 static int video_find_format(u32 code, u32 pixelformat, in video_find_format() argument
226 formats[i].pixelformat == pixelformat) in video_find_format()
260 pix->pixelformat = f->pixelformat; in video_mbus_to_pix_mp()
311 format->fmt.pix_mp.pixelformat, in video_get_subdev_format()
373 if (format->pixelformat == V4L2_PIX_FMT_NV12 || in video_buf_init()
374 format->pixelformat in video_buf_init()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H A Dcamss-video.c35 * @pixelformat: V4L2 pixel format FCC identifier
43 u32 pixelformat; member
269 static int video_find_format(u32 code, u32 pixelformat, in video_find_format() argument
277 formats[i].pixelformat == pixelformat) in video_find_format()
311 pix->pixelformat = f->pixelformat; in video_mbus_to_pix_mp()
363 format->fmt.pix_mp.pixelformat, in video_get_subdev_format()
425 if (format->pixelformat == V4L2_PIX_FMT_NV12 || in video_buf_init()
426 format->pixelformat in video_buf_init()
[all...]
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-sdr-cap.c27 u32 pixelformat; member
34 .pixelformat = V4L2_SDR_FMT_CU8,
37 .pixelformat = V4L2_SDR_FMT_CS8,
446 f->pixelformat = formats[f->index].pixelformat; in vidioc_enum_fmt_sdr_cap()
454 f->fmt.sdr.pixelformat = dev->sdr_pixelformat; in vidioc_g_fmt_sdr_cap()
471 if (formats[i].pixelformat == f->fmt.sdr.pixelformat) { in vidioc_s_fmt_sdr_cap()
472 dev->sdr_pixelformat = formats[i].pixelformat; in vidioc_s_fmt_sdr_cap()
478 dev->sdr_pixelformat = formats[0].pixelformat; in vidioc_s_fmt_sdr_cap()
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-sdr-cap.c28 u32 pixelformat; member
35 .pixelformat = V4L2_SDR_FMT_CU8,
38 .pixelformat = V4L2_SDR_FMT_CS8,
453 f->pixelformat = formats[f->index].pixelformat; in vidioc_enum_fmt_sdr_cap()
461 f->fmt.sdr.pixelformat = dev->sdr_pixelformat; in vidioc_g_fmt_sdr_cap()
476 if (formats[i].pixelformat == f->fmt.sdr.pixelformat) { in vidioc_s_fmt_sdr_cap()
477 dev->sdr_pixelformat = formats[i].pixelformat; in vidioc_s_fmt_sdr_cap()
483 dev->sdr_pixelformat = formats[0].pixelformat; in vidioc_s_fmt_sdr_cap()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/
H A Dgsc-core.c30 .pixelformat = V4L2_PIX_FMT_RGB565X,
36 .pixelformat = V4L2_PIX_FMT_BGR32,
42 .pixelformat = V4L2_PIX_FMT_YUYV,
51 .pixelformat = V4L2_PIX_FMT_UYVY,
60 .pixelformat = V4L2_PIX_FMT_VYUY,
69 .pixelformat = V4L2_PIX_FMT_YVYU,
78 .pixelformat = V4L2_PIX_FMT_YUV32,
86 .pixelformat = V4L2_PIX_FMT_YUV422P,
94 .pixelformat = V4L2_PIX_FMT_NV16,
102 .pixelformat
209 find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index) find_fmt() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c29 .pixelformat = V4L2_PIX_FMT_RGB565X,
35 .pixelformat = V4L2_PIX_FMT_BGR32,
41 .pixelformat = V4L2_PIX_FMT_YUYV,
50 .pixelformat = V4L2_PIX_FMT_UYVY,
59 .pixelformat = V4L2_PIX_FMT_VYUY,
68 .pixelformat = V4L2_PIX_FMT_YVYU,
77 .pixelformat = V4L2_PIX_FMT_YUV32,
85 .pixelformat = V4L2_PIX_FMT_YUV422P,
93 .pixelformat = V4L2_PIX_FMT_NV16,
101 .pixelformat
208 find_fmt(u32 *pixelformat, u32 *mbus_code, u32 index) find_fmt() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/
H A Dvisl-video.c22 u32 fourcc = ctx->coded_fmt.fmt.pix_mp.pixelformat; in visl_set_current_codec()
57 dprintk(ctx->dev, "pixelformat: %c%c%c%c\n", in visl_print_fmt()
58 pix_mp->pixelformat, in visl_print_fmt()
59 (pix_mp->pixelformat >> 8) & 0xff, in visl_print_fmt()
60 (pix_mp->pixelformat >> 16) & 0xff, in visl_print_fmt()
61 (pix_mp->pixelformat >> 24) & 0xff); in visl_print_fmt()
99 f->pixelformat); in visl_tpg_init()
138 .pixelformat = V4L2_PIX_FMT_FWHT_STATELESS,
152 .pixelformat = V4L2_PIX_FMT_MPEG2_SLICE,
166 .pixelformat
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H A Dimx-vdoa.c89 u32 pixelformat; member
166 if (dst_q_data->pixelformat == V4L2_PIX_FMT_YUYV) in vdoa_device_run()
181 if (dst_q_data->pixelformat == V4L2_PIX_FMT_NV12 || in vdoa_device_run()
182 dst_q_data->pixelformat == V4L2_PIX_FMT_NV21) in vdoa_device_run()
237 u32 pixelformat) in vdoa_context_configure()
246 if (pixelformat != V4L2_PIX_FMT_YUYV && in vdoa_context_configure()
247 pixelformat != V4L2_PIX_FMT_NV12) in vdoa_context_configure()
266 dst_q_data->pixelformat = pixelformat; in vdoa_context_configure()
267 switch (pixelformat) { in vdoa_context_configure()
235 vdoa_context_configure(struct vdoa_ctx *ctx, unsigned int width, unsigned int height, u32 pixelformat) vdoa_context_configure() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H A Dimx-vdoa.c89 u32 pixelformat; member
166 if (dst_q_data->pixelformat == V4L2_PIX_FMT_YUYV) in vdoa_device_run()
181 if (dst_q_data->pixelformat == V4L2_PIX_FMT_NV12 || in vdoa_device_run()
182 dst_q_data->pixelformat == V4L2_PIX_FMT_NV21) in vdoa_device_run()
237 u32 pixelformat) in vdoa_context_configure()
246 if (pixelformat != V4L2_PIX_FMT_YUYV && in vdoa_context_configure()
247 pixelformat != V4L2_PIX_FMT_NV12) in vdoa_context_configure()
266 dst_q_data->pixelformat = pixelformat; in vdoa_context_configure()
267 switch (pixelformat) { in vdoa_context_configure()
235 vdoa_context_configure(struct vdoa_ctx *ctx, unsigned int width, unsigned int height, u32 pixelformat) vdoa_context_configure() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/msi2500/
H A Dmsi2500.c69 u32 pixelformat; member
76 .pixelformat = V4L2_SDR_FMT_CS8,
80 .pixelformat = MSI2500_PIX_FMT_SDR_MSI2500_384,
82 .pixelformat = MSI2500_PIX_FMT_SDR_S12,
85 .pixelformat = V4L2_SDR_FMT_CS14LE,
88 .pixelformat = V4L2_SDR_FMT_CU8,
91 .pixelformat = V4L2_SDR_FMT_CU16LE,
125 u32 pixelformat; member
270 switch (dev->pixelformat) { in msi2500_convert_stream()
690 switch (dev->pixelformat) { in msi2500_set_usb_adc()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/msi2500/
H A Dmsi2500.c69 u32 pixelformat; member
76 .pixelformat = V4L2_SDR_FMT_CS8,
80 .pixelformat = MSI2500_PIX_FMT_SDR_MSI2500_384,
82 .pixelformat = MSI2500_PIX_FMT_SDR_S12,
85 .pixelformat = V4L2_SDR_FMT_CS14LE,
88 .pixelformat = V4L2_SDR_FMT_CU8,
91 .pixelformat = V4L2_SDR_FMT_CU16LE,
125 u32 pixelformat; member
270 switch (dev->pixelformat) { in msi2500_convert_stream()
690 switch (dev->pixelformat) { in msi2500_set_usb_adc()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H A Dhantro_v4l2.c171 f->pixelformat = fmt->fourcc; in vidioc_enum_fmt()
188 f->pixelformat = fmt->fourcc; in vidioc_enum_fmt()
246 (pix_mp->pixelformat & 0x7f), in hantro_try_fmt()
247 (pix_mp->pixelformat >> 8) & 0x7f, in hantro_try_fmt()
248 (pix_mp->pixelformat >> 16) & 0x7f, in hantro_try_fmt()
249 (pix_mp->pixelformat >> 24) & 0x7f); in hantro_try_fmt()
251 fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_try_fmt()
254 pix_mp->pixelformat = fmt->fourcc; in hantro_try_fmt()
317 fmt->pixelformat = vpu_fmt->fourcc; in hantro_reset_fmt()
418 * as the pixelformat remain in hantro_set_fmt_out()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_v4l2.c228 f->pixelformat = fmt->fourcc; in vidioc_enum_fmt()
248 f->pixelformat = fmt->fourcc; in vidioc_enum_fmt()
307 (pix_mp->pixelformat & 0x7f), in hantro_try_fmt()
308 (pix_mp->pixelformat >> 8) & 0x7f, in hantro_try_fmt()
309 (pix_mp->pixelformat >> 16) & 0x7f, in hantro_try_fmt()
310 (pix_mp->pixelformat >> 24) & 0x7f); in hantro_try_fmt()
312 fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_try_fmt()
315 pix_mp->pixelformat = fmt->fourcc; in hantro_try_fmt()
322 vpu_fmt = hantro_find_format(ctx, ctx->dst_fmt.pixelformat); in hantro_try_fmt()
393 fmt->pixelformat in hantro_reset_fmt()
[all...]
/kernel/linux/linux-6.6/drivers/media/common/saa7146/
H A Dsaa7146_video.c12 .pixelformat = V4L2_PIX_FMT_RGB332,
17 .pixelformat = V4L2_PIX_FMT_RGB565,
22 .pixelformat = V4L2_PIX_FMT_BGR24,
27 .pixelformat = V4L2_PIX_FMT_BGR32,
32 .pixelformat = V4L2_PIX_FMT_RGB32,
38 .pixelformat = V4L2_PIX_FMT_GREY,
43 .pixelformat = V4L2_PIX_FMT_YUV422P,
48 .pixelformat = V4L2_PIX_FMT_YVU420,
53 .pixelformat = V4L2_PIX_FMT_YUV420,
58 .pixelformat
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/
H A Ddelta-v4l2.c248 frameinfo->pixelformat = V4L2_PIX_FMT_NV12; in set_default_params()
257 frameinfo->pixelformat); in set_default_params()
280 u32 pixelformat) in delta_find_decoder()
288 if ((dec->pixelformat == pixelformat) && in delta_find_decoder()
313 register_format(delta->decoders[i]->pixelformat, in register_formats()
343 u32 pixelformat, const struct delta_dec **pdec) in delta_open_decoder()
349 dec = delta_find_decoder(ctx, streamformat, ctx->frameinfo.pixelformat); in delta_open_decoder()
352 ctx->name, (char *)&streamformat, (char *)&pixelformat); in delta_open_decoder()
357 ctx->name, (char *)&streamformat, (char *)&pixelformat); in delta_open_decoder()
278 delta_find_decoder(struct delta_ctx *ctx, u32 streamformat, u32 pixelformat) delta_find_decoder() argument
342 delta_open_decoder(struct delta_ctx *ctx, u32 streamformat, u32 pixelformat, const struct delta_dec **pdec) delta_open_decoder() argument
551 u32 pixelformat = pix->pixelformat; delta_try_fmt_frame() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c248 frameinfo->pixelformat = V4L2_PIX_FMT_NV12; in set_default_params()
257 frameinfo->pixelformat); in set_default_params()
280 u32 pixelformat) in delta_find_decoder()
288 if ((dec->pixelformat == pixelformat) && in delta_find_decoder()
313 register_format(delta->decoders[i]->pixelformat, in register_formats()
343 u32 pixelformat, const struct delta_dec **pdec) in delta_open_decoder()
349 dec = delta_find_decoder(ctx, streamformat, ctx->frameinfo.pixelformat); in delta_open_decoder()
352 ctx->name, (char *)&streamformat, (char *)&pixelformat); in delta_open_decoder()
357 ctx->name, (char *)&streamformat, (char *)&pixelformat); in delta_open_decoder()
278 delta_find_decoder(struct delta_ctx *ctx, u32 streamformat, u32 pixelformat) delta_find_decoder() argument
342 delta_open_decoder(struct delta_ctx *ctx, u32 streamformat, u32 pixelformat, const struct delta_dec **pdec) delta_open_decoder() argument
551 u32 pixelformat = pix->pixelformat; delta_try_fmt_frame() local
[all...]

Completed in 20 milliseconds

12345678910>>...20