Searched refs:start_capture (Results 1 – 9 of 9) sorted by relevance
142 GstClockTime start_capture; member186 #define SHOT_TO_SAVE(t) ((t)->capture_done - (t)->start_capture)187 #define SHOT_TO_SNAPSHOT(t) ((t)->got_preview - (t)->start_capture)189 #define SHOT_TO_BUFFER(t) ((t)->camera_capture - (t)->start_capture)948 timing->start_capture = gst_util_get_timestamp (); in run_pipeline()1030 stats.shot_to_shot = i == 0 ? 0 : t->start_capture - last_start; in print_performance_data()1074 last_start = t->start_capture; in print_performance_data()
124 gboolean (*start_capture) (GstBaseCameraSrc * src); member
190 g_return_if_fail (klass->start_capture != NULL); in gst_base_camera_src_start_capture()206 if (klass->start_capture (src)) { in gst_base_camera_src_start_capture()
159 void (*start_capture) (GstCameraBin2 * camera); member
630 klass->start_capture = gst_camera_bin_start_capture; in gst_camera_bin_class_init()840 G_STRUCT_OFFSET (GstCameraBin2Class, start_capture), in gst_camera_bin_class_init()
1121 gstbasecamerasrc_class->start_capture = in gst_wrapper_camera_bin_src_class_init()
555 start_capture(struct display *display) in start_capture() function1064 if (!start_capture(display)) in main()
247 gstbasecamerasrc_class->start_capture = gst_uvc_h264_src_start_capture; in gst_uvc_h264_src_class_init()
172331 start_capture is called. This helps on image captures that might172332 call finish_capture directly from start_capture or before start_capture