/third_party/backends/backend/genesys/ |
H A D | sensor.cpp | 93 std::ostream& operator<<(std::ostream& out, const SensorExposure& exposure) in operator <<() argument
|
H A D | tables_sensor.cpp | 572 SensorExposure exposure; in genesys_init_sensor_tables() member 629 SensorExposure exposure; genesys_init_sensor_tables() member 1029 SensorExposure exposure; genesys_init_sensor_tables() member 1165 SensorExposure exposure; genesys_init_sensor_tables() member 1309 SensorExposure exposure; genesys_init_sensor_tables() member 1892 SensorExposure exposure; genesys_init_sensor_tables() member 2423 SensorExposure exposure; genesys_init_sensor_tables() member 2600 SensorExposure exposure; genesys_init_sensor_tables() member 2777 SensorExposure exposure; genesys_init_sensor_tables() member 2979 SensorExposure exposure; genesys_init_sensor_tables() member [all...] |
H A D | low.h | 333 inline SensorExposure sanei_genesys_fixup_exposure(SensorExposure exposure) in sanei_genesys_fixup_exposure() argument [all...] |
H A D | gl842.cpp | 267 gl842_init_motor_regs_scan(Genesys_Device* dev, const Genesys_Sensor& sensor, const ScanSession& session, Genesys_Register_Set* reg, const MotorProfile& motor_profile, unsigned int exposure, unsigned scan_yres, unsigned int scan_lines, unsigned int scan_dummy, unsigned int feed_steps, ScanFlag flags) gl842_init_motor_regs_scan() argument 410 gl842_init_optical_regs_scan(Genesys_Device* dev, const Genesys_Sensor& sensor, Genesys_Register_Set* reg, unsigned int exposure, const ScanSession& session) gl842_init_optical_regs_scan() argument 550 int exposure = sensor.exposure_lperiod; init_regs_for_scan_session() local [all...] |
H A D | sensor.h | 286 SensorExposure exposure; member
|
H A D | gl843.cpp | 664 gl843_init_motor_regs_scan(Genesys_Device* dev, const Genesys_Sensor& sensor, const ScanSession& session, Genesys_Register_Set* reg, const MotorProfile& motor_profile, unsigned int exposure, unsigned scan_yres, unsigned int scan_lines, unsigned int scan_dummy, unsigned int feed_steps, ScanFlag flags) gl843_init_motor_regs_scan() argument 858 gl843_init_optical_regs_scan(Genesys_Device* dev, const Genesys_Sensor& sensor, Genesys_Register_Set* reg, unsigned int exposure, const ScanSession& session) gl843_init_optical_regs_scan() argument 1003 int exposure; init_regs_for_scan_session() local [all...] |
H A D | low.cpp | 1530 regs_set_exposure(AsicType asic_type, Genesys_Register_Set& regs, const SensorExposure& exposure) regs_set_exposure() argument 1687 get_motor_profile_ptr(const std::vector<MotorProfile>& profiles, unsigned exposure, const ScanSession& session) get_motor_profile_ptr() argument 1727 get_motor_profile(const std::vector<MotorProfile>& profiles, unsigned exposure, const ScanSession& session) get_motor_profile() argument 1739 create_slope_table(AsicType asic_type, const Genesys_Motor& motor, unsigned ydpi, unsigned exposure, unsigned step_multiplier, const MotorProfile& motor_profile) create_slope_table() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_exposure.c | 33 float exposure; member 114 AVFILTER_DEFINE_CLASS(exposure); variable
|
/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
|
/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
|
/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
|
H A D | profession_session_napi.cpp | 336 uint32_t exposure = vecExposureList[i];
in GetExposureDurationRange() local
|
H A D | time_lapse_photo_session_napi.cpp | 526 uint32_t exposure;
in GetExposure() local 543 uint32_t exposure;
in SetExposure() local
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_render.h | 190 void SetExposure (real64 exposure) in SetExposure() argument
|
H A D | dng_render.cpp | 82 dng_function_exposure_tone::dng_function_exposure_tone (real64 exposure) in dng_function_exposure_tone() argument 913 real64 exposure = fParams.Exposure () + in Start() local [all...] |
/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");
in HWTEST_F() local [all...] |
/third_party/backends/backend/ |
H A D | agfafocus.h | 111 SANE_Int exposure; member
|
H A D | tamarack.h | 200 unsigned char exposure; member
|
H A D | gt68xx_high.c | 698 GT68xx_Exposure_Parameters *exposure = scanner->dev->exposure; in gt68xx_scanner_calibrate() local 1843 GT68xx_Exposure_Parameters *exposure = scanner->dev->exposure; gt68xx_afe_cis_auto() local [all...] |
H A D | agfafocus.c | 495 Byte exposure[2]; in set_window() member
|
H A D | gt68xx_low.h | 484 GT68xx_Exposure_Parameters exposure; /* Default exposure parameters */ member 515 GT68xx_Exposure_Parameters *exposure; member
|
/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/ |
H A D | capture_session_fuzzer.cpp | 156 float exposure;
in TestExposure() local
|
/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/ |
H A D | time_lapse_photo_session_fuzzer.cpp | 180 uint32_t exposure = data.ReadUint32();
in TestManualExposure() local
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | time_lapse_photo_session.cpp | 402 int32_t TimeLapsePhotoSession::SetExposure(uint32_t exposure)
in SetExposure() argument [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 188 Camera_ExposureMode exposure = Camera_ExposureMode::EXPOSURE_MODE_AUTO; in SessionControlParams() local 2442 Camera_ExposureMode exposure = Camera_ExposureMode::EXPOSURE_MODE_AUTO; in HWTEST_F() local 2517 Camera_ExposureMode exposure = Camera_ExposureMode::EXPOSURE_MODE_AUTO; in HWTEST_F() local 2571 Camera_ExposureMode exposure = Camera_ExposureMode::EXPOSURE_MODE_AUTO; in HWTEST_F() local [all...] |