Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.h28 struct C2SoftVpxDec : public SimpleC2Component { struct
31 C2SoftVpxDec(const char* name, c2_node_id_t id, argument
33 virtual ~C2SoftVpxDec();
74 C2_DO_NOT_COPY(C2SoftVpxDec); argument
DC2SoftVpxDec.cpp38 class C2SoftVpxDec::IntfImpl : public SimpleInterface<void>::BaseParams {
268 C2SoftVpxDec::C2SoftVpxDec( in C2SoftVpxDec() function in android::C2SoftVpxDec
277 C2SoftVpxDec::~C2SoftVpxDec() { in ~C2SoftVpxDec()
281 c2_status_t C2SoftVpxDec::onInit() { in onInit()
286 c2_status_t C2SoftVpxDec::onStop() { in onStop()
293 void C2SoftVpxDec::onReset() { in onReset()
304 void C2SoftVpxDec::onRelease() { in onRelease()
308 c2_status_t C2SoftVpxDec::onFlush_sm() { in onFlush_sm()
341 status_t C2SoftVpxDec::initDecoder() { in initDecoder()
381 status_t C2SoftVpxDec::destroyDecoder() { in destroyDecoder()
[all …]
DAndroid.bp8 srcs: ["C2SoftVpxDec.cpp"],
24 srcs: ["C2SoftVpxDec.cpp"],