Home
last modified time | relevance | path

Searched defs:deInitCodec (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
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 DEncoder.cpp163 void Encoder::deInitCodec() { in deInitCodec() function in Encoder
H A DC2Encoder.cpp241 void C2Encoder::deInitCodec() { in deInitCodec() function in C2Encoder
/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