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

123

/linux-master/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c208 get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
274 if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
306 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
308 q_data = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
342 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
354 s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
514 V4L2_BUF_TYPE_VIDEO_OUTPUT :
524 q_data = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
562 if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
588 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
[all...]
/linux-master/drivers/media/platform/amlogic/meson-ge2d/
H A Dge2d.c159 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
404 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
461 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT &&
475 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
484 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
512 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT &&
532 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
562 struct ge2d_frame *frm_out = get_frame(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
689 frm = get_frame(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c168 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
507 if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
547 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
735 pix->colorspace = (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) ?
812 frame = (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) ?
827 if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
856 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
929 if ((s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) &&
1004 if ((type == V4L2_BUF_TYPE_VIDEO_OUTPUT) &&
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c690 if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
779 if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
834 if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
864 if (video->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
869 a->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
882 if (video->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
1140 if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
1420 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
H A Disp.h364 return V4L2_BUF_TYPE_VIDEO_OUTPUT;
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-v4l2.c36 #define to_type_str(type) (type == V4L2_BUF_TYPE_VIDEO_OUTPUT ? \
523 if (sp->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
539 if (sp->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
917 size = vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT ?
936 if (vb->vb2_queue->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
1047 if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
1073 if (vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
1143 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c448 if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
460 q_data_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
462 V4L2_BUF_TYPE_VIDEO_OUTPUT);
522 if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
669 q_data_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
676 src_vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
702 q_data_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
864 q_data_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
975 if (rb->type == V4L2_BUF_TYPE_VIDEO_OUTPUT && ctx->ops->reqbufs)
987 buf->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
[all...]
H A Dcoda-bit.c645 q_data_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
835 q_data_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
1046 if (rb->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
1050 q_data_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
1073 q_data_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
1499 q_data_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
1802 if (rb->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
1806 q_data_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
1887 q_data_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
2064 q_data_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
[all...]
H A Dcoda.h329 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
/linux-master/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c152 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
309 q_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
413 q_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
466 q_src = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
776 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
839 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
935 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
986 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
1081 if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
1111 case V4L2_BUF_TYPE_VIDEO_OUTPUT
[all...]
/linux-master/drivers/staging/media/omap4iss/
H A Diss_video.c657 if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
713 if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
743 if (video->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
748 a->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
761 if (video->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
933 if (video->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
1208 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
/linux-master/drivers/media/usb/uvc/
H A Duvc_queue.c104 if (vb->type == V4L2_BUF_TYPE_VIDEO_OUTPUT &&
118 if (vb->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
/linux-master/drivers/media/platform/
H A Dm2m-deinterlace.c93 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
219 s_q_data = get_q_data(V4L2_BUF_TYPE_VIDEO_OUTPUT);
662 s_q_data = get_q_data(V4L2_BUF_TYPE_VIDEO_OUTPUT);
801 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
/linux-master/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.c199 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
409 if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT && !f->fmt.pix.colorspace) {
446 if (f->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
487 frm_out = get_frame(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
/linux-master/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.c86 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
146 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
414 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
464 } else if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-m2m.c374 if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
384 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
397 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
430 if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT)
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-m2m.c392 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
445 } else if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
498 f = (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) ?
502 if (s->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
/linux-master/drivers/media/pci/ivtv/
H A Divtv-ioctl.c816 } else if (type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
834 if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
842 if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
890 if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
944 .type = V4L2_BUF_TYPE_VIDEO_OUTPUT,
949 .type = V4L2_BUF_TYPE_VIDEO_OUTPUT,
1616 if (args->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c179 [V4L2_BUF_TYPE_VIDEO_OUTPUT] = "vid-out",
286 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
506 } else if (p->type == V4L2_BUF_TYPE_VIDEO_OUTPUT ||
950 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
1046 fmt->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
1059 fmt->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
1568 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
1652 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
1733 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
1841 case V4L2_BUF_TYPE_VIDEO_OUTPUT
[all...]
/linux-master/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_video.c326 vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
583 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
/linux-master/include/trace/events/
H A Dv4l2.h22 EM( V4L2_BUF_TYPE_VIDEO_OUTPUT, "VIDEO_OUTPUT" ) \
/linux-master/drivers/usb/gadget/function/
H A Duvc_queue.c77 if (vb->type == V4L2_BUF_TYPE_VIDEO_OUTPUT &&
/linux-master/drivers/media/test-drivers/
H A Dvim2m.c239 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
251 case V4L2_BUF_TYPE_VIDEO_OUTPUT:
450 q_data_in = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT);
1114 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
/linux-master/drivers/media/platform/renesas/
H A Dsh_vou.c404 fmt->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
900 if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
944 if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT ||
1293 q->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c639 if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
686 if (s->type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
807 if (type != V4L2_BUF_TYPE_VIDEO_OUTPUT)
1107 V4L2_BUF_TYPE_VIDEO_OUTPUT))

Completed in 247 milliseconds

123