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

  /external/webrtc/webrtc/modules/audio_coding/test/
EncodeDecodeTest.cc 269 int numCodecs = 1;
280 numCodecs = acm->NumberOfCodecs();
283 for (int n = 0; n < numCodecs; n++) {
298 numCodecs = 1;
305 for (int codeId = 0; codeId < numCodecs; codeId++) {
APITest.cc 131 int16_t numCodecs = _acmA->NumberOfCodecs();
132 for (uint8_t n = 0; n < numCodecs; n++) {
149 if ((n < numCodecs - 1) && !FixedPayloadTypeCodec(dummyCodec.plname)) {
161 if ((n < numCodecs - 1) && !FixedPayloadTypeCodec(dummyCodec.plname)) {
  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 241 STDAPI GetNumberOfMethods(UINT32 *numCodecs)
243 *numCodecs = g_NumCodecs;
  /cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
VpxCodecTestBase.java 254 int numCodecs = resolutionScales.length;
256 new ArrayList<EncoderOutputStreamParameters>(numCodecs);
257 for (int i = 0; i < numCodecs; i++) {
    [all...]
ExtractDecodeEditEncodeMuxTest.java     [all...]
DecoderTest.java     [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 650 size_t numCodecs = list->countCodecs();
655 for (size_t index = 0; index < numCodecs; ++index) {
    [all...]

Completed in 209 milliseconds