Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcEnc.cpp581 C2SoftAvcEnc::C2SoftAvcEnc( in C2SoftAvcEnc() function in android::C2SoftAvcEnc
603 C2SoftAvcEnc::~C2SoftAvcEnc() { in ~C2SoftAvcEnc()
607 c2_status_t C2SoftAvcEnc::onInit() { in onInit()
611 c2_status_t C2SoftAvcEnc::onStop() { in onStop()
615 void C2SoftAvcEnc::onReset() { in onReset()
624 void C2SoftAvcEnc::onRelease() { in onRelease()
636 void C2SoftAvcEnc::initEncParams() { in initEncParams()
812 c2_status_t C2SoftAvcEnc::setQp() { in setQp()
1069 void C2SoftAvcEnc::logVersion() { in logVersion()
1644 void C2SoftAvcEnc::process( in process()
[all …]
H A DC2SoftAvcEnc.h129 struct C2SoftAvcEnc : public SimpleC2Component { struct
132 C2SoftAvcEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); argument
148 virtual ~C2SoftAvcEnc();
251 C2_DO_NOT_COPY(C2SoftAvcEnc);
H A DAndroid.bp38 srcs: ["C2SoftAvcEnc.cpp"],