Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-video.c661 v4l2->capture_type = 0; in process_frame_data_em28xx()
669 v4l2->capture_type = 2; in process_frame_data_em28xx()
679 if (v4l2->capture_type == 0) { in process_frame_data_em28xx()
682 v4l2->capture_type = 1; in process_frame_data_em28xx()
685 if (v4l2->capture_type == 1) { in process_frame_data_em28xx()
697 v4l2->capture_type = 2; in process_frame_data_em28xx()
703 if (v4l2->capture_type == 2) { in process_frame_data_em28xx()
706 v4l2->capture_type = 3; in process_frame_data_em28xx()
709 if (v4l2->capture_type == 3 && buf != NULL && data_len > 0) in process_frame_data_em28xx()
950 v4l2->capture_type = -1; in em28xx_start_analog_streaming()
Dem28xx.h557 int capture_type; member