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 63 img, '%s_%s_%d.jpg' % (os.path.join(log_path, _NAME), tonemap, i)) 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 | raw_converter.rscript | 95 static float3 tonemap(float3 rgb) { 176 LOGD("raw_converter.rscript: Logic error in tonemap.", 0); 191 intermediate = tonemap(intermediate); 379 // apply tonemap and gamma correction 380 pRGB = tonemap(pRGB);
|