Home
last modified time | relevance | path

Searched refs:setupDecoder (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DDecoder.h54 void setupDecoder();
H A DDecoder.cpp143 void Decoder::setupDecoder() { in setupDecoder() function in Decoder
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
H A DNativeDecoder.cpp100 decoder->setupDecoder(); in Java_com_android_media_benchmark_library_Native_Decode()
/aosp12/frameworks/av/media/tests/benchmark/tests/
H A DDecoderTest.cpp80 decoder->setupDecoder(); in TEST_P()
H A DC2EncoderTest.cpp116 decoder->setupDecoder(); in TEST_P()
H A DEncoderTest.cpp90 decoder->setupDecoder(); in TEST_P()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
H A DDecoderTest.java172 decoder.setupDecoder(decodeOutputStream); in testDecoder()
H A DEncoderTest.java201 decoder.setupDecoder(decodeOutputStream); in decodeFile()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DDecoder.java58 public void setupDecoder(FileOutputStream outputStream) { in setupDecoder() method in Decoder