Searched refs:C2SoftVorbisDec (Results 1 – 3 of 3) sorted by relevance
44 class C2SoftVorbisDec::IntfImpl : public SimpleInterface<void>::BaseParams {100 C2SoftVorbisDec::C2SoftVorbisDec( in C2SoftVorbisDec() function in android::C2SoftVorbisDec110 C2SoftVorbisDec::~C2SoftVorbisDec() { in ~C2SoftVorbisDec()114 c2_status_t C2SoftVorbisDec::onInit() { in onInit()119 c2_status_t C2SoftVorbisDec::onStop() { in onStop()138 void C2SoftVorbisDec::onReset() { in onReset()142 void C2SoftVorbisDec::onRelease() { in onRelease()156 status_t C2SoftVorbisDec::initDecoder() { in initDecoder()173 c2_status_t C2SoftVorbisDec::onFlush_sm() { in onFlush_sm()181 c2_status_t C2SoftVorbisDec::drain( in drain()[all …]
28 struct C2SoftVorbisDec : public SimpleC2Component { struct31 C2SoftVorbisDec(const char *name, c2_node_id_t id, argument33 virtual ~C2SoftVorbisDec();64 C2_DO_NOT_COPY(C2SoftVorbisDec); argument
27 srcs: ["C2SoftVorbisDec.cpp"],