Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp40 class C2SoftG711Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
101 C2SoftG711Dec::C2SoftG711Dec( in C2SoftG711Dec() function in android::C2SoftG711Dec
109 C2SoftG711Dec::~C2SoftG711Dec() { in ~C2SoftG711Dec()
113 c2_status_t C2SoftG711Dec::onInit() { in onInit()
118 c2_status_t C2SoftG711Dec::onStop() { in onStop()
123 void C2SoftG711Dec::onReset() { in onReset()
127 void C2SoftG711Dec::onRelease() { in onRelease()
130 c2_status_t C2SoftG711Dec::onFlush_sm() { in onFlush_sm()
134 void C2SoftG711Dec::process( in process()
211 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();
48 C2_DO_NOT_COPY(C2SoftG711Dec); argument
DAndroid.bp27 srcs: ["C2SoftG711Dec.cpp"],
43 srcs: ["C2SoftG711Dec.cpp"],