Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.h33 struct C2SoftGav1Dec : public SimpleC2Component { struct
36 C2SoftGav1Dec(const char* name, c2_node_id_t id, argument
38 ~C2SoftGav1Dec();
115 C2_DO_NOT_COPY(C2SoftGav1Dec); argument
DC2SoftGav1Dec.cpp51 class C2SoftGav1Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
426 C2SoftGav1Dec::C2SoftGav1Dec(const char *name, c2_node_id_t id, in C2SoftGav1Dec() function in android::C2SoftGav1Dec
435 C2SoftGav1Dec::~C2SoftGav1Dec() { onRelease(); } in ~C2SoftGav1Dec()
437 c2_status_t C2SoftGav1Dec::onInit() { in onInit()
441 c2_status_t C2SoftGav1Dec::onStop() { in onStop()
447 void C2SoftGav1Dec::onReset() { in onReset()
459 void C2SoftGav1Dec::onRelease() { destroyDecoder(); } in onRelease()
461 c2_status_t C2SoftGav1Dec::onFlush_sm() { in onFlush_sm()
496 bool C2SoftGav1Dec::initDecoder() { in initDecoder()
528 void C2SoftGav1Dec::destroyDecoder() { mCodecCtx = nullptr; } in destroyDecoder()
[all …]
DAndroid.bp23 srcs: ["C2SoftGav1Dec.cpp"],