Home
last modified time | relevance | path

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

/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecAsyncHandler.java135 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/camera/src/android/hardware/camera2/cts/rs/
DScript.java293 public Allocation getOutput() { in getOutput() method in Script
/cts/tests/mediapc/src/android/mediapc/cts/
DPlaybackFrameDrop.java79 private BufferData getOutput() throws InterruptedException { in getOutput() method in PlaybackFrameDrop.OutputHandler
DCodecTestBase.java136 Pair<Integer, MediaCodec.BufferInfo> getOutput() throws InterruptedException { in getOutput() method in CodecAsyncHandler
/cts/tests/tests/media/decoder/jni/
Dnative-media-jni.cpp182 int32_t getOutput(AMediaCodecBufferInfo *bufferInfo, AMediaFormat **format) { in getOutput() function in CallbackData
/cts/tests/media/jni/
DNativeCodecTestBase.cpp141 callbackObject CodecAsyncHandler::getOutput() { in getOutput() function in CodecAsyncHandler
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DVideoCodecTestBase.java1311 public MediaEncoderOutput getOutput() throws Exception { in getOutput() method in VideoCodecTestBase.MediaEncoderAsync