Home
last modified time | relevance | path

Searched refs:convert_image_to_numpy_array (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/cts/apps/CameraITS/tests/scene4/
H A Dtest_preview_stabilization_fov.py220 ustab_np_image = image_processing_utils.convert_image_to_numpy_array(
223 stab_np_image = image_processing_utils.convert_image_to_numpy_array(
/aosp_15_r20/cts/apps/CameraITS/tests/scene7/
H A Dtest_multi_camera_switch.py523 uw_img = image_processing_utils.convert_image_to_numpy_array(
525 w_img = image_processing_utils.convert_image_to_numpy_array(
/aosp_15_r20/cts/apps/CameraITS/tests/scene9/
H A Dtest_jpeg_high_entropy.py65 image_processing_utils.convert_image_to_numpy_array(
/aosp_15_r20/cts/apps/CameraITS/tests/scene_flash/
H A Dtest_preview_min_frame_rate.py156 last_image = image_processing_utils.convert_image_to_numpy_array(
/aosp_15_r20/cts/apps/CameraITS/tests/sensor_fusion/
H A Dtest_video_stabilization.py198 img = image_processing_utils.convert_image_to_numpy_array(
H A Dtest_video_stabilization_jca.py127 img = image_processing_utils.convert_image_to_numpy_array(
/aosp_15_r20/cts/apps/CameraITS/tests/scene8/
H A Dtest_ae_awb_regions.py189 image_processing_utils.convert_image_to_numpy_array(frame_path))
/aosp_15_r20/cts/apps/CameraITS/utils/
H A Dvideo_processing_utils.py319 np_image = image_processing_utils.convert_image_to_numpy_array(
H A Dimage_processing_utils.py515 def convert_image_to_numpy_array(image_path): function