Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c358 gint i, n_audio = 0, n_video = 0; in gst_test_src_bin_uri_handler_set_uri() local
383 n_video++; in gst_test_src_bin_uri_handler_set_uri()
391 GST_STREAM_TYPE_VIDEO, collection, &n_video, stream_def); in gst_test_src_bin_uri_handler_set_uri()
412 if (!n_video && !n_audio) in gst_test_src_bin_uri_handler_set_uri()
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Djsseek.c119 static gint n_video = 0, n_audio = 0, n_text = 0; variable
1772 for (i = 0; i < n_video; i++) in clear_streams()
1779 n_audio = n_video = n_text = 0; in clear_streams()
1802 g_object_get (pipeline, "n-video", &n_video, NULL); in update_streams()
1806 g_print ("video %d, audio %d, text %d\n", n_video, n_audio, n_text); in update_streams()
1809 for (i = 0; i < n_video; i++) { in update_streams()
1823 gtk_widget_set_sensitive (video_combo, state && n_video > 0); in update_streams()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c187 gint n_video, n_audio, n_text; member
1208 for (i = 0; i < app->n_video; i++) in clear_streams()
1215 app->n_audio = app->n_video = app->n_text = 0; in clear_streams()
1238 g_object_get (app->pipeline, "n-video", &app->n_video, NULL); in update_streams()
1242 g_print ("video %d, audio %d, text %d\n", app->n_video, app->n_audio, in update_streams()
1246 for (i = 0; i < app->n_video; i++) { in update_streams()
1262 gtk_widget_set_sensitive (app->video_combo, state && app->n_video > 0); in update_streams()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c2185 guint n_video = 0; in gst_play_streams_info_create_from_collection() local
2202 s = gst_play_stream_info_new (n_video, GST_TYPE_PLAY_VIDEO_INFO); in gst_play_streams_info_create_from_collection()
2203 n_video++; in gst_play_streams_info_create_from_collection()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c2778 gint n_video; in gst_play_bin_get_property() local
2782 n_video = (group->video_channels ? group->video_channels->len : 0); in gst_play_bin_get_property()
2783 g_value_set_int (value, n_video); in gst_play_bin_get_property()