Home
last modified time | relevance | path

Searched refs:kRfc3389Cng (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddefines.h23 kRfc3389Cng, enumerator
Ddecision_logic_fax.cc43 return kRfc3389Cng; in GetDecisionSpecialized()
Dneteq_impl.cc766 (operation == kRfc3389Cng && !packet_list.empty()); in GetAudioInternal()
797 case kRfc3389Cng: in GetAudioInternal()
1043 *operation = kRfc3389Cng; in GetDecision()
1044 } else if (*operation != kRfc3389Cng) { in GetDecision()
1164 if (*operation != kRfc3389Cng) { in GetDecision()
1262 if (*operation == kRfc3389Cng) { in Decode()
Ddecision_logic_normal.cc112 return kRfc3389Cng; in CngOperation()