Home
last modified time | relevance | path

Searched defs:C2SoftAomDec (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.h31 struct C2SoftAomDec : public SimpleC2Component { struct
34 C2SoftAomDec(const char* name, c2_node_id_t id, argument
51 aom_codec_ctx_t* mCodecCtx;
53 uint32_t mWidth;
77 C2_DO_NOT_COPY(C2SoftAomDec); argument
DC2SoftAomDec.cpp253 C2SoftAomDec::C2SoftAomDec(const char* name, c2_node_id_t id, in C2SoftAomDec() function in android::C2SoftAomDec