Searched refs:gamma_y (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Drkisp1-config.h347 * gamma_y[0] = 0x0000, gamma_y[1] = 0x0100, ... gamma_y[15] = 0x0f00, gamma_y[16] = 0xfff
349 * @gamma_y: the values for the y-axis of gamma curve points. Each value is 12 bit.
352 __u16 gamma_y[RKISP1_CIF_ISP_DEGAMMA_CURVE_SIZE]; member in struct:rkisp1_cif_isp_gamma_corr_curve
586 * @gamma_y: gamma out curve y-axis for all color components
588 * The number of entries of @gamma_y depends on the hardware revision
598 __u16 gamma_y[RKISP1_CIF_ISP_GAMMA_OUT_MAX_SAMPLES]; member in struct:rkisp1_cif_isp_goc_config
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-params.c434 arg->curve_r.gamma_y[i]);
437 arg->curve_g.gamma_y[i]);
440 arg->curve_b.gamma_y[i]);
458 arg->gamma_y[i]);
474 arg->gamma_y[2 * i + 1],
475 arg->gamma_y[2 * i]);

Completed in 160 milliseconds