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.java54 String getOutputFormatString(); in getOutputFormatString() method
DSdkMediaCodec.java104 public final String getOutputFormatString() { in getOutputFormatString() method in SdkMediaCodec
DNdkMediaCodec.java225 public String getOutputFormatString() { in getOutputFormatString() method in NdkMediaCodec
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderLowLatencyTest.java266 decoderOutputFormatString = decoder.getOutputFormatString(); in testLowLatencyVideo()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeDecodeTest.java924 String newFormat = encoder.getOutputFormatString(); in doEncodeDecodeVideoFromSurfaceToSurface()
DVideoCodecTestBase.java1260 Log.d(TAG, "Format changed: " + mCodec.getOutputFormatString()); in getOutputInternal()