Searched refs:mCurLinExpAttrV2 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_camgroup_handlers/ |
| H A D | RkAiqCamGroupAeHandle.cpp | 36 mCurLinExpAttrV2 = mNewLinExpAttrV2; in updateConfig() 37 rk_aiq_uapi_ae_setLinExpAttr(mAlgoCtx, &mCurLinExpAttrV2, true, false); in updateConfig() 39 sendSignal(mCurLinExpAttrV2.sync.sync_mode); in updateConfig() 144 memcmp(&mCurLinExpAttrV2, &LinExpAttrV2, sizeof(LinExpAttrV2))) in setLinExpAttr()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/ |
| H A D | RkAiqAeHandle.h | 48 memset(&mCurLinExpAttrV2, 0, sizeof(Uapi_LinExpAttrV2_t)); in RkAiqAeHandleInt() 126 Uapi_LinExpAttrV2_t mCurLinExpAttrV2; variable
|
| H A D | RkAiqAeHandle.cpp | 72 rk_aiq_uapi_ae_convLinExpAttr_v1Tov2(&mCurLinExpAttr, &mCurLinExpAttrV2); in updateConfig() 73 rk_aiq_uapi_ae_setLinExpAttr(mAlgoCtx, &mCurLinExpAttrV2, false, false); in updateConfig() 99 mCurLinExpAttrV2 = mNewLinExpAttrV2; in updateConfig() 100 rk_aiq_uapi_ae_setLinExpAttr(mAlgoCtx, &mCurLinExpAttrV2, false, false); in updateConfig() 103 sendSignal(mCurLinExpAttrV2.sync.sync_mode); in updateConfig() 347 memcmp(&mCurLinExpAttrV2, &LinExpAttrV2, sizeof(LinExpAttrV2))) in setLinExpAttr()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | RkAiqCamGroupHandleInt.h | 61 memset(&mCurLinExpAttrV2, 0, sizeof(Uapi_LinExpAttrV2_t)); in RkAiqCamGroupAeHandleInt() 111 Uapi_LinExpAttrV2_t mCurLinExpAttrV2; variable
|