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

1234567891011

/linux-master/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) argument
[all...]
H A Dvimc-capture.c39 .pixelformat = V4L2_PIX_FMT_RGB24,
96 /* Don't accept a pixelformat that is not on the table */
97 vpix = vimc_pix_map_by_pixelformat(format->pixelformat);
99 format->pixelformat = fmt_default.pixelformat;
100 vpix = vimc_pix_map_by_pixelformat(format->pixelformat);
136 vcapture->format.pixelformat, vcapture->format.colorspace,
141 f->fmt.pix.pixelformat, f->fmt.pix.colorspace,
167 f->pixelformat = vpix->pixelformat;
[all...]
/linux-master/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_capture.c35 u32 *pixelformat, u32 *field)
37 if (pixelformat)
38 *pixelformat = csi_dev->capture.format.fmt.pix.pixelformat;
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) argument
202 sun6i_csi_capture_format_find(u32 pixelformat) argument
314 sun6i_csi_capture_format_match(u32 pixelformat, u32 mbus_code) argument
341 u32 pixelformat; local
380 u32 pixelformat, field; local
898 u32 pixelformat, capture_field; local
[all...]
H A Dsun6i_csi_capture.h24 u32 pixelformat; member in struct:sun6i_csi_capture_format
33 u32 pixelformat; member in struct:sun6i_csi_capture_format_match
67 u32 *pixelformat, u32 *field);
72 struct sun6i_csi_capture_format *sun6i_csi_capture_format_find(u32 pixelformat);
/linux-master/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_capture.h22 u32 pixelformat; member in struct:sun6i_isp_capture_format
55 u32 *pixelformat);
60 sun6i_isp_capture_format_find(u32 pixelformat);
H A Dsun6i_isp_capture.c31 u32 *pixelformat)
33 if (pixelformat)
34 *pixelformat = isp_dev->capture.format.fmt.pix.pixelformat;
41 .pixelformat = V4L2_PIX_FMT_NV12,
45 .pixelformat = V4L2_PIX_FMT_NV21,
51 sun6i_isp_capture_format_find(u32 pixelformat) argument
56 if (sun6i_isp_capture_formats[i].pixelformat == pixelformat)
73 u32 pixelformat; local
30 sun6i_isp_capture_format(struct sun6i_isp_device *isp_dev, u32 *pixelformat) argument
115 u32 pixelformat; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_common.h52 unsigned int pixelformat; member in struct:atomisp_format_bridge
61 u32 pixelformat; member in struct:atomisp_fmt
H A Datomisp_ioctl.h32 atomisp_format_bridge *atomisp_get_format_bridge(unsigned int pixelformat);
/linux-master/drivers/media/platform/chips-media/coda/
H A Dimx-vdoa.h17 u32 pixelformat);
33 u32 pixelformat)
30 vdoa_context_configure(struct vdoa_ctx *ctx, unsigned int width, unsigned int height, u32 pixelformat) argument
H A Dimx-vdoa.c89 u32 pixelformat; member in struct:vdoa_q_data
166 if (dst_q_data->pixelformat == V4L2_PIX_FMT_YUYV)
181 if (dst_q_data->pixelformat == V4L2_PIX_FMT_NV12 ||
182 dst_q_data->pixelformat == V4L2_PIX_FMT_NV21)
237 u32 pixelformat)
246 if (pixelformat != V4L2_PIX_FMT_YUYV &&
247 pixelformat != V4L2_PIX_FMT_NV12)
266 dst_q_data->pixelformat = pixelformat;
267 switch (pixelformat) {
235 vdoa_context_configure(struct vdoa_ctx *ctx, unsigned int width, unsigned int height, u32 pixelformat) argument
[all...]
/linux-master/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i-formats.h22 const struct rotate_format *rotate_find_format(u32 pixelformat);
/linux-master/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_video.h20 u32 pixelformat; member in struct:cedrus_format
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)
90 if (fmt->pixelformat == pixelformat)
116 switch (pix_fmt->pixelformat) {
76 cedrus_find_format(struct cedrus_ctx *ctx, u32 pixelformat, u32 directions) argument
[all...]
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmdp_cfg_data.c569 .pixelformat = V4L2_PIX_FMT_GREY,
576 .pixelformat = V4L2_PIX_FMT_RGB565X,
583 .pixelformat = V4L2_PIX_FMT_RGB565,
590 .pixelformat = V4L2_PIX_FMT_RGB24,
597 .pixelformat = V4L2_PIX_FMT_BGR24,
604 .pixelformat = V4L2_PIX_FMT_ABGR32,
611 .pixelformat = V4L2_PIX_FMT_ARGB32,
618 .pixelformat = V4L2_PIX_FMT_UYVY,
626 .pixelformat = V4L2_PIX_FMT_VYUY,
634 .pixelformat
[all...]
/linux-master/include/uapi/linux/
H A Divtv.h52 __u32 pixelformat; /* 0 == same as destination */ member in struct:ivtv_dma_frame
/linux-master/include/media/
H A Dvsp1.h47 * @pixelformat: plane pixel format (V4L2 4CC)
57 u32 pixelformat; member in struct:vsp1_du_atomic_config
91 * @pixelformat: plane pixel format (V4L2 4CC)
96 u32 pixelformat; member in struct:vsp1_du_writeback_config
/linux-master/drivers/media/usb/msi2500/
H A Dmsi2500.c69 u32 pixelformat; member in struct:msi2500_format
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 in struct:msi2500_dev
270 switch (dev->pixelformat) {
690 switch (dev->pixelformat) {
[all...]
/linux-master/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) argument
[all...]
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-v4l2.c96 frameinfo->pixelformat = V4L2_PIX_FMT_NV12;
105 frameinfo->pixelformat);
121 u32 pixelformat,
130 if ((enc->pixelformat == pixelformat) &&
159 register_format(hva->encoders[i]->pixelformat,
190 u32 pixelformat, struct hva_enc **penc)
198 enc = (struct hva_enc *)hva_find_encoder(ctx, pixelformat,
202 ctx->name, (char *)&pixelformat, (char *)&streamformat);
207 ctx->name, (char *)&pixelformat, (cha
120 hva_find_encoder(struct hva_ctx *ctx, u32 pixelformat, u32 streamformat) argument
189 hva_open_encoder(struct hva_ctx *ctx, u32 streamformat, u32 pixelformat, struct hva_enc **penc) argument
405 u32 pixelformat = pix->pixelformat; local
[all...]
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-video.c35 * @pixelformat: V4L2 pixel format FCC identifier
43 u32 pixelformat; member in struct:camss_format_info
269 static int video_find_format(u32 code, u32 pixelformat, argument
277 formats[i].pixelformat == pixelformat)
311 pix->pixelformat = f->pixelformat;
363 format->fmt.pix_mp.pixelformat,
425 if (format->pixelformat == V4L2_PIX_FMT_NV12 ||
426 format->pixelformat
[all...]
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-video.c22 u32 fourcc = ctx->coded_fmt.fmt.pix_mp.pixelformat;
60 dprintk(ctx->dev, "pixelformat: %c%c%c%c\n",
61 pix_mp->pixelformat,
62 (pix_mp->pixelformat >> 8) & 0xff,
63 (pix_mp->pixelformat >> 16) & 0xff,
64 (pix_mp->pixelformat >> 24) & 0xff);
102 f->pixelformat);
141 .pixelformat = V4L2_PIX_FMT_FWHT_STATELESS,
155 .pixelformat = V4L2_PIX_FMT_MPEG2_SLICE,
169 .pixelformat
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.h23 const struct vivid_fmt *vivid_get_format(struct vivid_dev *dev, u32 pixelformat);
H A Dvivid-sdr-cap.c28 u32 pixelformat; member in struct:vivid_format
35 .pixelformat = V4L2_SDR_FMT_CU8,
38 .pixelformat = V4L2_SDR_FMT_CS8,
453 f->pixelformat = formats[f->index].pixelformat;
461 f->fmt.sdr.pixelformat = dev->sdr_pixelformat;
476 if (formats[i].pixelformat == f->fmt.sdr.pixelformat) {
477 dev->sdr_pixelformat = formats[i].pixelformat;
483 dev->sdr_pixelformat = formats[0].pixelformat;
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_malone.h34 u32 pixelformat,
44 void vpu_malone_enable_format(u32 pixelformat, int enable);
/linux-master/drivers/media/usb/airspy/
H A Dairspy.c74 u32 pixelformat; member in struct:airspy_format
81 .pixelformat = V4L2_SDR_FMT_RU12LE,
131 u32 pixelformat; member in struct:airspy
236 if (s->pixelformat == V4L2_SDR_FMT_RU12LE) {
627 f->pixelformat = formats[f->index].pixelformat;
637 f->fmt.sdr.pixelformat = s->pixelformat;
654 if (formats[i].pixelformat == f->fmt.sdr.pixelformat) {
[all...]

Completed in 202 milliseconds

1234567891011