OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcOpus_DecodePlc
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_interface.h
243
*
WebRtcOpus_DecodePlc
(...)
256
int
WebRtcOpus_DecodePlc
(OpusDecInst* inst, int16_t* decoded,
opus_interface.c
340
decoded_samples =
WebRtcOpus_DecodePlc
(inst, decoded, 1);
360
int
WebRtcOpus_DecodePlc
(OpusDecInst* inst, int16_t* decoded,
opus_fec_test.cc
157
value_1 =
WebRtcOpus_DecodePlc
(opus_decoder_, &out_data_[0], 1);
opus_unittest.cc
569
static_cast<size_t>(
WebRtcOpus_DecodePlc
(
/external/webrtc/webrtc/modules/audio_coding/test/
opus_test.cc
307
decoded_samples +=
WebRtcOpus_DecodePlc
(
316
decoded_samples +=
WebRtcOpus_DecodePlc
(
Completed in 49 milliseconds