Home
last modified time | relevance | path

Searched defs:exposure (Results 1 - 25 of 37) sorted by relevance

12

/third_party/backends/backend/genesys/
H A Dsensor.cpp93 std::ostream& operator<<(std::ostream& out, const SensorExposure& exposure) in operator <<() argument
H A Dtables_sensor.cpp572 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 Dlow.h333 inline SensorExposure sanei_genesys_fixup_exposure(SensorExposure exposure) in sanei_genesys_fixup_exposure() argument
[all...]
H A Dgl842.cpp267 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 Dsensor.h286 SensorExposure exposure; member
H A Dgl843.cpp664 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 Dlow.cpp1530 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 Dvf_exposure.c33 float exposure; member
114 AVFILTER_DEFINE_CLASS(exposure); variable
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_post_process_blocks.h32 const float exposure = tonemapFactor.x; in PostProcessTonemapBlock() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DToneMapJS.cpp164 float exposure = toneMapArgs.Get<float>("exposure").valueOrDefault(0.7); in ToneMapJS() local
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dnight_session_napi.cpp127 uint32_t exposure = vecExposureList[i]; in GetSupportedExposureRange() local
H A Dprofession_session_napi.cpp336 uint32_t exposure = vecExposureList[i]; in GetExposureDurationRange() local
H A Dtime_lapse_photo_session_napi.cpp526 uint32_t exposure; in GetExposure() local
543 uint32_t exposure; in SetExposure() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_render.h190 void SetExposure (real64 exposure) in SetExposure() argument
H A Ddng_render.cpp82 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 Devent_recorder_test.cpp516 auto exposure = AceType::MakeRefPtr<Recorder::ExposureProcessor>("pages/Index", "btn_TitleExpand"); in HWTEST_F() local
[all...]
/third_party/backends/backend/
H A Dagfafocus.h111 SANE_Int exposure; member
H A Dtamarack.h200 unsigned char exposure; member
H A Dgt68xx_high.c698 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 Dagfafocus.c495 Byte exposure[2]; in set_window() member
H A Dgt68xx_low.h484 GT68xx_Exposure_Parameters exposure; /* Default exposure parameters */ member
515 GT68xx_Exposure_Parameters *exposure; member
/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp156 float exposure; in TestExposure() local
/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp180 uint32_t exposure = data.ReadUint32(); in TestManualExposure() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dtime_lapse_photo_session.cpp402 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 Dcamera_ndk_unittest.cpp188 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...]

Completed in 33 milliseconds

12