Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp80 class C2SoftAvcEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
600 C2SoftAvcEnc::C2SoftAvcEnc( in C2SoftAvcEnc() function in android::C2SoftAvcEnc
622 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 …]
DC2SoftAvcEnc.h122 struct C2SoftAvcEnc : public SimpleC2Component { struct
125 C2SoftAvcEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); argument
141 virtual ~C2SoftAvcEnc();
246 C2_DO_NOT_COPY(C2SoftAvcEnc);
DAndroid.bp39 srcs: ["C2SoftAvcEnc.cpp"],