Searched refs:V4L2_BUF_TYPE_VIDEO_OUTPUT (Results 51 - 68 of 68) sorted by relevance

123

/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc.c606 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
636 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c827 bool is_out = sp_fmt->type == V4L2_BUF_TYPE_VIDEO_OUTPUT;
H A Dvivid-core.c870 else if (buf_type == V4L2_BUF_TYPE_VIDEO_OUTPUT && dev->multiplanar)
1323 V4L2_BUF_TYPE_VIDEO_OUTPUT, 2,
/linux-master/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1321 if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
1791 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT &&
2524 vb->vb2_queue->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
2605 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c2910 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
3261 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
3505 if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
3523 if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-video.c728 q->type = is_output ? V4L2_BUF_TYPE_VIDEO_OUTPUT :
/linux-master/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i_rotate.c535 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccp2.c1106 ccp2->video_in.type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
/linux-master/drivers/media/platform/sunxi/sun8i-di/
H A Dsun8i-di.c672 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-video.c317 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
/linux-master/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.c517 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
571 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c532 else if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c1254 q->type = s->is_output ? V4L2_BUF_TYPE_VIDEO_OUTPUT :
/linux-master/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c1452 q_data_out = mxc_jpeg_get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
2536 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT && s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
2577 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT && s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c1592 q->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
/linux-master/drivers/media/usb/uvc/
H A Duvc_v4l2.c1208 if (stream->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
H A Duvc_video.c1884 if (stream->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_enc.c2306 if (a->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {

Completed in 238 milliseconds

123