Home
last modified time | relevance | path

Searched refs:pExpSwAttrV2 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_camgroup_handlers/
H A DRkAiqCamGroupAeHandle.cpp105 XCamReturn RkAiqCamGroupAeHandleInt::getExpSwAttr(Uapi_ExpSwAttrV2_t* pExpSwAttrV2) { in getExpSwAttr() argument
110 if (pExpSwAttrV2->sync.sync_mode == RK_AIQ_UAPI_MODE_SYNC) { in getExpSwAttr()
112 rk_aiq_uapi_ae_getExpSwAttr(mAlgoCtx, pExpSwAttrV2, true); in getExpSwAttr()
113 pExpSwAttrV2->sync.done = true; in getExpSwAttr()
117 memcpy(pExpSwAttrV2, &mNewExpSwAttrV2, sizeof(mNewExpSwAttrV2)); in getExpSwAttr()
118 pExpSwAttrV2->sync.done = false; in getExpSwAttr()
120 rk_aiq_uapi_ae_getExpSwAttr(mAlgoCtx, pExpSwAttrV2, true); in getExpSwAttr()
121 pExpSwAttrV2->sync.sync_mode = mNewExpSwAttrV2.sync.sync_mode; in getExpSwAttr()
122 pExpSwAttrV2->sync.done = true; in getExpSwAttr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAeHandle.cpp247 XCamReturn RkAiqAeHandleInt::getExpSwAttr(Uapi_ExpSwAttrV2_t* pExpSwAttrV2) { in getExpSwAttr() argument
254 rk_aiq_uapi_ae_getExpSwAttr(mAlgoCtx, pExpSwAttrV2, false); in getExpSwAttr()
255 pExpSwAttrV2->sync.done = true; in getExpSwAttr()
258 if (pExpSwAttrV2->sync.sync_mode == RK_AIQ_UAPI_MODE_SYNC) { in getExpSwAttr()
260 rk_aiq_uapi_ae_getExpSwAttr(mAlgoCtx, pExpSwAttrV2, false); in getExpSwAttr()
261 pExpSwAttrV2->sync.done = true; in getExpSwAttr()
265 memcpy(pExpSwAttrV2, &mNewExpSwAttrV2, sizeof(mNewExpSwAttrV2)); in getExpSwAttr()
266 pExpSwAttrV2->sync.done = false; in getExpSwAttr()
268 rk_aiq_uapi_ae_getExpSwAttr(mAlgoCtx, pExpSwAttrV2, false); in getExpSwAttr()
269 pExpSwAttrV2->sync.sync_mode = mNewExpSwAttrV2.sync.sync_mode; in getExpSwAttr()
[all …]
H A DRkAiqCustomAeHandle.cpp50 XCamReturn RkAiqCustomAeHandle::getExpSwAttr(Uapi_ExpSwAttrV2_t* pExpSwAttrV2) { in getExpSwAttr() argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ae/
H A Drk_aiq_uapi_ae_int.h18 …aiq_uapi_ae_convExpSwAttr_v1Tov2(Uapi_ExpSwAttr_t* pExpSwAttrV1, Uapi_ExpSwAttrV2_t* pExpSwAttrV2);
21 XCamReturn rk_aiq_uapi_ae_convExpSwAttr_v2Tov1(Uapi_ExpSwAttrV2_t* pExpSwAttrV2, Uapi_ExpSwAttr_t* …