Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A DC2SoftAmrWbEnc.cpp99 C2SoftAmrWbEnc::C2SoftAmrWbEnc(const char* name, c2_node_id_t id, in C2SoftAmrWbEnc() function in android::C2SoftAmrWbEnc
109 C2SoftAmrWbEnc::~C2SoftAmrWbEnc() { in ~C2SoftAmrWbEnc()
113 c2_status_t C2SoftAmrWbEnc::onInit() { in onInit()
147 void C2SoftAmrWbEnc::onRelease() { in onRelease()
162 c2_status_t C2SoftAmrWbEnc::onStop() { in onStop()
178 void C2SoftAmrWbEnc::onReset() { in onReset()
182 c2_status_t C2SoftAmrWbEnc::onFlush_sm() { in onFlush_sm()
186 status_t C2SoftAmrWbEnc::initEncoder() { in initEncoder()
263 void C2SoftAmrWbEnc::process( in process()
359 c2_status_t C2SoftAmrWbEnc::drain( in drain()
[all …]
H A DC2SoftAmrWbEnc.h26 class C2SoftAmrWbEnc : public SimpleC2Component {
29 C2SoftAmrWbEnc(const char* name, c2_node_id_t id,
31 virtual ~C2SoftAmrWbEnc();
66 C2_DO_NOT_COPY(C2SoftAmrWbEnc);
H A DAndroid.bp87 srcs: ["C2SoftAmrWbEnc.cpp"],