Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrWbEnc.cpp38 class C2SoftAmrWbEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
99 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()
232 int C2SoftAmrWbEnc::encodeInput(uint8_t *buffer, uint32_t length) { in encodeInput()
[all …]
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);
DAndroid.bp87 srcs: ["C2SoftAmrWbEnc.cpp"],