Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/aac/
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();
104 C2_DO_NOT_COPY(C2SoftAacDec); argument
DC2SoftAacDec.cpp55 class C2SoftAacDec::IntfImpl : public C2InterfaceHelper {
236 C2SoftAacDec::C2SoftAacDec( in C2SoftAacDec() function in android::C2SoftAacDec
248 C2SoftAacDec::~C2SoftAacDec() { in ~C2SoftAacDec()
252 c2_status_t C2SoftAacDec::onInit() { in onInit()
257 c2_status_t C2SoftAacDec::onStop() { in onStop()
275 void C2SoftAacDec::onReset() { in onReset()
279 void C2SoftAacDec::onRelease() { in onRelease()
290 status_t C2SoftAacDec::initDecoder() { in initDecoder()
359 bool C2SoftAacDec::outputDelayRingBufferPutSamples(INT_PCM *samples, int32_t numSamples) { in outputDelayRingBufferPutSamples()
393 int32_t C2SoftAacDec::outputDelayRingBufferGetSamples(INT_PCM *samples, int32_t numSamples) { in outputDelayRingBufferGetSamples()
[all …]
DAndroid.bp9 "C2SoftAacDec.cpp",