HomeSort by relevance Sort by last modified time
    Searched refs:kNumCodecs (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module.cc 35 return acm2::ACMCodecDB::kNumCodecs;
acm_codec_database.cc 391 if ((codec_id < 0) || (codec_id >= kNumCodecs)) {
511 for (int id = 0; id < kNumCodecs; id++) {
560 if (codec_id < 0 || codec_id >= kNumCodecs) {
570 if (codec_id < 0 || codec_id >= kNumCodecs) {
955 assert(codec_id >= 0 && codec_id < ACMCodecDB::kNumCodecs);
acm_codec_database.h 117 , kNumCodecs
acm_receiver_unittest.cc 60 for (int n = 0; n < ACMCodecDB::kNumCodecs; n++) {
164 for (int n = 0; n < ACMCodecDB::kNumCodecs; ++n) {
170 for (int n = 0; n < ACMCodecDB::kNumCodecs; ++n) {
audio_coding_module_impl.cc 185 for (int i = (ACMCodecDB::kNumCodecs - 1); i >= 0; i--) {
    [all...]

Completed in 1756 milliseconds