Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp77 class C2SoftAvcEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
431 C2SoftAvcEnc::C2SoftAvcEnc( in C2SoftAvcEnc() function in android::C2SoftAvcEnc
453 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 …]
DC2SoftAvcEnc.h123 struct C2SoftAvcEnc : public SimpleC2Component { struct
126 C2SoftAvcEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); argument
142 virtual ~C2SoftAvcEnc();
243 C2_DO_NOT_COPY(C2SoftAvcEnc);
DAndroid.bp27 srcs: ["C2SoftAvcEnc.cpp"],