Searched refs:C2SoftFlacDec (Results 1 – 3 of 3) sorted by relevance
36 class C2SoftFlacDec::IntfImpl : public SimpleInterface<void>::BaseParams {106 C2SoftFlacDec::C2SoftFlacDec( in C2SoftFlacDec() function in android::C2SoftFlacDec115 C2SoftFlacDec::~C2SoftFlacDec() { in ~C2SoftFlacDec()119 c2_status_t C2SoftFlacDec::onInit() { in onInit()124 c2_status_t C2SoftFlacDec::onStop() { in onStop()133 void C2SoftFlacDec::onReset() { in onReset()138 void C2SoftFlacDec::onRelease() { in onRelease()144 c2_status_t C2SoftFlacDec::onFlush_sm() { in onFlush_sm()148 status_t C2SoftFlacDec::initDecoder() { in initDecoder()176 void C2SoftFlacDec::process( in process()[all …]
26 struct C2SoftFlacDec : public SimpleC2Component { struct29 C2SoftFlacDec(const char *name, c2_node_id_t id, argument31 virtual ~C2SoftFlacDec();61 C2_DO_NOT_COPY(C2SoftFlacDec); argument
29 srcs: ["C2SoftFlacDec.cpp"],