Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.h31 struct C2SoftGav1Dec : public SimpleC2Component { struct
34 C2SoftGav1Dec(const char* name, c2_node_id_t id, argument
36 ~C2SoftGav1Dec();
99 C2_DO_NOT_COPY(C2SoftGav1Dec); argument
DC2SoftGav1Dec.cpp38 class C2SoftGav1Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
348 C2SoftGav1Dec::C2SoftGav1Dec(const char *name, c2_node_id_t id, in C2SoftGav1Dec() function in android::C2SoftGav1Dec
357 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 …]
DAndroid.bp23 srcs: ["C2SoftGav1Dec.cpp"],