Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.h28 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);
DC2SoftAacEnc.cpp32 class C2SoftAacEnc::IntfImpl : public C2InterfaceHelper {
141 C2SoftAacEnc::C2SoftAacEnc( in C2SoftAacEnc() function in android::C2SoftAacEnc
160 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 …]
DAndroid.bp25 srcs: ["C2SoftAacEnc.cpp"],