Searched defs:C2SoftAomDec (Results 1 – 2 of 2) sorted by relevance
28 struct C2SoftAomDec : public SimpleC2Component { struct31 C2SoftAomDec(const char* name, c2_node_id_t id, argument48 aom_codec_ctx_t* mCodecCtx;50 uint32_t mWidth;74 C2_DO_NOT_COPY(C2SoftAomDec); argument
253 C2SoftAomDec::C2SoftAomDec(const char* name, c2_node_id_t id, in C2SoftAomDec() function in android::C2SoftAomDec