Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.cpp337 C2SoftVpxDec::C2SoftVpxDec( in C2SoftVpxDec() function in android::C2SoftVpxDec
348 C2SoftVpxDec::~C2SoftVpxDec() { in ~C2SoftVpxDec()
352 c2_status_t C2SoftVpxDec::onInit() { in onInit()
357 c2_status_t C2SoftVpxDec::onStop() { in onStop()
364 void C2SoftVpxDec::onReset() { in onReset()
375 void C2SoftVpxDec::onRelease() { in onRelease()
379 c2_status_t C2SoftVpxDec::onFlush_sm() { in onFlush_sm()
412 status_t C2SoftVpxDec::initDecoder() { in initDecoder()
548 void C2SoftVpxDec::process( in process()
752 status_t C2SoftVpxDec::outputBuffer( in outputBuffer()
[all …]
H A DC2SoftVpxDec.h28 struct C2SoftVpxDec : public SimpleC2Component { struct
31 C2SoftVpxDec(const char* name, c2_node_id_t id, argument
33 virtual ~C2SoftVpxDec();
96 C2_DO_NOT_COPY(C2SoftVpxDec); argument
H A DAndroid.bp27 srcs: ["C2SoftVpxDec.cpp"],
43 srcs: ["C2SoftVpxDec.cpp"],