Home
last modified time | relevance | path

Searched refs:gst_encoding_audio_profile_new (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dprofile.c77 audioprof = gst_encoding_audio_profile_new (vorbis, (gchar *) "HQ", NULL, 0); in GST_START_TEST()
118 gst_encoding_audio_profile_new (vorbis, NULL, NULL, 0); in GST_START_TEST()
133 gst_encoding_audio_profile_new (vorbis, NULL, restriction, 0); in GST_START_TEST()
250 (GstEncodingProfile *) gst_encoding_audio_profile_new (caps, NULL, caps2, in create_saveload_target()
384 (GstEncodingProfile *) gst_encoding_audio_profile_new (tmpcaps, NULL, in test_individual_target()
633 (GstEncodingProfile *) gst_encoding_audio_profile_new (speex, NULL, in GST_START_TEST()
642 (GstEncodingProfile *) gst_encoding_audio_profile_new (vorbis, NULL, in GST_START_TEST()
671 (GstEncodingProfile *) gst_encoding_audio_profile_new (mp3, NULL, in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/
Dgst-camera2.c72 gst_encoding_audio_profile_new (caps, NULL, NULL, 1)); in create_ogg_profile()
95 gst_encoding_audio_profile_new (caps, NULL, NULL, 1)); in create_webm_profile()
120 gst_encoding_audio_profile_new (caps, NULL, NULL, 1)); in create_mp4_profile()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dencodebin.c58 (GstEncodingProfile *) gst_encoding_audio_profile_new (vorbis, preset, in create_ogg_vorbis_profile()
79 (GstEncodingProfile *) gst_encoding_audio_profile_new (vorbis, NULL, in create_ogg_theora_vorbis_profile()
100 (GstEncodingProfile *) gst_encoding_audio_profile_new (vorbis, NULL, NULL, in create_vorbis_only_profile()
121 (GstEncodingProfile *) gst_encoding_audio_profile_new (caps, NULL, NULL, in create_unsupported_profile()
992 (GstEncodingProfile *) gst_encoding_audio_profile_new (vorbis, NULL, NULL, in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.h244 GstEncodingAudioProfile * gst_encoding_audio_profile_new (GstCaps *format,
Dencoding-profile.c1351 gst_encoding_audio_profile_new (GstCaps * format, const gchar * preset, in gst_encoding_audio_profile_new() function
1768 GST_ENCODING_PROFILE (gst_encoding_audio_profile_new (caps, preset_name, in create_encoding_profile_from_caps()
2201 (GstEncodingProfile *) gst_encoding_audio_profile_new (caps, NULL, in create_stream_profile_recurse()
Dencoding-target.c694 (GstEncodingProfile *) gst_encoding_audio_profile_new (formatcaps, in parse_encoding_profile()
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dencoding.c154 gst_encoding_audio_profile_new (af, NULL, NULL, 0)); in create_profile()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dqtmux.c820 GST_ENCODING_PROFILE (gst_encoding_audio_profile_new (caps, NULL, NULL, in create_qtmux_profile()
932 GST_ENCODING_PROFILE (gst_encoding_audio_profile_new (caps, NULL, NULL, in create_mp4mux_profile()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.c1562 (GstEncodingProfile *) gst_encoding_audio_profile_new (caps, in gst_camera_bin_create_elements()