Searched defs:IsCodecCN (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.cc69 bool IsCodecCN(const CodecInst* codec) { function in namespace:webrtc::acm2::__anon15838
73 bool IsCodecCN(int index) { function in namespace:webrtc::acm2::__anon15838
74 return (IsCodecCN(&ACMCodecDB::database_[index]));
189 } else if (IsCodecCN(i)) {
814 if (IsCodecCN(&send_codec)) {
922 if (IsCodecCN(&send_codec)) {
1592 if (IsCodecRED(i) || IsCodecCN(i)) {

Completed in 630 milliseconds