Home
last modified time | relevance | path

Searched refs:capture_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_vpu_if.h45 unsigned int capture_type; member
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-video.c661 v4l2->capture_type = 0; in process_frame_data_em28xx()
669 v4l2->capture_type = 2; in process_frame_data_em28xx()
681 if (v4l2->capture_type == 0) { in process_frame_data_em28xx()
684 v4l2->capture_type = 1; in process_frame_data_em28xx()
687 if (v4l2->capture_type == 1) { in process_frame_data_em28xx()
699 v4l2->capture_type = 2; in process_frame_data_em28xx()
705 if (v4l2->capture_type == 2) { in process_frame_data_em28xx()
708 v4l2->capture_type = 3; in process_frame_data_em28xx()
711 if (v4l2->capture_type == 3 && buf && data_len > 0) in process_frame_data_em28xx()
1101 v4l2->capture_type = -1; in em28xx_start_analog_streaming()
H A Dem28xx.h588 int capture_type; member
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp8_req_if.c289 inst->vpu.capture_type = ctx->capture_fourcc; in vdec_vp8_slice_init()
H A Dvdec_h264_req_multi_if.c410 inst->vpu.capture_type = ctx->capture_fourcc; in vdec_h264_slice_init()
H A Dvdec_hevc_req_multi_if.c870 inst->vpu.capture_type = ctx->capture_fourcc; in vdec_hevc_slice_init()