Searched refs:SetManualWhiteBalance (Results 1 – 6 of 6) sorted by relevance
369 s->SetManualWhiteBalance(wbValue); in Test31()
338 static napi_value SetManualWhiteBalance(napi_env env, napi_callback_info info);
1623 int32_t SetManualWhiteBalance(int32_t wbValue);
251 DECLARE_NAPI_FUNCTION("setWhiteBalance", CameraSessionNapi::SetManualWhiteBalance),4080 napi_value CameraSessionNapi::SetManualWhiteBalance(napi_env env, napi_callback_info info) in SetManualWhiteBalance() function in OHOS::CameraStandard::CameraSessionNapi4099 cameraSessionNapi->cameraSession_->SetManualWhiteBalance(wbValue); in SetManualWhiteBalance()
3621 intResult = session->SetManualWhiteBalance(whiteBalanceRange[0] - 1);9266 intResult = camSession->SetManualWhiteBalance(wbValue);9302 intResult = camSession->SetManualWhiteBalance(manualWhiteBalanceRange[0]);9316 intResult = camSession->SetManualWhiteBalance(wbValue);
5466 int32_t CaptureSession::SetManualWhiteBalance(int32_t wbValue) in SetManualWhiteBalance() function in OHOS::CameraStandard::CaptureSession