Searched refs:gst_encoding_audio_profile_new (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | profile.c | 77 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/ |
D | gst-camera2.c | 72 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/ |
D | encodebin.c | 58 (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/ |
D | encoding-profile.h | 244 GstEncodingAudioProfile * gst_encoding_audio_profile_new (GstCaps *format,
|
D | encoding-profile.c | 1351 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()
|
D | encoding-target.c | 694 (GstEncodingProfile *) gst_encoding_audio_profile_new (formatcaps, in parse_encoding_profile()
|
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/ |
D | encoding.c | 154 gst_encoding_audio_profile_new (af, NULL, NULL, 0)); in create_profile()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | qtmux.c | 820 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/ |
D | gstcamerabin2.c | 1562 (GstEncodingProfile *) gst_encoding_audio_profile_new (caps, in gst_camera_bin_create_elements()
|