OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcOpus_DurationEst
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_decoder_opus.cc
70
return
WebRtcOpus_DurationEst
(dec_state_, encoded, encoded_len);
opus_interface.h
282
*
WebRtcOpus_DurationEst
(...)
293
int
WebRtcOpus_DurationEst
(OpusDecInst* inst,
312
* arguments, like
WebRtcOpus_DurationEst
(...). In fact, the packet itself tells
313
* the duration. The decoder context in
WebRtcOpus_DurationEst
(...) is not used.
314
* So it may be advisable to remove it from
WebRtcOpus_DurationEst
(...). */
opus_unittest.cc
124
int est_len =
WebRtcOpus_DurationEst
(decoder, bitstream_, encoded_bytes_);
597
static_cast<size_t>(
WebRtcOpus_DurationEst
(
609
static_cast<size_t>(
WebRtcOpus_DurationEst
(
655
static_cast<size_t>(
WebRtcOpus_DurationEst
(
opus_interface.c
402
int
WebRtcOpus_DurationEst
(OpusDecInst* inst,
Completed in 1462 milliseconds