Home
last modified time | relevance | path

Searched defs:getOutput (Results 1 – 7 of 7) sorted by relevance

/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecAsyncHandler.java190 public Pair<Integer, MediaCodec.BufferInfo> getOutput() throws InterruptedException { in getOutput() method in CodecAsyncHandler
/cts/libs/vogar-expect/src/vogar/expect/
DOutcome.java90 public String getOutput() { in getOutput() method in Outcome
/cts/tests/mediapc/src/android/mediapc/cts/
DPlaybackFrameDrop.java79 private BufferData getOutput() throws InterruptedException { in getOutput() method in PlaybackFrameDrop.OutputHandler
DCodecTestBase.java140 Pair<Integer, MediaCodec.BufferInfo> getOutput() throws InterruptedException { in getOutput() method in CodecAsyncHandler
/cts/tests/media/jni/
DNativeCodecTestBase.cpp133 callbackObject CodecAsyncHandler::getOutput() { in getOutput() function in CodecAsyncHandler
/cts/tests/tests/media/decoder/jni/
Dnative-media-jni.cpp183 int32_t getOutput(AMediaCodecBufferInfo *bufferInfo, AMediaFormat **format) { in getOutput() function in CallbackData
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DVideoCodecTestBase.java1311 public MediaEncoderOutput getOutput() throws Exception { in getOutput() method in VideoCodecTestBase.MediaEncoderAsync