Home
last modified time | relevance | path

Searched defs:decode_fec (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libopus/src/
H A Dopus_multistream_decoder.c185 int decode_fec, in opus_multistream_decode_native()
380 int decode_fec in opus_multistream_decode()
389 opus_int32 len, float *pcm, int frame_size, int decode_fec) in opus_multistream_decode_float()
399 opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec) in opus_multistream_decode()
411 int decode_fec in opus_multistream_decode_float()
H A Dopus_decoder.c238 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) in opus_decode_frame()
671 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec, in opus_decode_native()
816 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) in opus_decode()
825 opus_int32 len, float *pcm, int frame_size, int decode_fec) in opus_decode_float()
862 opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec) in opus_decode()
897 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) in opus_decode_float()
H A Dopus_projection_decoder.c215 int decode_fec) in opus_projection_decode()
224 int decode_fec) in opus_projection_decode()
234 opus_int32 len, float *pcm, int frame_size, int decode_fec) in opus_projection_decode_float()
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_interface.cc607 int decode_fec) { in DecodeNative()