Searched refs:tpg_csc_colors (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/media/tpg/
H A Dv4l2-tpg.h59 extern const struct tpg_rbg_color16 tpg_csc_colors[V4L2_COLORSPACE_DCI_P3 + 1]
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-colors.c9 * The tpg_csc_colors[] table is the result of that conversion and since
13 * This source also contains the code used to generate the tpg_csc_colors
588 const struct tpg_rbg_color16 tpg_csc_colors[V4L2_COLORSPACE_DCI_P3 + 1][V4L2_XFER_FUNC_SMPTE2084 + 1][TPG_COLOR_CSC_BLACK + 1] = { variable in typeref:struct:tpg_rbg_color16
1383 printf("const struct tpg_rbg_color16 tpg_csc_colors[V4L2_COLORSPACE_DCI_P3 + 1][V4L2_XFER_FUNC_SMPTE2084 + 1][TPG_COLOR_CSC_BLACK + 1] = {\n");
H A Dv4l2-tpg-core.c913 r = tpg_csc_colors[tpg->colorspace][tpg->real_xfer_func][col].r;
914 g = tpg_csc_colors[tpg->colorspace][tpg->real_xfer_func][col].g;
915 b = tpg_csc_colors[tpg->colorspace][tpg->real_xfer_func][col].b;

Completed in 132 milliseconds