Searched refs:mCurExpSwAttrV2 (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 | 29 mCurExpSwAttrV2 = mNewExpSwAttrV2; in updateConfig() 30 rk_aiq_uapi_ae_setExpSwAttr(mAlgoCtx, &mCurExpSwAttrV2, true, false); in updateConfig() 32 sendSignal(mCurExpSwAttrV2.sync.sync_mode); in updateConfig() 90 memcmp(&mCurExpSwAttrV2, &ExpSwAttrV2, sizeof(ExpSwAttrV2))) in setExpSwAttr()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/ |
| H A D | RkAiqAeHandle.h | 46 memset(&mCurExpSwAttrV2, 0, sizeof(Uapi_ExpSwAttrV2_t)); in RkAiqAeHandleInt() 124 Uapi_ExpSwAttrV2_t mCurExpSwAttrV2; variable
|
| H A D | RkAiqAeHandle.cpp | 63 rk_aiq_uapi_ae_convExpSwAttr_v1Tov2(&mCurExpSwAttr, &mCurExpSwAttrV2); in updateConfig() 64 rk_aiq_uapi_ae_setExpSwAttr(mAlgoCtx, &mCurExpSwAttrV2, false, false); in updateConfig() 91 mCurExpSwAttrV2 = mNewExpSwAttrV2; in updateConfig() 92 rk_aiq_uapi_ae_setExpSwAttr(mAlgoCtx, &mCurExpSwAttrV2, false, false); in updateConfig() 95 sendSignal(mCurExpSwAttrV2.sync.sync_mode); in updateConfig() 231 memcmp(&mCurExpSwAttrV2, &ExpSwAttrV2, sizeof(ExpSwAttrV2))) in setExpSwAttr()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | RkAiqCamGroupHandleInt.h | 59 memset(&mCurExpSwAttrV2, 0, sizeof(Uapi_ExpSwAttrV2_t)); in RkAiqCamGroupAeHandleInt() 109 Uapi_ExpSwAttrV2_t mCurExpSwAttrV2;
|