/external/libopus/src/ |
D | opus_projection_decoder.c | 215 int decode_fec) in opus_projection_decode() argument 218 pcm, opus_projection_copy_channel_out_short, frame_size, decode_fec, 0, in opus_projection_decode() 224 int decode_fec) in opus_projection_decode() argument 227 pcm, opus_projection_copy_channel_out_short, frame_size, decode_fec, 1, in opus_projection_decode() 234 opus_int32 len, float *pcm, int frame_size, int decode_fec) in opus_projection_decode_float() argument 237 pcm, opus_projection_copy_channel_out_float, frame_size, decode_fec, 0, in opus_projection_decode_float()
|
D | opus_decoder.c | 221 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) in opus_decode_frame() argument 397 lost_flag = data == NULL ? 1 : 2 * decode_fec; in opus_decode_frame() 421 if (!decode_fec && mode != MODE_CELT_ONLY && data != NULL in opus_decode_frame() 518 celt_ret = celt_decode_with_ec(celt_dec, decode_fec ? NULL : data, in opus_decode_frame() 627 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec, in opus_decode_native() argument 637 if (decode_fec<0 || decode_fec>1) in opus_decode_native() 640 if ((decode_fec || len==0 || data==NULL) && frame_size%(st->Fs/400)!=0) in opus_decode_native() 672 if (decode_fec) in opus_decode_native() 743 opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec) in opus_decode() argument 747 return opus_decode_native(st, data, len, pcm, frame_size, decode_fec, 0, NULL, 0); in opus_decode() [all …]
|
D | opus_multistream_decoder.c | 185 int decode_fec, in opus_multistream_decode_native() argument 253 …ret = opus_decode_native(dec, data, len, buf, frame_size, decode_fec, s!=st->layout.nb_streams-1, … in opus_multistream_decode_native() 380 int decode_fec in opus_multistream_decode() argument 384 pcm, opus_copy_channel_out_short, frame_size, decode_fec, 0, NULL); in opus_multistream_decode() 389 opus_int32 len, float *pcm, int frame_size, int decode_fec) in opus_multistream_decode_float() argument 392 pcm, opus_copy_channel_out_float, frame_size, decode_fec, 0, NULL); in opus_multistream_decode_float() 399 opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec) in opus_multistream_decode() argument 402 pcm, opus_copy_channel_out_short, frame_size, decode_fec, 1, NULL); in opus_multistream_decode() 411 int decode_fec in opus_multistream_decode_float() argument 415 pcm, opus_copy_channel_out_float, frame_size, decode_fec, 0, NULL); in opus_multistream_decode_float()
|
D | opus_private.h | 150 opus_val16 *pcm, int frame_size, int decode_fec, int self_delimited, 196 int decode_fec,
|
/external/libopus/include/ |
D | opus_projection.h | 493 int decode_fec 532 int decode_fec
|
D | opus_multistream.h | 591 int decode_fec 629 int decode_fec
|
D | opus.h | 468 int decode_fec 493 int decode_fec
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_interface.cc | 528 int decode_fec) { in DecodeNative() argument 533 reinterpret_cast<opus_int16*>(decoded), frame_size, decode_fec); in DecodeNative() 538 frame_size, decode_fec); in DecodeNative()
|