Home
last modified time | relevance | path

Searched refs:GstEncodingAudioProfile (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.h98 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_ENCODING_AUDIO_PROFILE, GstEncodingAudioProfile))
101 typedef struct _GstEncodingAudioProfile GstEncodingAudioProfile; typedef
244 GstEncodingAudioProfile * gst_encoding_audio_profile_new (GstCaps *format,
276 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstEncodingAudioProfile, gst_object_unref)
Dencoding-profile.c1134 G_DEFINE_TYPE (GstEncodingAudioProfile, gst_encoding_audio_profile,
1138 gst_encoding_audio_profile_init (GstEncodingAudioProfile * prof) in gst_encoding_audio_profile_init()
1350 GstEncodingAudioProfile *
1354 return (GstEncodingAudioProfile *) in gst_encoding_audio_profile_new()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dprofile.c63 GstEncodingAudioProfile *audioprof; in GST_START_TEST()