Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_camgroup_handlers/
H A DRkAiqCamGroupAeHandle.cpp75 XCamReturn RkAiqCamGroupAeHandleInt::setExpSwAttr(Uapi_ExpSwAttrV2_t ExpSwAttrV2) { in setExpSwAttr() argument
86 if (ExpSwAttrV2.sync.sync_mode == RK_AIQ_UAPI_MODE_ASYNC && \ in setExpSwAttr()
87 memcmp(&mNewExpSwAttrV2, &ExpSwAttrV2, sizeof(ExpSwAttrV2))) in setExpSwAttr()
89 else if (ExpSwAttrV2.sync.sync_mode != RK_AIQ_UAPI_MODE_ASYNC && \ in setExpSwAttr()
90 memcmp(&mCurExpSwAttrV2, &ExpSwAttrV2, sizeof(ExpSwAttrV2))) in setExpSwAttr()
95 mNewExpSwAttrV2 = ExpSwAttrV2; in setExpSwAttr()
97 waitSignal(ExpSwAttrV2.sync.sync_mode); in setExpSwAttr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAeHandle.cpp197 Uapi_ExpSwAttrV2_t ExpSwAttrV2; in getExpSwAttr() local
201 rk_aiq_uapi_ae_getExpSwAttr(mAlgoCtx, &ExpSwAttrV2, false); in getExpSwAttr()
202 rk_aiq_uapi_ae_convExpSwAttr_v2Tov1(&ExpSwAttrV2, pExpSwAttr); in getExpSwAttr()
210 XCamReturn RkAiqAeHandleInt::setExpSwAttr(Uapi_ExpSwAttrV2_t ExpSwAttrV2) { in setExpSwAttr() argument
217 rk_aiq_uapi_ae_setExpSwAttr(mAlgoCtx, &ExpSwAttrV2, false, false); in setExpSwAttr()
227 if (ExpSwAttrV2.sync.sync_mode == RK_AIQ_UAPI_MODE_ASYNC && \ in setExpSwAttr()
228 memcmp(&mNewExpSwAttrV2, &ExpSwAttrV2, sizeof(ExpSwAttrV2))) in setExpSwAttr()
230 else if (ExpSwAttrV2.sync.sync_mode != RK_AIQ_UAPI_MODE_ASYNC && \ in setExpSwAttr()
231 memcmp(&mCurExpSwAttrV2, &ExpSwAttrV2, sizeof(ExpSwAttrV2))) in setExpSwAttr()
236 mNewExpSwAttrV2 = ExpSwAttrV2; in setExpSwAttr()
[all …]
H A DRkAiqCustomAeHandle.cpp46 XCamReturn RkAiqCustomAeHandle::setExpSwAttr(Uapi_ExpSwAttrV2_t ExpSwAttrV2) { in setExpSwAttr() argument