Home
last modified time | relevance | path

Searched refs:DEFAULT_POSITION (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer.c69 #define DEFAULT_POSITION GST_CLOCK_TIME_NONE macro
231 0, G_MAXUINT64, DEFAULT_POSITION, in gst_player_class_init()
811 g_return_val_if_fail (GST_IS_PLAYER (self), DEFAULT_POSITION); in gst_player_get_position()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/
Dgsttranscoder.c39 #define DEFAULT_POSITION GST_CLOCK_TIME_NONE macro
189 0, G_MAXUINT64, DEFAULT_POSITION, in gst_transcoder_class_init()
1156 g_return_val_if_fail (GST_IS_TRANSCODER (self), DEFAULT_POSITION); in gst_transcoder_get_position()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfvideosrc.m38 #define DEFAULT_POSITION GST_AVF_VIDEO_SOURCE_POSITION_DEFAULT macro
313 position = DEFAULT_POSITION;
347 if (deviceType != DEFAULT_DEVICE_TYPE && position != DEFAULT_POSITION) {
1323 … GST_TYPE_AVF_VIDEO_SOURCE_POSITION, DEFAULT_POSITION,
/third_party/gstreamer/gstplugins_good/gst/shapewipe/
Dgstshapewipe.c100 #define DEFAULT_POSITION 0.0 macro
146 0.0, 1.0, DEFAULT_POSITION, in gst_shape_wipe_class_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c68 #define DEFAULT_POSITION GST_CLOCK_TIME_NONE macro
365 0, G_MAXUINT64, DEFAULT_POSITION, in gst_play_class_init()
3203 g_return_val_if_fail (GST_IS_PLAY (self), DEFAULT_POSITION); in gst_play_get_position()