/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | time_lapse_photo_session.cpp | 405 int32_t TimeLapsePhotoSession::SetExposure(uint32_t exposure) in SetExposure() argument 411 MEDIA_DEBUG_LOG("exposure: %{public}d", exposure); in SetExposure() 421 if (exposure != autoLongExposure && exposure < sensorExposureTimeRange[minIndex]) { in SetExposure() 424 exposure, sensorExposureTimeRange[minIndex]); in SetExposure() 425 exposure = sensorExposureTimeRange[minIndex]; in SetExposure() 426 } else if (exposure > sensorExposureTimeRange[maxIndex]) { in SetExposure() 429 exposure, sensorExposureTimeRange[maxIndex]); in SetExposure() 430 exposure = sensorExposureTimeRange[maxIndex]; in SetExposure() 433 camera_rational_t value = {.numerator = exposure, .denominator = timeUnit}; in SetExposure() 434 …OG("Set tag OHOS_CONTROL_SENSOR_EXPOSURE_TIME value = %{public}d, %{public}d", exposure, timeUnit); in SetExposure() [all …]
|
/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/ |
H A D | camera_sensor.c | 61 if ((deviceConfig->sensor.sensor[devId].exposure) == DEVICE_NOT_SUPPORT) { in CheckSensorGetConfigId() 132 if ((deviceConfig->sensor.sensor[devId].exposure) == DEVICE_NOT_SUPPORT) { in CheckSensorSetConfigId() 193 isFailed |= !HdfSbufWriteUint8(rspData, deviceConfig->sensor.sensor[devId].exposure); in CameraCmdSensorEnumDevice()
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ToneMapJS.cpp | 164 float exposure = toneMapArgs.Get<float>("exposure").valueOrDefault(0.7); in ToneMapJS() local 170 ExecSyncTask([&tonemap, exposure, type, postproc]() -> META_NS::IAny::Ptr { in ToneMapJS() 175 tonemap->Exposure()->SetValue(exposure); in ToneMapJS()
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | capture__session_8h.md | 69 …era_exposuremode) exposureMode, bool \*isSupported) | Checks whether an exposure mode is supported… 70 …reMode](_o_h___camera.md#camera_exposuremode) \*exposureMode) | Obtains the exposure mode in use.| 71 …sureMode](_o_h___camera.md#camera_exposuremode) exposureMode) | Sets an exposure mode for the devi… 74 …\*minExposureBias, float \*maxExposureBias, float \*step) | Obtains the exposure compensation valu… 75 …mera.md#camera_capturesession) \*session, float exposureBias) | Sets an exposure compensation valu… 76 …d#camera_capturesession) \*session, float \*exposureBias) | Obtains the exposure compensation valu… 96 …_camera.md#camera_capturesession) \*session, float \*exposureValue) | Obtains the exposure value.|
|
H A D | _o_h___camera.md | 430 Defines an enum for the exposure modes. 1649 Enumerates the exposure modes. 1656 | EXPOSURE_MODE_AUTO | Auto exposure.| 3512 Obtains the exposure compensation value in use. 3553 | step | Pointer to the exposure compensation step.| 3574 Obtains the exposure mode in use. 3604 Obtains the exposure value. 3613 | exposureValue | Pointer to the exposure value.| 3936 Checks whether an exposure mode is supported. 4388 Sets an exposure compensation value for the device. [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_post_process_blocks.h | 32 const float exposure = tonemapFactor.x; in PostProcessTonemapBlock() local 33 const vec3 x = outCol * exposure; in PostProcessTonemapBlock()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/ |
H A D | fullscreen_post_process_tonemap.frag | 63 const float exposure = tonemapFactor.x; 64 const vec3 x = outColor.rgb * exposure;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-post-process-settings.md | 32 | exposure | number | 否 | 是 | 曝光度,取值大于0,默认值为undefined。 |
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/ |
H A D | night_session_napi.cpp | 127 uint32_t exposure = vecExposureList[i]; in GetSupportedExposureRange() local 130 napi_create_uint32(env, exposure, &value); in GetSupportedExposureRange()
|
H A D | time_lapse_photo_session_napi.cpp | 526 uint32_t exposure; in GetExposure() local 527 int32_t ret = obj->timeLapsePhotoSession_->GetExposure(exposure); in GetExposure() 533 if (napi_create_uint32(env, exposure, &result) != napi_ok) { in GetExposure() 543 uint32_t exposure; in SetExposure() local 544 CameraNapiParamParser parser(env, info, obj, exposure); in SetExposure() 549 MEDIA_DEBUG_LOG("exposure = %{public}d", exposure); in SetExposure() 551 int32_t ret = obj->timeLapsePhotoSession_->SetExposure(exposure); in SetExposure()
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | camera-overview.md | 3 …an also perform more operations, for example, controlling the flash and exposure time, and focusin… 19 … the camera to be used. You can also set parameters, such as the flash, exposure time, focus, and …
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/ |
H A D | camera_adapter_impl_test.cpp | 289 … ExposureModeAdapter exposure = adapter.GetAdapterExposureMode(ExposureMode::EXPOSURE_MODE_LOCKED); variable 290 EXPECT_EQ(exposure, ExposureModeAdapter::EXPOSURE_MODE_LOCKED); 291 exposure = adapter.GetAdapterExposureMode(static_cast<ExposureMode>(DEFAULT_WIDTH)); 292 EXPECT_EQ(exposure, ExposureModeAdapter::EXPOSURE_MODE_UNSUPPORTED);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-post-process-settings.md | 33 | exposure | number | No| Yes| Exposure. The value is greater than 0. The default value is undefine…
|
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/include/ |
H A D | camera_config_parser.h | 41 uint8_t exposure; member
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/ |
H A D | time_lapse_photo_session_fuzzer.cpp | 178 uint32_t exposure = data.ReadUint32(); in TestManualExposure() local 179 AddOrUpdateMetadata(meta, OHOS_CONTROL_SENSOR_EXPOSURE_TIME, &exposure, 1); in TestManualExposure() 180 session->GetExposure(exposure); in TestManualExposure()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/ |
H A D | event_recorder_test.cpp | 516 …auto exposure = AceType::MakeRefPtr<Recorder::ExposureProcessor>("pages/Index", "btn_TitleExpand"); variable 517 EXPECT_TRUE(exposure->IsNeedRecord()); 518 EXPECT_NEAR(exposure->GetRatio(), 0.9, 0.00001f); 519 exposure->OnVisibleChange(true); 521 exposure->OnVisibleChange(false);
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/ |
H A D | camera_common.h | 70 uint8_t exposure; member
|
/ohos5.0/drivers/interface/camera/v1_1/ |
H A D | ICameraDevice.idl | 54 … * 3A stands for automatic focus (AF), automatic exposure (AE), and automatic white-balance (?AWB).
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_1/ |
H A D | ICameraDevice.idl | 54 … * 3A stands for automatic focus (AF), automatic exposure (AE), and automatic white-balance (?AWB).
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_1/ |
H A D | ICameraDevice.idl | 54 … * 3A stands for automatic focus (AF), automatic exposure (AE), and automatic white-balance (?AWB).
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/ |
H A D | render_data_store_render_pods.h | 264 float exposure { 0.7f };
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | time_lapse_photo_session.h | 104 int32_t SetExposure(uint32_t exposure);
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/ |
H A D | camera_control.cpp | 293 isFailed |= !HdfSbufReadUint8(respData, &device.sensor.exposure); in ReadSensorSbufData() 300 …device.sensor.mode, device.sensor.driverName, device.sensor.id, device.sensor.exposure, device.sen… in ReadSensorSbufData()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_post_process.h | 120 return { input.tonemapConfiguration.exposure, 0.0f, 0.0f, in GetFactorTonemap()
|
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/src/ |
H A D | camera_config_parser.c | 49 ret = drsOps->GetUint8(node, "exposure", &sensorConfig->exposure, 0); in ParseCameraSensorDeviceConfig() 65 … __func__, sensorConfig->name, sensorConfig->id, sensorConfig->exposure, sensorConfig->mirror, in ParseCameraSensorDeviceConfig()
|