Searched refs:TPG_COLOR_CSC_BLACK (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/media/tpg/ |
H A D | v4l2-tpg.h | 34 TPG_COLOR_CSC_BLACK, enumerator 61 [TPG_COLOR_CSC_BLACK + 1];
|
/kernel/linux/linux-6.6/include/media/tpg/ |
H A D | v4l2-tpg.h | 34 TPG_COLOR_CSC_BLACK, enumerator 61 [TPG_COLOR_CSC_BLACK + 1];
|
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-colors.c | 42 { 50, 50, 50 }, /* TPG_COLOR_CSC_BLACK */ 588 const struct tpg_rbg_color16 tpg_csc_colors[V4L2_COLORSPACE_DCI_P3 + 1][V4L2_XFER_FUNC_SMPTE2084 + 1][TPG_COLOR_CSC_BLACK + 1] = { 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"); in main() 1386 for (i = 0; i <= TPG_COLOR_CSC_BLACK; i++) { in main()
|
H A D | v4l2-tpg-core.c | 550 return TPG_COLOR_CSC_BLACK; in tpg_get_textbg_color() 908 if (tpg->pattern == TPG_PAT_CSC_COLORBAR && col <= TPG_COLOR_CSC_BLACK) { in precalculate_color() 1638 TPG_COLOR_CSC_BLUE, TPG_COLOR_CSC_BLACK, }, in tpg_get_color()
|
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-colors.c | 42 { 50, 50, 50 }, /* TPG_COLOR_CSC_BLACK */ 588 const struct tpg_rbg_color16 tpg_csc_colors[V4L2_COLORSPACE_DCI_P3 + 1][V4L2_XFER_FUNC_SMPTE2084 + 1][TPG_COLOR_CSC_BLACK + 1] = { 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"); in main() 1386 for (i = 0; i <= TPG_COLOR_CSC_BLACK; i++) { in main()
|
H A D | v4l2-tpg-core.c | 554 return TPG_COLOR_CSC_BLACK; in tpg_get_textbg_color() 912 if (tpg->pattern == TPG_PAT_CSC_COLORBAR && col <= TPG_COLOR_CSC_BLACK) { in precalculate_color() 1644 TPG_COLOR_CSC_BLUE, TPG_COLOR_CSC_BLACK, }, in tpg_get_color()
|
Completed in 17 milliseconds