/* TODO: When implemented, query deep color mode here. */
deep_color = 100;
/* * When using deep color, the default N value (as in the HDMI * specification) yields to an non-integer CTS. Hence, we * modify it while keeping the restrictions described in * section 7.2.1 of the HDMI 1.4a specification.
*/ switch (sample_freq) { case32000: case48000: case96000: case192000: if (deep_color == 125) if (pclk == 27027000 || pclk == 74250000)
deep_color_correct = true; if (deep_color == 150) if (pclk == 27027000)
deep_color_correct = true; break; case44100: case88200: case176400: if (deep_color == 125) if (pclk == 27027000)
deep_color_correct = true; break; default: return -EINVAL;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.