Searched refs:gst_audio_encoder_set_frame_samples_min (Results 1 – 18 of 18) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/gsm/ |
D | gstgsmenc.c | 143 gst_audio_encoder_set_frame_samples_min (benc, 160); in gst_gsmenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | gstsirenenc.c | 133 gst_audio_encoder_set_frame_samples_min (benc, 320); in gst_siren_enc_set_format()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioencoder.h | 283 void gst_audio_encoder_set_frame_samples_min (GstAudioEncoder * enc, gint num);
|
D | gstaudioencoder.c | 2196 gst_audio_encoder_set_frame_samples_min (GstAudioEncoder * enc, gint num) in gst_audio_encoder_set_frame_samples_min() function
|
/third_party/gstreamer/gstplugins_bad/ext/voamrwbenc/ |
D | gstvoamrwbenc.c | 263 gst_audio_encoder_set_frame_samples_min (benc, L_FRAME16k); in gst_voamrwbenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/openaptx/ |
D | gstopenaptxenc.c | 126 gst_audio_encoder_set_frame_samples_min (audio_enc, APTX_SAMPLES_PER_CHANNEL); in gst_openaptx_enc_set_format()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfaudioenc.cpp | 159 gst_audio_encoder_set_frame_samples_min (enc, klass->frame_samples); in gst_mf_audio_enc_set_format()
|
/third_party/gstreamer/gstplugins_good/ext/speex/ |
D | gstspeexenc.c | 321 gst_audio_encoder_set_frame_samples_min (benc, enc->frame_size); in gst_speex_enc_set_format() 326 gst_audio_encoder_set_frame_samples_min (benc, in gst_speex_enc_set_format()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavaudenc.c | 343 gst_audio_encoder_set_frame_samples_min (GST_AUDIO_ENCODER (ffmpegaudenc), in gst_ffmpegaudenc_set_format() 349 gst_audio_encoder_set_frame_samples_min (GST_AUDIO_ENCODER (ffmpegaudenc), in gst_ffmpegaudenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/isac/ |
D | gstisacenc.c | 236 gst_audio_encoder_set_frame_samples_min (enc, self->samples_per_frame); in gst_isacenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/sbc/ |
D | gstsbcenc.c | 162 gst_audio_encoder_set_frame_samples_min (audio_enc, sampleframes_per_frame); in gst_sbc_enc_set_format()
|
/third_party/gstreamer/gstplugins_bad/gst/adpcmenc/ |
D | adpcmenc.c | 194 gst_audio_encoder_set_frame_samples_min (benc, enc->samples_per_block); in adpcmenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/ |
D | gstvoaacenc.c | 365 gst_audio_encoder_set_frame_samples_min (benc, 1024); in gst_voaacenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/ldac/ |
D | gstldacenc.c | 320 gst_audio_encoder_set_frame_samples_min (audio_enc, in gst_ldac_enc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/ |
D | gstfdkaacenc.c | 386 gst_audio_encoder_set_frame_samples_min (enc, enc_info.frameLength); in gst_fdkaacenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/faac/ |
D | gstfaac.c | 400 gst_audio_encoder_set_frame_samples_min (enc, faac->samples); in gst_faac_set_format()
|
/third_party/gstreamer/gstplugins_good/ext/twolame/ |
D | gsttwolamemp2enc.c | 401 gst_audio_encoder_set_frame_samples_min (enc, 1152); in gst_two_lame_set_format()
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusenc.c | 437 gst_audio_encoder_set_frame_samples_min (benc, enc->frame_samples); in gst_opus_enc_setup_base_class()
|