Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp36 class C2SoftFlacDec::IntfImpl : public SimpleInterface<void>::BaseParams {
106 C2SoftFlacDec::C2SoftFlacDec( in C2SoftFlacDec() function in android::C2SoftFlacDec
115 C2SoftFlacDec::~C2SoftFlacDec() { in ~C2SoftFlacDec()
119 c2_status_t C2SoftFlacDec::onInit() { in onInit()
124 c2_status_t C2SoftFlacDec::onStop() { in onStop()
133 void C2SoftFlacDec::onReset() { in onReset()
138 void C2SoftFlacDec::onRelease() { in onRelease()
144 c2_status_t C2SoftFlacDec::onFlush_sm() { in onFlush_sm()
148 status_t C2SoftFlacDec::initDecoder() { in initDecoder()
176 void C2SoftFlacDec::process( in process()
[all …]
DC2SoftFlacDec.h26 struct C2SoftFlacDec : public SimpleC2Component { struct
29 C2SoftFlacDec(const char *name, c2_node_id_t id, argument
31 virtual ~C2SoftFlacDec();
61 C2_DO_NOT_COPY(C2SoftFlacDec); argument
DAndroid.bp29 srcs: ["C2SoftFlacDec.cpp"],