HomeSort by relevance Sort by last modified time
    Searched full:infodec (Results 1 - 1 of 1) sorted by null

  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 138 CodecInfo infoDec = CodecInfo.getSupportedFormatInfo(mimeType, w, h, false);
139 assertNotNull(infoDec);
143 infoEnc.mSupportSemiPlanar, infoDec.mSupportSemiPlanar);
168 infoDec.mSupportSemiPlanar ? CodecCapabilities.COLOR_FormatYUV420SemiPlanar :

Completed in 53 milliseconds