Searched defs:C2SoftAomDec (Results 1 – 2 of 2) sorted by relevance
31 struct C2SoftAomDec : public SimpleC2Component { struct34 C2SoftAomDec(const char* name, c2_node_id_t id, argument51 aom_codec_ctx_t* mCodecCtx;53 uint32_t mWidth;77 C2_DO_NOT_COPY(C2SoftAomDec); argument
253 C2SoftAomDec::C2SoftAomDec(const char* name, c2_node_id_t id, in C2SoftAomDec() function in android::C2SoftAomDec