Searched defs:C2SoftAacDec (Results 1 - 2 of 2) sorted by relevance

/hardware/google/av/media/codecs/aac/
H A DC2SoftAacDec.h28 struct C2SoftAacDec : public SimpleC2Component { struct in namespace:android
31 C2SoftAacDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
32 virtual ~C2SoftAacDec();
104 C2_DO_NOT_COPY(C2SoftAacDec);
H A DC2SoftAacDec.cpp18 #define LOG_TAG "C2SoftAacDec"
34 #include "C2SoftAacDec.h"
53 class C2SoftAacDec::IntfImpl : public C2InterfaceHelper {
131 C2SoftAacDec::C2SoftAacDec( function in class:android::C2SoftAacDec
143 C2SoftAacDec::~C2SoftAacDec() {
147 c2_status_t C2SoftAacDec::onInit() {
152 c2_status_t C2SoftAacDec::onStop() {
170 void C2SoftAacDec
[all...]

Completed in 92 milliseconds