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

/fuchsia/zircon/system/dev/display/vim-display/
H A Dhdmitx.cpp215 if (display->color_depth == HDMI_COLOR_DEPTH_24B) {
220 } else if (display->color_depth == HDMI_COLOR_DEPTH_30B) {
225 } else if (display->color_depth == HDMI_COLOR_DEPTH_36B) {
257 if (display->color_depth == HDMI_COLOR_DEPTH_24B) {
264 } else if (display->color_depth == HDMI_COLOR_DEPTH_30B) {
271 } else if (display->color_depth == HDMI_COLOR_DEPTH_36B) {
353 hdmi_data |= CSC_SCALE_COLOR_DEPTH(display->color_depth);
475 switch (display->color_depth) {
491 switch (display->color_depth) {
527 // hdmi_data = (display->color_depth <<
[all...]
H A Dvim-display.h101 uint8_t color_depth; member in struct:vim2_display
H A Dvim-display.cpp770 display->color_depth = _gcolor_depth;

Completed in 80 milliseconds