Home
last modified time | relevance | path

Searched refs:deInitCodec (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/av/media/tests/benchmark/tests/
H A DC2EncoderTest.cpp140 mEncoder->deInitCodec(); in TEST_P()
150 decoder->deInitCodec(); in TEST_P()
H A DEncoderTest.cpp139 encoder->deInitCodec(); in TEST_P()
156 decoder->deInitCodec(); in TEST_P()
H A DDecoderTest.cpp84 decoder->deInitCodec(); in TEST_P()
H A DC2DecoderTest.cpp136 mDecoder->deInitCodec(); in TEST_P()
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DC2Decoder.h32 void deInitCodec();
H A DDecoder.h56 void deInitCodec();
H A DC2Decoder.cpp146 void C2Decoder::deInitCodec() { in deInitCodec() function in C2Decoder
H A DDecoder.cpp232 void Decoder::deInitCodec() { in deInitCodec() function in Decoder
/aosp12/frameworks/av/media/tests/benchmark/src/native/encoder/
H A DC2Encoder.h45 void deInitCodec();
H A DEncoder.h65 void deInitCodec();
H A DC2Encoder.cpp241 void C2Encoder::deInitCodec() { in deInitCodec() function in C2Encoder
H A DEncoder.cpp163 void Encoder::deInitCodec() { in deInitCodec() function in Encoder
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
H A DNativeDecoder.cpp108 decoder->deInitCodec(); in Java_com_android_media_benchmark_library_Native_Decode()
H A DNativeEncoder.cpp82 encoder->deInitCodec(); in Java_com_android_media_benchmark_library_Native_Encode()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
H A DDecoderTest.java174 decoder.deInitCodec(); in testDecoder()
H A DEncoderTest.java207 decoder.deInitCodec(); in decodeFile()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DDecoder.java223 public void deInitCodec() { in deInitCodec() method in Decoder