Searched refs:exposure_time (Results 1 – 10 of 10) sorted by relevance
/external/libxcam/modules/isp/ |
D | sensor_descriptor.cpp | 49 int32_t exposure_time, uint32_t &coarse_time, uint32_t &fine_time) in exposure_time_to_integration() argument 51 if (exposure_time < 0 || !is_ready ()) in exposure_time_to_integration() 54 …uint32_t pixel_periods = ((uint64_t)exposure_time) * _sensor_data.vt_pix_clk_freq_mhz / XCAM_SECO… in exposure_time_to_integration() 63 uint32_t coarse_time, uint32_t fine_time, int32_t &exposure_time) in exposure_integration_to_time() argument 69 exposure_time = pixel_periods * XCAM_SECONDS_2_TIMESTAMP(1) / _sensor_data.vt_pix_clk_freq_mhz; in exposure_integration_to_time()
|
D | sensor_descriptor.h | 40 int32_t exposure_time, uint32_t &coarse_time, uint32_t &fine_time); 44 uint32_t coarse_time, uint32_t fine_time, int32_t &exposure_time);
|
D | isp_config_translator.cpp | 128 if (!_sensor->exposure_time_to_integration (from.exposure_time, coarse_time, fine_time)) { in translate_exposure()
|
D | hybrid_analyzer.cpp | 149 _analyzer_aiq->set_ae_manual_exposure_time (res->exposure_time); in post_3a_analyze()
|
D | aiq_handler.cpp | 547 exposure.exposure_time = _result.aiq_exp_param.exposure_time_us; in pop_result()
|
/external/libxcam/xcore/ |
D | x3a_analyzer_simple.cpp | 235 exposure.exposure_time = _last_target_exposure; in analyze_ae() 257 exposure.exposure_time = SIMPLE_MAX_TARGET_EXPOSURE_TIME; in analyze_ae() 258 exposure.analog_gain = target_exposure / exposure.exposure_time; in analyze_ae() 260 exposure.exposure_time = target_exposure; in analyze_ae()
|
/external/piex/src/ |
D | piex_types.h | 97 Rational exposure_time; member
|
D | tiff_parser.cc | 212 &preview_image_data->exposure_time); in FillPreviewImageData()
|
/external/libxcam/xcore/base/ |
D | xcam_3a_result.h | 137 int32_t exposure_time; //in micro seconds member
|
/external/libxcam/plugins/3a/hybrid/ |
D | sample.cpp | 161 exposure->exposure_time = 9986; // 9.986ms in xcam_combine_analyze_results()
|