Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp36 class C2SoftGsmDec::IntfImpl : public SimpleInterface<void>::BaseParams {
92 C2SoftGsmDec::C2SoftGsmDec(const char *name, c2_node_id_t id, in C2SoftGsmDec() function in android::C2SoftGsmDec
100 C2SoftGsmDec::~C2SoftGsmDec() { in ~C2SoftGsmDec()
104 c2_status_t C2SoftGsmDec::onInit() { in onInit()
114 c2_status_t C2SoftGsmDec::onStop() { in onStop()
128 void C2SoftGsmDec::onReset() { in onReset()
132 void C2SoftGsmDec::onRelease() { in onRelease()
139 c2_status_t C2SoftGsmDec::onFlush_sm() { in onFlush_sm()
168 void C2SoftGsmDec::process( in process()
244 c2_status_t C2SoftGsmDec::drain( in drain()
[all …]
DC2SoftGsmDec.h35 struct C2SoftGsmDec : public SimpleC2Component { struct
38 C2SoftGsmDec(const char *name, c2_node_id_t id, argument
40 virtual ~C2SoftGsmDec();
60 C2_DO_NOT_COPY(C2SoftGsmDec); argument
DAndroid.bp8 srcs: ["C2SoftGsmDec.cpp"],