Searched refs:C2SoftAacEnc (Results 1 – 3 of 3) sorted by relevance
28 class C2SoftAacEnc : public SimpleC2Component {32 C2SoftAacEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);33 virtual ~C2SoftAacEnc();70 C2_DO_NOT_COPY(C2SoftAacEnc);
32 class C2SoftAacEnc::IntfImpl : public C2InterfaceHelper {141 C2SoftAacEnc::C2SoftAacEnc( in C2SoftAacEnc() function in android::C2SoftAacEnc160 C2SoftAacEnc::~C2SoftAacEnc() { in ~C2SoftAacEnc()164 c2_status_t C2SoftAacEnc::onInit() { in onInit()169 status_t C2SoftAacEnc::initEncoder() { in initEncoder()177 c2_status_t C2SoftAacEnc::onStop() { in onStop()185 void C2SoftAacEnc::onReset() { in onReset()190 void C2SoftAacEnc::onRelease() { in onRelease()194 c2_status_t C2SoftAacEnc::onFlush_sm() { in onFlush_sm()231 status_t C2SoftAacEnc::setAudioParams() { in setAudioParams()[all …]
25 srcs: ["C2SoftAacEnc.cpp"],