Searched refs:lineExpAttr (Results 1 – 1 of 1) sorted by relevance
354 Uapi_LinExpAttr_t lineExpAttr; in rk_aiq_uapi_setBLCMode() local355 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() local389 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 …]