Home
last modified time | relevance | path

Searched refs:compute_target_exposure (Results 1 – 21 of 21) sorted by relevance

/cts/apps/CameraITS/tests/scene1/
Dtest_ae_precapture_trigger.py38 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_jpeg.py32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_param_flash_mode.py29 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_yuv_plus_jpeg.py32 its.caps.skip_unless(its.caps.compute_target_exposure(props))
Dtest_yuv_plus_raw.py32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_yuv_plus_raw10.py32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_yuv_plus_raw12.py32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_exposure.py65 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
68 process_raw = (its.caps.compute_target_exposure(props) and
Dtest_param_exposure_time.py37 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_param_sensitivity.py39 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_yuv_jpeg_all.py32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_param_color_correction.py40 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_param_tonemap_mode.py41 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_crop_regions.py38 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_format_combos.py36 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_linearity.py49 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_param_noise_reduction.py53 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_crop_region_raw.py33 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_reprocess_noise_reduction.py49 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
Dtest_post_raw_sensitivity_boost.py42 its.caps.compute_target_exposure(props) and
/cts/apps/CameraITS/pymodules/its/
Dcaps.py235 def compute_target_exposure(props): function