Home
last modified time | relevance | path

Searched refs:getOutputFormatString (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecWrapper.java53 String getOutputFormatString(); in getOutputFormatString() method
DSdkMediaCodec.java103 public final String getOutputFormatString() { in getOutputFormatString() method in SdkMediaCodec
DNdkMediaCodec.java225 public String getOutputFormatString() { in getOutputFormatString() method in NdkMediaCodec
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeDecodeTest.java906 String newFormat = encoder.getOutputFormatString(); in doEncodeDecodeVideoFromSurfaceToSurface()
DVideoCodecTestBase.java1259 Log.d(TAG, "Format changed: " + mCodec.getOutputFormatString()); in getOutputInternal()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderTest.java5170 decoderOutputFormatString = decoder.getOutputFormatString();