Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp44 class C2SoftVorbisDec::IntfImpl : public SimpleInterface<void>::BaseParams {
100 C2SoftVorbisDec::C2SoftVorbisDec( in C2SoftVorbisDec() function in android::C2SoftVorbisDec
110 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 …]
DC2SoftVorbisDec.h28 struct C2SoftVorbisDec : public SimpleC2Component { struct
31 C2SoftVorbisDec(const char *name, c2_node_id_t id, argument
33 virtual ~C2SoftVorbisDec();
64 C2_DO_NOT_COPY(C2SoftVorbisDec); argument
DAndroid.bp27 srcs: ["C2SoftVorbisDec.cpp"],