Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp37 class C2SoftAomDec::IntfImpl : public SimpleInterface<void>::BaseParams {
253 C2SoftAomDec::C2SoftAomDec(const char* name, c2_node_id_t id, in C2SoftAomDec() function in android::C2SoftAomDec
267 C2SoftAomDec::~C2SoftAomDec() { in ~C2SoftAomDec()
271 c2_status_t C2SoftAomDec::onInit() { in onInit()
276 c2_status_t C2SoftAomDec::onStop() { in onStop()
282 void C2SoftAomDec::onReset() { in onReset()
292 void C2SoftAomDec::onRelease() { in onRelease()
296 c2_status_t C2SoftAomDec::onFlush_sm() { in onFlush_sm()
325 status_t C2SoftAomDec::initDecoder() { in initDecoder()
355 status_t C2SoftAomDec::destroyDecoder() { in destroyDecoder()
[all …]
DC2SoftAomDec.h28 struct C2SoftAomDec : public SimpleC2Component { struct
31 C2SoftAomDec(const char* name, c2_node_id_t id, argument
33 virtual ~C2SoftAomDec();
74 C2_DO_NOT_COPY(C2SoftAomDec); argument
DAndroid.bp23 srcs: ["C2SoftAomDec.cpp"],