Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay-media-info.h159 gint gst_play_audio_info_get_max_bitrate (const GstPlayAudioInfo* info);
Dgstplay-media-info.c376 gst_play_audio_info_get_max_bitrate (const GstPlayAudioInfo * info) in gst_play_audio_info_get_max_bitrate() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer-media-info.c345 return gst_play_audio_info_get_max_bitrate (info->info); in gst_player_audio_info_get_max_bitrate()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c577 fail_unless_equals_int (gst_play_audio_info_get_max_bitrate in test_audio_info()