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

/linux-4.1.27/drivers/media/platform/vivid/
H A Dvivid-tpg-colors.h39 TPG_COLOR_CSC_BLACK, enumerator in enum:tpg_color
64 extern const struct color16 tpg_csc_colors[V4L2_COLORSPACE_BT2020 + 1][TPG_COLOR_CSC_BLACK + 1];
H A Dvivid-tpg-colors.c55 { 50, 50, 50 }, /* TPG_COLOR_CSC_BLACK */
601 const struct color16 tpg_csc_colors[V4L2_COLORSPACE_BT2020 + 1][TPG_COLOR_CSC_BLACK + 1] = {
908 printf("const struct color16 tpg_csc_colors[V4L2_COLORSPACE_BT2020 + 1][TPG_COLOR_CSC_BLACK + 1] = {\n"); main()
910 for (i = 0; i <= TPG_COLOR_CSC_BLACK; i++) { main()
H A Dvivid-tpg.c413 return TPG_COLOR_CSC_BLACK; tpg_get_textbg_color()
651 if (tpg->pattern == TPG_PAT_CSC_COLORBAR && col <= TPG_COLOR_CSC_BLACK) { precalculate_color()
1130 TPG_COLOR_CSC_BLUE, TPG_COLOR_CSC_BLACK, }, tpg_get_color()

Completed in 108 milliseconds