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

  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 156 STDAPI GetNumberOfMethods(UINT32 *numCodecs)
158 *numCodecs = g_NumCodecs;
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java 248 int numCodecs = resolutionScales.length;
250 new ArrayList<EncoderOutputStreamParameters>(numCodecs);
251 for (int i = 0; i < numCodecs; i++) {
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 855 size_t numCodecs = mCodecInfos.size();
856 for (; startIndex < numCodecs; ++startIndex) {
    [all...]

Completed in 245 milliseconds