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();68 C2_DO_NOT_COPY(C2SoftAacEnc);
38 class C2SoftAacEnc::IntfImpl : public SimpleInterface<void>::BaseParams {148 C2SoftAacEnc::C2SoftAacEnc( in C2SoftAacEnc() function in android::C2SoftAacEnc165 C2SoftAacEnc::~C2SoftAacEnc() { in ~C2SoftAacEnc()169 c2_status_t C2SoftAacEnc::onInit() { in onInit()174 status_t C2SoftAacEnc::initEncoder() { in initEncoder()182 c2_status_t C2SoftAacEnc::onStop() { in onStop()191 void C2SoftAacEnc::onReset() { in onReset()196 void C2SoftAacEnc::onRelease() { in onRelease()200 c2_status_t C2SoftAacEnc::onFlush_sm() { in onFlush_sm()239 status_t C2SoftAacEnc::setAudioParams() { in setAudioParams()[all …]
25 srcs: ["C2SoftAacEnc.cpp"],