Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/gsm/
DC2SoftGsmDec.cpp32 class C2SoftGsmDec::IntfImpl : public C2InterfaceHelper {
98 C2SoftGsmDec::C2SoftGsmDec(const char *name, c2_node_id_t id, in C2SoftGsmDec() function in android::C2SoftGsmDec
106 C2SoftGsmDec::~C2SoftGsmDec() { in ~C2SoftGsmDec()
110 c2_status_t C2SoftGsmDec::onInit() { in onInit()
120 c2_status_t C2SoftGsmDec::onStop() { in onStop()
134 void C2SoftGsmDec::onReset() { in onReset()
138 void C2SoftGsmDec::onRelease() { in onRelease()
145 c2_status_t C2SoftGsmDec::onFlush_sm() { in onFlush_sm()
174 void C2SoftGsmDec::process( in process()
250 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"],