Lines Matching refs:tonemap
2023 cam_rgb_tonemap_curves *tonemap = (cam_rgb_tonemap_curves *)
2026 (float*)tonemap->curves[0].tonemap_points,
2027 tonemap->tonemap_points_cnt * 2);
2030 (float*)tonemap->curves[1].tonemap_points,
2031 tonemap->tonemap_points_cnt * 2);
2034 (float*)tonemap->curves[2].tonemap_points,
2035 tonemap->tonemap_points_cnt * 2);
3894 /* Tonemap curve channels ch0 = G, ch 1 = B, ch 2 = R */
3895 /*All tonemap channels will have the same number of points*/