Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/
H A Drk_aiq_user_api_imgproc.cpp354 Uapi_LinExpAttr_t lineExpAttr; in rk_aiq_uapi_setBLCMode() local
355 memset(&lineExpAttr, 0x00, sizeof(Uapi_LinExpAttr_t)); in rk_aiq_uapi_setBLCMode()
366 ret = rk_aiq_user_api_ae_getLinExpAttr(ctx, &lineExpAttr); in rk_aiq_uapi_setBLCMode()
368 lineExpAttr.BackLightConf.enable = on ? 1 : 0; in rk_aiq_uapi_setBLCMode()
369 lineExpAttr.BackLightConf.MeasArea = (CalibDb_AecMeasAreaMode_t)areaType; in rk_aiq_uapi_setBLCMode()
370 lineExpAttr.BackLightConf.StrBias = 0; in rk_aiq_uapi_setBLCMode()
371 ret = rk_aiq_user_api_ae_setLinExpAttr(ctx, lineExpAttr); in rk_aiq_uapi_setBLCMode()
388 Uapi_LinExpAttr_t lineExpAttr; in rk_aiq_uapi_setBLCStrength() local
389 memset(&lineExpAttr, 0x00, sizeof(Uapi_LinExpAttr_t)); in rk_aiq_uapi_setBLCStrength()
400 ret = rk_aiq_user_api_ae_getLinExpAttr(ctx, &lineExpAttr); in rk_aiq_uapi_setBLCStrength()
[all …]