Home
last modified time | relevance | path

Searched refs:convert_sensor_coords_to_image_coords (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/cts/apps/CameraITS/tests/scene2_f/
H A Dtest_preview_num_faces.py137 l_eye = image_processing_utils.convert_sensor_coords_to_image_coords(
139 r_eye = image_processing_utils.convert_sensor_coords_to_image_coords(
141 mouth = image_processing_utils.convert_sensor_coords_to_image_coords(
/aosp_15_r20/cts/apps/CameraITS/tests/scene2_g/
H A Dtest_preview_num_faces.py137 l_eye = image_processing_utils.convert_sensor_coords_to_image_coords(
139 r_eye = image_processing_utils.convert_sensor_coords_to_image_coords(
141 mouth = image_processing_utils.convert_sensor_coords_to_image_coords(
/aosp_15_r20/cts/apps/CameraITS/tests/scene2_b/
H A Dtest_preview_num_faces.py137 l_eye = image_processing_utils.convert_sensor_coords_to_image_coords(
139 r_eye = image_processing_utils.convert_sensor_coords_to_image_coords(
141 mouth = image_processing_utils.convert_sensor_coords_to_image_coords(
/aosp_15_r20/cts/apps/CameraITS/tests/scene2_d/
H A Dtest_preview_num_faces.py137 l_eye = image_processing_utils.convert_sensor_coords_to_image_coords(
139 r_eye = image_processing_utils.convert_sensor_coords_to_image_coords(
141 mouth = image_processing_utils.convert_sensor_coords_to_image_coords(
/aosp_15_r20/cts/apps/CameraITS/utils/
H A Dimage_processing_utils.py1596 def convert_sensor_coords_to_image_coords( function