Home
last modified time | relevance | path

Searched refs:start_capture (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/
Dgst-camerabin2-test.c142 GstClockTime start_capture; member
186 #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()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/basecamerabinsrc/
Dgstbasecamerasrc.h124 gboolean (*start_capture) (GstBaseCameraSrc * src); member
Dgstbasecamerasrc.c190 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()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.h159 void (*start_capture) (GstCameraBin2 * camera); member
Dgstcamerabin2.c630 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()
Dgstwrappercamerabinsrc.c1121 gstbasecamerasrc_class->start_capture = in gst_wrapper_camera_bin_src_class_init()
/third_party/weston/clients/
Dsimple-dmabuf-v4l.c555 start_capture(struct display *display) in start_capture() function
1064 if (!start_capture(display)) in main()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c247 gstbasecamerasrc_class->start_capture = gst_uvc_h264_src_start_capture; in gst_uvc_h264_src_class_init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog172331 start_capture is called. This helps on image captures that might
172332 call finish_capture directly from start_capture or before start_capture