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

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DEncodeDecodeTest.cc270 int numCodecs = 1; local
281 numCodecs = acm->NumberOfCodecs();
284 for (int n = 0; n < numCodecs; n++) {
299 numCodecs = 1;
306 for (int codeId = 0; codeId < numCodecs; codeId++) {
H A DAPITest.cc140 int16_t numCodecs = _acmA->NumberOfCodecs(); local
141 for (uint8_t n = 0; n < numCodecs; n++) {
158 if ((n < numCodecs - 1) && !FixedPayloadTypeCodec(dummyCodec.plname)) {
170 if ((n < numCodecs - 1) && !FixedPayloadTypeCodec(dummyCodec.plname)) {
/external/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp156 STDAPI GetNumberOfMethods(UINT32 *numCodecs) argument
158 *numCodecs = g_NumCodecs;
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc1459 int numCodecs = _veCodecPtr->NumOfCodecs();
1460 for (int idx = 0; idx < numCodecs; idx++)
1589 numCodecs = _veCodecPtr->NumOfCodecs();
1590 for (int idx = 0; idx < numCodecs; idx++)

Completed in 179 milliseconds