Searched refs:capture_type (Results 1 – 2 of 2) sorted by relevance
662 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()
554 int capture_type; member