Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_camgroup_handlers/
H A DRkAiqCamGroupAeHandle.cpp159 XCamReturn RkAiqCamGroupAeHandleInt::getLinExpAttr(Uapi_LinExpAttrV2_t* pLinExpAttrV2) { in getLinExpAttr() argument
165 if (pLinExpAttrV2->sync.sync_mode == RK_AIQ_UAPI_MODE_SYNC) { in getLinExpAttr()
167 rk_aiq_uapi_ae_getLinExpAttr(mAlgoCtx, pLinExpAttrV2, true); in getLinExpAttr()
168 pLinExpAttrV2->sync.done = true; in getLinExpAttr()
172 memcpy(pLinExpAttrV2, &mNewLinExpAttrV2, sizeof(mNewLinExpAttrV2)); in getLinExpAttr()
173 pLinExpAttrV2->sync.done = false; in getLinExpAttr()
175 rk_aiq_uapi_ae_getLinExpAttr(mAlgoCtx, pLinExpAttrV2, true); in getLinExpAttr()
176 pLinExpAttrV2->sync.sync_mode = mNewLinExpAttrV2.sync.sync_mode; in getLinExpAttr()
177 pLinExpAttrV2->sync.done = true; in getLinExpAttr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAeHandle.cpp363 XCamReturn RkAiqAeHandleInt::getLinExpAttr(Uapi_LinExpAttrV2_t* pLinExpAttrV2) { in getLinExpAttr() argument
370 rk_aiq_uapi_ae_getLinExpAttr(mAlgoCtx, pLinExpAttrV2, false); in getLinExpAttr()
371 pLinExpAttrV2->sync.done = true; in getLinExpAttr()
374 if (pLinExpAttrV2->sync.sync_mode == RK_AIQ_UAPI_MODE_SYNC) { in getLinExpAttr()
376 rk_aiq_uapi_ae_getLinExpAttr(mAlgoCtx, pLinExpAttrV2, false); in getLinExpAttr()
377 pLinExpAttrV2->sync.done = true; in getLinExpAttr()
381 memcpy(pLinExpAttrV2, &mNewLinExpAttrV2, sizeof(mNewLinExpAttrV2)); in getLinExpAttr()
382 pLinExpAttrV2->sync.done = false; in getLinExpAttr()
384 rk_aiq_uapi_ae_getLinExpAttr(mAlgoCtx, pLinExpAttrV2, false); in getLinExpAttr()
385 pLinExpAttrV2->sync.sync_mode = mNewLinExpAttrV2.sync.sync_mode; in getLinExpAttr()
[all …]
H A DRkAiqCustomAeHandle.cpp66 XCamReturn RkAiqCustomAeHandle::getLinExpAttr(Uapi_LinExpAttrV2_t* pLinExpAttrV2) { in getLinExpAttr() argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ae/
H A Drk_aiq_uapi_ae_int.h19 …api_ae_convLinExpAttr_v1Tov2(Uapi_LinExpAttr_t* pLinExpAttrV1, Uapi_LinExpAttrV2_t* pLinExpAttrV2);
22 XCamReturn rk_aiq_uapi_ae_convLinExpAttr_v2Tov1(Uapi_LinExpAttrV2_t* pLinExpAttrV2, Uapi_LinExpAttr…