Home
last modified time | relevance | path

Searched refs:gst_play_video_info_get_width (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay-media-info.h107 gint gst_play_video_info_get_width (const GstPlayVideoInfo * info);
Dgstplay-media-info.c187 gst_play_video_info_get_width (const GstPlayVideoInfo * info) in gst_play_video_info_get_width() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer-media-info.c168 return gst_play_video_info_get_width (info->info); in gst_player_video_info_get_width()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c611 fail_unless_equals_int (gst_play_video_info_get_width (video_info), 320); in test_video_info()