Home
last modified time | relevance | path

Searched refs:C2SoftAomDec (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomDec.cpp253 C2SoftAomDec::C2SoftAomDec(const char* name, c2_node_id_t id, in C2SoftAomDec() function in android::C2SoftAomDec
268 C2SoftAomDec::~C2SoftAomDec() { in ~C2SoftAomDec()
272 c2_status_t C2SoftAomDec::onInit() { in onInit()
277 c2_status_t C2SoftAomDec::onStop() { in onStop()
283 void C2SoftAomDec::onReset() { in onReset()
293 void C2SoftAomDec::onRelease() { in onRelease()
297 c2_status_t C2SoftAomDec::onFlush_sm() { in onFlush_sm()
326 status_t C2SoftAomDec::initDecoder() { in initDecoder()
356 status_t C2SoftAomDec::destroyDecoder() { in destroyDecoder()
626 bool C2SoftAomDec::outputBuffer( in outputBuffer()
[all …]
H A DC2SoftAomDec.h31 struct C2SoftAomDec : public SimpleC2Component { struct
34 C2SoftAomDec(const char* name, c2_node_id_t id, argument
36 virtual ~C2SoftAomDec();
77 C2_DO_NOT_COPY(C2SoftAomDec); argument
H A DAndroid.bp23 srcs: ["C2SoftAomDec.cpp"],