Searched refs:tonemap (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CameraITS/tests/scene1_2/ |
D | test_tonemap_sequence.py | 43 cam, req, fmt, num_frames_per_cap, tonemap, log_path): argument 67 logging.debug('%s frame %d means: %s', tonemap, i, str(rgb_means)) 119 for tonemap in ['linear', 'default']: 120 if tonemap == 'linear': 135 cam, req, fmt, num_frames_per_cap, tonemap, log_path))
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 412 tonemap(pRGB); in applyColorspace() 436 private float[/*3*/] tonemap(float[/*3*/] rgb) { in tonemap() method in RawConverter.ConverterKernel 767 tonemap(pRGB); in convert_RAW_To_ARGB()
|