Searched refs:capture_type (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_vpu_if.h28 * @capture_type: used capture type to separate different capture format
44 unsigned int capture_type; member in struct:vdec_vpu_inst
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp8_req_if.c288 inst->vpu.capture_type = ctx->capture_fourcc;
H A Dvdec_hevc_req_multi_if.c870 inst->vpu.capture_type = ctx->capture_fourcc;
H A Dvdec_h264_req_multi_if.c410 inst->vpu.capture_type = ctx->capture_fourcc;
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-video.c661 v4l2->capture_type = 0;
669 v4l2->capture_type = 2;
681 if (v4l2->capture_type == 0) {
684 v4l2->capture_type = 1;
687 if (v4l2->capture_type == 1) {
699 v4l2->capture_type = 2;
705 if (v4l2->capture_type == 2) {
708 v4l2->capture_type = 3;
711 if (v4l2->capture_type == 3 && buf && data_len > 0)
1101 v4l2->capture_type
[all...]
H A Dem28xx.h588 int capture_type; member in struct:em28xx_v4l2

Completed in 482 milliseconds