Searched defs:decode_fec (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libopus/src/ |
H A D | opus_multistream_decoder.c | 185 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 D | opus_decoder.c | 238 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 D | opus_projection_decoder.c | 215 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 D | opus_interface.cc | 607 int decode_fec) { in DecodeNative()
|