Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.h37 struct C2SoftDav1dDec : public SimpleC2Component { struct
40 C2SoftDav1dDec(const char* name, c2_node_id_t id, const std::shared_ptr<IntfImpl>& intfImpl); argument
41 ~C2SoftDav1dDec();
126 C2_DO_NOT_COPY(C2SoftDav1dDec); argument
DC2SoftDav1dDec.cpp47 class C2SoftDav1dDec::IntfImpl : public SimpleInterface<void>::BaseParams {
443 C2SoftDav1dDec::C2SoftDav1dDec(const char* name, c2_node_id_t id, in C2SoftDav1dDec() function in android::C2SoftDav1dDec
450 C2SoftDav1dDec::~C2SoftDav1dDec() { in ~C2SoftDav1dDec()
454 c2_status_t C2SoftDav1dDec::onInit() { in onInit()
458 c2_status_t C2SoftDav1dDec::onStop() { in onStop()
465 void C2SoftDav1dDec::onReset() { in onReset()
477 void C2SoftDav1dDec::flushDav1d() { in flushDav1d()
502 void C2SoftDav1dDec::onRelease() { in onRelease()
506 c2_status_t C2SoftDav1dDec::onFlush_sm() { in onFlush_sm()
528 bool C2SoftDav1dDec::initDecoder() { in initDecoder()
[all …]
DAndroid.bp24 srcs: ["C2SoftDav1dDec.cpp", "C2SoftDav1dDump.cpp"],