Searched refs:C2SoftGav1Dec (Results 1 – 3 of 3) sorted by relevance
31 struct C2SoftGav1Dec : public SimpleC2Component { struct34 C2SoftGav1Dec(const char* name, c2_node_id_t id, argument36 ~C2SoftGav1Dec();99 C2_DO_NOT_COPY(C2SoftGav1Dec); argument
38 class C2SoftGav1Dec::IntfImpl : public SimpleInterface<void>::BaseParams {348 C2SoftGav1Dec::C2SoftGav1Dec(const char *name, c2_node_id_t id, in C2SoftGav1Dec() function in android::C2SoftGav1Dec357 C2SoftGav1Dec::~C2SoftGav1Dec() { onRelease(); } in ~C2SoftGav1Dec()359 c2_status_t C2SoftGav1Dec::onInit() { in onInit()363 c2_status_t C2SoftGav1Dec::onStop() { in onStop()369 void C2SoftGav1Dec::onReset() { in onReset()381 void C2SoftGav1Dec::onRelease() { destroyDecoder(); } in onRelease()383 c2_status_t C2SoftGav1Dec::onFlush_sm() { in onFlush_sm()418 bool C2SoftGav1Dec::initDecoder() { in initDecoder()446 void C2SoftGav1Dec::destroyDecoder() { mCodecCtx = nullptr; } in destroyDecoder()[all …]
23 srcs: ["C2SoftGav1Dec.cpp"],