Searched refs:gst_audio_encoder_set_frame_samples_max (Results 1 – 17 of 17) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/gsm/ |
D | gstgsmenc.c | 144 gst_audio_encoder_set_frame_samples_max (benc, 160); in gst_gsmenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | gstsirenenc.c | 134 gst_audio_encoder_set_frame_samples_max (benc, 320); in gst_siren_enc_set_format()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioencoder.h | 289 void gst_audio_encoder_set_frame_samples_max (GstAudioEncoder * enc, gint num);
|
D | gstaudioencoder.c | 2233 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/ |
D | gstvoamrwbenc.c | 264 gst_audio_encoder_set_frame_samples_max (benc, L_FRAME16k); in gst_voamrwbenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/openaptx/ |
D | gstopenaptxenc.c | 127 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/ |
D | gstmfaudioenc.cpp | 160 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/ |
D | gstspeexenc.c | 322 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/ |
D | gstavaudenc.c | 345 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/ |
D | gstisacenc.c | 237 gst_audio_encoder_set_frame_samples_max (enc, self->samples_per_frame); in gst_isacenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/sbc/ |
D | gstsbcenc.c | 163 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/ |
D | adpcmenc.c | 195 gst_audio_encoder_set_frame_samples_max (benc, enc->samples_per_block); in adpcmenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/ |
D | gstvoaacenc.c | 366 gst_audio_encoder_set_frame_samples_max (benc, 1024); in gst_voaacenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/ |
D | gstfdkaacenc.c | 387 gst_audio_encoder_set_frame_samples_max (enc, enc_info.frameLength); in gst_fdkaacenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/faac/ |
D | gstfaac.c | 401 gst_audio_encoder_set_frame_samples_max (enc, faac->samples); in gst_faac_set_format()
|
/third_party/gstreamer/gstplugins_good/ext/twolame/ |
D | gsttwolamemp2enc.c | 402 gst_audio_encoder_set_frame_samples_max (enc, 1152); in gst_two_lame_set_format()
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusenc.c | 438 gst_audio_encoder_set_frame_samples_max (benc, enc->frame_samples); in gst_opus_enc_setup_base_class()
|