Searched refs:C2Decoder (Results 1 – 4 of 4) sorted by relevance
24 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()
24 class C2Decoder : public BenchmarkC2Common {26 C2Decoder() : mOffset(0), mNumInputFrame(0), mComponent(nullptr) {} in C2Decoder() function
49 "C2Decoder.cpp",
49 C2Decoder *mDecoder;53 mDecoder = new C2Decoder(); in setupC2DecoderTest()