Home
last modified time | relevance | path

Searched refs:gst_audio_encoder_set_frame_samples_max (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/gsm/
Dgstgsmenc.c144 gst_audio_encoder_set_frame_samples_max (benc, 160); in gst_gsmenc_set_format()
/third_party/gstreamer/gstplugins_bad/gst/siren/
Dgstsirenenc.c134 gst_audio_encoder_set_frame_samples_max (benc, 320); in gst_siren_enc_set_format()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.h289 void gst_audio_encoder_set_frame_samples_max (GstAudioEncoder * enc, gint num);
Dgstaudioencoder.c2233 gst_audio_encoder_set_frame_samples_max (GstAudioEncoder * enc, gint num) in gst_audio_encoder_set_frame_samples_max() function
/third_party/gstreamer/gstplugins_bad/ext/voamrwbenc/
Dgstvoamrwbenc.c264 gst_audio_encoder_set_frame_samples_max (benc, L_FRAME16k); in gst_voamrwbenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/openaptx/
Dgstopenaptxenc.c127 gst_audio_encoder_set_frame_samples_max (audio_enc, APTX_SAMPLES_PER_CHANNEL); in gst_openaptx_enc_set_format()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfaudioenc.cpp160 gst_audio_encoder_set_frame_samples_max (enc, klass->frame_samples); in gst_mf_audio_enc_set_format()
/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexenc.c322 gst_audio_encoder_set_frame_samples_max (benc, enc->frame_size); in gst_speex_enc_set_format()
328 gst_audio_encoder_set_frame_samples_max (benc, in gst_speex_enc_set_format()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavaudenc.c345 gst_audio_encoder_set_frame_samples_max (GST_AUDIO_ENCODER (ffmpegaudenc), in gst_ffmpegaudenc_set_format()
351 gst_audio_encoder_set_frame_samples_max (GST_AUDIO_ENCODER (ffmpegaudenc), in gst_ffmpegaudenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/isac/
Dgstisacenc.c237 gst_audio_encoder_set_frame_samples_max (enc, self->samples_per_frame); in gst_isacenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/sbc/
Dgstsbcenc.c163 gst_audio_encoder_set_frame_samples_max (audio_enc, sampleframes_per_frame); in gst_sbc_enc_set_format()
/third_party/gstreamer/gstplugins_bad/gst/adpcmenc/
Dadpcmenc.c195 gst_audio_encoder_set_frame_samples_max (benc, enc->samples_per_block); in adpcmenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/
Dgstvoaacenc.c366 gst_audio_encoder_set_frame_samples_max (benc, 1024); in gst_voaacenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c387 gst_audio_encoder_set_frame_samples_max (enc, enc_info.frameLength); in gst_fdkaacenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/faac/
Dgstfaac.c401 gst_audio_encoder_set_frame_samples_max (enc, faac->samples); in gst_faac_set_format()
/third_party/gstreamer/gstplugins_good/ext/twolame/
Dgsttwolamemp2enc.c402 gst_audio_encoder_set_frame_samples_max (enc, 1152); in gst_two_lame_set_format()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusenc.c438 gst_audio_encoder_set_frame_samples_max (benc, enc->frame_samples); in gst_opus_enc_setup_base_class()