Home
last modified time | relevance | path

Searched refs:C2Decoder (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DC2Decoder.cpp24 int32_t C2Decoder::createCodec2Component(string compName, AMediaFormat *format) { in createCodec2Component()
75 int32_t C2Decoder::decodeFrames(uint8_t *inputBuffer, vector<AMediaCodecBufferInfo> &frameInfo) { in decodeFrames()
146 void C2Decoder::deInitCodec() { in deInitCodec()
159 void C2Decoder::dumpStatistics(string inputReference, int64_t durationUs, string componentName, in dumpStatistics()
166 void C2Decoder::resetDecoder() { in resetDecoder()
H A DC2Decoder.h24 class C2Decoder : public BenchmarkC2Common {
26 C2Decoder() : mOffset(0), mNumInputFrame(0), mComponent(nullptr) {} in C2Decoder() function
H A DAndroid.bp49 "C2Decoder.cpp",
/aosp12/frameworks/av/media/tests/benchmark/tests/
H A DC2DecoderTest.cpp49 C2Decoder *mDecoder;
53 mDecoder = new C2Decoder(); in setupC2DecoderTest()