Searched refs:IsCodecRED (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.cc61 bool IsCodecRED(const CodecInst* codec) { function in namespace:webrtc::acm2::__anon15838
65 bool IsCodecRED(int index) { function in namespace:webrtc::acm2::__anon15838
66 return (IsCodecRED(&ACMCodecDB::database_[index]));
187 if (IsCodecRED(i)) {
807 if (IsCodecRED(&send_codec)) {
905 if (IsCodecRED(&send_codec)) {
1592 if (IsCodecRED(i) || IsCodecCN(i)) {

Completed in 97 milliseconds