OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_cng_decoder_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
decoder_database.cc
23
: active_decoder_(-1),
active_cng_decoder_
(-1) {}
38
active_cng_decoder_
= -1;
95
if (
active_cng_decoder_
== rtp_payload_type) {
96
active_cng_decoder_
= -1; // No active CNG decoder.
221
if (
active_cng_decoder_
>= 0 &&
active_cng_decoder_
!= rtp_payload_type) {
223
DecoderMap::iterator it = decoders_.find(
active_cng_decoder_
);
236
active_cng_decoder_
= rtp_payload_type;
241
if (
active_cng_decoder_
< 0) {
245
return GetDecoder(
active_cng_decoder_
);
[
all
...]
decoder_database.h
157
int
active_cng_decoder_
;
member in class:webrtc::DecoderDatabase
Completed in 329 milliseconds