Lines Matching refs:C2SoftAvcEnc

80 class C2SoftAvcEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
581 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()
631 c2_status_t C2SoftAvcEnc::onFlush_sm() { in onFlush_sm()
636 void C2SoftAvcEnc::initEncParams() { in initEncParams()
663 c2_status_t C2SoftAvcEnc::setDimensions() { in setDimensions()
688 c2_status_t C2SoftAvcEnc::setNumCores() { in setNumCores()
711 c2_status_t C2SoftAvcEnc::setFrameRate() { in setFrameRate()
737 c2_status_t C2SoftAvcEnc::setIpeParams() { in setIpeParams()
764 c2_status_t C2SoftAvcEnc::setBitRate() { in setBitRate()
788 c2_status_t C2SoftAvcEnc::setFrameType(IV_PICTURE_CODING_TYPE_T e_frame_type) { in setFrameType()
812 c2_status_t C2SoftAvcEnc::setQp() { in setQp()
878 c2_status_t C2SoftAvcEnc::setEncMode(IVE_ENC_MODE_T e_enc_mode) { in setEncMode()
903 c2_status_t C2SoftAvcEnc::setVbvParams() { in setVbvParams()
928 c2_status_t C2SoftAvcEnc::setAirParams() { in setAirParams()
955 c2_status_t C2SoftAvcEnc::setMeParams() { in setMeParams()
986 c2_status_t C2SoftAvcEnc::setGopParams() { in setGopParams()
1012 c2_status_t C2SoftAvcEnc::setProfileParams() { in setProfileParams()
1044 c2_status_t C2SoftAvcEnc::setDeblockParams() { in setDeblockParams()
1069 void C2SoftAvcEnc::logVersion() { in logVersion()
1092 c2_status_t C2SoftAvcEnc::setVuiParams() in setVuiParams()
1141 c2_status_t C2SoftAvcEnc::initEncoder() { in initEncoder()
1399 c2_status_t C2SoftAvcEnc::releaseEncoder() { in releaseEncoder()
1443 c2_status_t C2SoftAvcEnc::setEncodeArgs( in setEncodeArgs()
1616 void C2SoftAvcEnc::finishWork(uint64_t workIndex, const std::unique_ptr<C2Work> &work, in finishWork()
1644 void C2SoftAvcEnc::process( in process()
1883 c2_status_t C2SoftAvcEnc::drainInternal( in drainInternal()
1960 c2_status_t C2SoftAvcEnc::drain( in drain()
1977 new C2SoftAvcEnc(COMPONENT_NAME, in createComponent()
1979 std::make_shared<C2SoftAvcEnc::IntfImpl>(mHelper)), in createComponent()
1989 new SimpleInterface<C2SoftAvcEnc::IntfImpl>( in createInterface()
1990 COMPONENT_NAME, id, std::make_shared<C2SoftAvcEnc::IntfImpl>(mHelper)), in createInterface()