Home
last modified time | relevance | path

Searched refs:tonemap (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CameraITS/tests/scene1_2/
Dtest_tonemap_sequence.py43 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/
Draw_converter.rscript95 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);