Home
last modified time | relevance | path

Searched refs:C2SoftMP3 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.h33 struct C2SoftMP3 : public SimpleC2Component { struct
36 C2SoftMP3(const char *name, c2_node_id_t id, argument
38 virtual ~C2SoftMP3();
71 C2_DO_NOT_COPY(C2SoftMP3); argument
DC2SoftMp3Dec.cpp40 class C2SoftMP3::IntfImpl : public SimpleInterface<void>::BaseParams {
97 C2SoftMP3::C2SoftMP3(const char *name, c2_node_id_t id, in C2SoftMP3() function in android::C2SoftMP3
105 C2SoftMP3::~C2SoftMP3() { in ~C2SoftMP3()
109 c2_status_t C2SoftMP3::onInit() { in onInit()
114 c2_status_t C2SoftMP3::onStop() { in onStop()
127 void C2SoftMP3::onReset() { in onReset()
131 void C2SoftMP3::onRelease() { in onRelease()
144 status_t C2SoftMP3::initDecoder() { in initDecoder()
304 c2_status_t C2SoftMP3::onFlush_sm() { in onFlush_sm()
308 c2_status_t C2SoftMP3::drain( in drain()
[all …]