Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrDec.cpp46 class C2SoftAmrDec::IntfImpl : public SimpleInterface<void>::BaseParams {
117 C2SoftAmrDec::C2SoftAmrDec( in C2SoftAmrDec() function in android::C2SoftAmrDec
133 C2SoftAmrDec::~C2SoftAmrDec() { in ~C2SoftAmrDec()
137 c2_status_t C2SoftAmrDec::onInit() { in onInit()
142 c2_status_t C2SoftAmrDec::onStop() { in onStop()
154 void C2SoftAmrDec::onReset() { in onReset()
158 void C2SoftAmrDec::onRelease() { in onRelease()
174 c2_status_t C2SoftAmrDec::onFlush_sm() { in onFlush_sm()
178 status_t C2SoftAmrDec::initDecoder() { in initDecoder()
239 void C2SoftAmrDec::process( in process()
[all …]
DC2SoftAmrDec.h25 struct C2SoftAmrDec : public SimpleC2Component { struct
28 C2SoftAmrDec(const char *name, c2_node_id_t id, argument
30 virtual ~C2SoftAmrDec();
63 C2_DO_NOT_COPY(C2SoftAmrDec); argument
DAndroid.bp8 srcs: ["C2SoftAmrDec.cpp"],
31 srcs: ["C2SoftAmrDec.cpp"],