Home
last modified time | relevance | path

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

/drivers/media/usb/em28xx/
Dem28xx-video.c662 v4l2->capture_type = 0; in process_frame_data_em28xx()
670 v4l2->capture_type = 2; in process_frame_data_em28xx()
680 if (v4l2->capture_type == 0) { in process_frame_data_em28xx()
683 v4l2->capture_type = 1; in process_frame_data_em28xx()
686 if (v4l2->capture_type == 1) { in process_frame_data_em28xx()
698 v4l2->capture_type = 2; in process_frame_data_em28xx()
704 if (v4l2->capture_type == 2) { in process_frame_data_em28xx()
707 v4l2->capture_type = 3; in process_frame_data_em28xx()
710 if (v4l2->capture_type == 3 && buf != NULL && data_len > 0) in process_frame_data_em28xx()
951 v4l2->capture_type = -1; in em28xx_start_analog_streaming()
Dem28xx.h554 int capture_type; member