Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp65 class C2SoftXaacDec::IntfImpl : public SimpleInterface<void>::BaseParams {
233 C2SoftXaacDec::C2SoftXaacDec( in C2SoftXaacDec() function in android::C2SoftXaacDec
244 C2SoftXaacDec::~C2SoftXaacDec() { in ~C2SoftXaacDec()
248 c2_status_t C2SoftXaacDec::onInit() { in onInit()
274 c2_status_t C2SoftXaacDec::onStop() { in onStop()
294 void C2SoftXaacDec::onReset() { in onReset()
298 void C2SoftXaacDec::onRelease() { in onRelease()
311 IA_ERRORCODE C2SoftXaacDec::initDecoder() { in initDecoder()
347 void C2SoftXaacDec::finishWork(const std::unique_ptr<C2Work>& work, in finishWork()
390 void C2SoftXaacDec::process(const std::unique_ptr<C2Work>& work, in process()
[all …]
DC2SoftXaacDec.h47 struct C2SoftXaacDec : public SimpleC2Component { struct
50 C2SoftXaacDec(const char* name, c2_node_id_t id, argument
52 virtual ~C2SoftXaacDec();
126 C2_DO_NOT_COPY(C2SoftXaacDec);
DAndroid.bp18 srcs: ["C2SoftXaacDec.cpp"],