Searched refs:C2SoftAvcEnc (Results 1 – 3 of 3) sorted by relevance
77 class C2SoftAvcEnc::IntfImpl : public SimpleInterface<void>::BaseParams {431 C2SoftAvcEnc::C2SoftAvcEnc( in C2SoftAvcEnc() function in android::C2SoftAvcEnc453 C2SoftAvcEnc::~C2SoftAvcEnc() { in ~C2SoftAvcEnc()457 c2_status_t C2SoftAvcEnc::onInit() { in onInit()461 c2_status_t C2SoftAvcEnc::onStop() { in onStop()465 void C2SoftAvcEnc::onReset() { in onReset()474 void C2SoftAvcEnc::onRelease() { in onRelease()481 c2_status_t C2SoftAvcEnc::onFlush_sm() { in onFlush_sm()486 void C2SoftAvcEnc::initEncParams() { in initEncParams()513 c2_status_t C2SoftAvcEnc::setDimensions() { in setDimensions()[all …]
123 struct C2SoftAvcEnc : public SimpleC2Component { struct126 C2SoftAvcEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); argument142 virtual ~C2SoftAvcEnc();243 C2_DO_NOT_COPY(C2SoftAvcEnc);
27 srcs: ["C2SoftAvcEnc.cpp"],