Searched refs:convert_raw_to_rgb_image (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CameraITS/utils/ |
D | image_processing_utils.py | 285 img = convert_raw_to_rgb_image(r, gr, gb, b, props, cap_raw['metadata']) 325 return convert_raw_to_rgb_image( 777 def convert_raw_to_rgb_image(r_plane, gr_plane, gb_plane, b_plane, props, function
|