Searched refs:C2SoftAvcEnc (Results 1 – 3 of 3) sorted by relevance
80 class C2SoftAvcEnc::IntfImpl : public SimpleInterface<void>::BaseParams {600 C2SoftAvcEnc::C2SoftAvcEnc( in C2SoftAvcEnc() function in android::C2SoftAvcEnc622 C2SoftAvcEnc::~C2SoftAvcEnc() { in ~C2SoftAvcEnc()626 c2_status_t C2SoftAvcEnc::onInit() { in onInit()630 c2_status_t C2SoftAvcEnc::onStop() { in onStop()634 void C2SoftAvcEnc::onReset() { in onReset()643 void C2SoftAvcEnc::onRelease() { in onRelease()650 c2_status_t C2SoftAvcEnc::onFlush_sm() { in onFlush_sm()655 void C2SoftAvcEnc::initEncParams() { in initEncParams()681 c2_status_t C2SoftAvcEnc::setDimensions() { in setDimensions()[all …]
122 struct C2SoftAvcEnc : public SimpleC2Component { struct125 C2SoftAvcEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); argument141 virtual ~C2SoftAvcEnc();246 C2_DO_NOT_COPY(C2SoftAvcEnc);
39 srcs: ["C2SoftAvcEnc.cpp"],