Searched refs:capture_type (Results 1 – 2 of 2) sorted by relevance
671 v4l2->capture_type = 0; in process_frame_data_em28xx()679 v4l2->capture_type = 2; in process_frame_data_em28xx()691 if (v4l2->capture_type == 0) { in process_frame_data_em28xx()694 v4l2->capture_type = 1; in process_frame_data_em28xx()697 if (v4l2->capture_type == 1) { in process_frame_data_em28xx()709 v4l2->capture_type = 2; in process_frame_data_em28xx()715 if (v4l2->capture_type == 2) { in process_frame_data_em28xx()718 v4l2->capture_type = 3; in process_frame_data_em28xx()721 if (v4l2->capture_type == 3 && buf && data_len > 0) in process_frame_data_em28xx()1111 v4l2->capture_type = -1; in em28xx_start_analog_streaming()
597 int capture_type; member