Home
last modified time | relevance | path

Searched refs:gst_audio_encoder_set_frame_samples_min (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/gsm/
Dgstgsmenc.c143 gst_audio_encoder_set_frame_samples_min (benc, 160); in gst_gsmenc_set_format()
/third_party/gstreamer/gstplugins_bad/gst/siren/
Dgstsirenenc.c133 gst_audio_encoder_set_frame_samples_min (benc, 320); in gst_siren_enc_set_format()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.h283 void gst_audio_encoder_set_frame_samples_min (GstAudioEncoder * enc, gint num);
Dgstaudioencoder.c2196 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/
Dgstvoamrwbenc.c263 gst_audio_encoder_set_frame_samples_min (benc, L_FRAME16k); in gst_voamrwbenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/openaptx/
Dgstopenaptxenc.c126 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/
Dgstmfaudioenc.cpp159 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/
Dgstspeexenc.c321 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/
Dgstavaudenc.c343 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/
Dgstisacenc.c236 gst_audio_encoder_set_frame_samples_min (enc, self->samples_per_frame); in gst_isacenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/sbc/
Dgstsbcenc.c162 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/
Dadpcmenc.c194 gst_audio_encoder_set_frame_samples_min (benc, enc->samples_per_block); in adpcmenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/
Dgstvoaacenc.c365 gst_audio_encoder_set_frame_samples_min (benc, 1024); in gst_voaacenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/ldac/
Dgstldacenc.c320 gst_audio_encoder_set_frame_samples_min (audio_enc, in gst_ldac_enc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c386 gst_audio_encoder_set_frame_samples_min (enc, enc_info.frameLength); in gst_fdkaacenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/faac/
Dgstfaac.c400 gst_audio_encoder_set_frame_samples_min (enc, faac->samples); in gst_faac_set_format()
/third_party/gstreamer/gstplugins_good/ext/twolame/
Dgsttwolamemp2enc.c401 gst_audio_encoder_set_frame_samples_min (enc, 1152); in gst_two_lame_set_format()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusenc.c437 gst_audio_encoder_set_frame_samples_min (benc, enc->frame_samples); in gst_opus_enc_setup_base_class()