Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/g711/
DC2SoftG711Dec.cpp36 class C2SoftG711Dec::IntfImpl : public C2InterfaceHelper {
107 C2SoftG711Dec::C2SoftG711Dec( in C2SoftG711Dec() function in android::C2SoftG711Dec
115 C2SoftG711Dec::~C2SoftG711Dec() { in ~C2SoftG711Dec()
119 c2_status_t C2SoftG711Dec::onInit() { in onInit()
124 c2_status_t C2SoftG711Dec::onStop() { in onStop()
129 void C2SoftG711Dec::onReset() { in onReset()
133 void C2SoftG711Dec::onRelease() { in onRelease()
136 c2_status_t C2SoftG711Dec::onFlush_sm() { in onFlush_sm()
140 void C2SoftG711Dec::process( in process()
217 c2_status_t C2SoftG711Dec::drain( in drain()
[all …]
DC2SoftG711Dec.h25 struct C2SoftG711Dec : public SimpleC2Component { struct
28 C2SoftG711Dec(const char *name, c2_node_id_t id, argument
30 virtual ~C2SoftG711Dec();
54 C2_DO_NOT_COPY(C2SoftG711Dec); argument
DAndroid.bp8 srcs: ["C2SoftG711Dec.cpp"],
22 srcs: ["C2SoftG711Dec.cpp"],