Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp40 class C2SoftOpusDec::IntfImpl : public SimpleInterface<void>::BaseParams {
96 C2SoftOpusDec::C2SoftOpusDec(const char *name, c2_node_id_t id, in C2SoftOpusDec() function in android::C2SoftOpusDec
104 C2SoftOpusDec::~C2SoftOpusDec() { in ~C2SoftOpusDec()
108 c2_status_t C2SoftOpusDec::onInit() { in onInit()
113 c2_status_t C2SoftOpusDec::onStop() { in onStop()
129 void C2SoftOpusDec::onReset() { in onReset()
133 void C2SoftOpusDec::onRelease() { in onRelease()
140 status_t C2SoftOpusDec::initDecoder() { in initDecoder()
152 c2_status_t C2SoftOpusDec::onFlush_sm() { in onFlush_sm()
161 c2_status_t C2SoftOpusDec::drain( in drain()
[all …]
DC2SoftOpusDec.h27 struct C2SoftOpusDec : public SimpleC2Component { struct
30 C2SoftOpusDec(const char *name, c2_node_id_t id, argument
32 virtual ~C2SoftOpusDec();
64 C2_DO_NOT_COPY(C2SoftOpusDec); argument
DAndroid.bp8 srcs: ["C2SoftOpusDec.cpp"],