Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacDec.cpp261 C2SoftAacDec::C2SoftAacDec( in C2SoftAacDec() function in android::C2SoftAacDec
274 C2SoftAacDec::~C2SoftAacDec() { in ~C2SoftAacDec()
278 c2_status_t C2SoftAacDec::onInit() { in onInit()
283 c2_status_t C2SoftAacDec::onStop() { in onStop()
303 void C2SoftAacDec::onReset() { in onReset()
307 void C2SoftAacDec::onRelease() { in onRelease()
315 status_t C2SoftAacDec::initDecoder() { in initDecoder()
470 void C2SoftAacDec::drainRingBuffer( in drainRingBuffer()
554 void C2SoftAacDec::process( in process()
1004 c2_status_t C2SoftAacDec::drain( in drain()
[all …]
H A DC2SoftAacDec.h28 struct C2SoftAacDec : public SimpleC2Component { struct
31 C2SoftAacDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); argument
32 virtual ~C2SoftAacDec();
105 C2_DO_NOT_COPY(C2SoftAacDec); argument
H A DAndroid.bp28 "C2SoftAacDec.cpp",