// iddcx.h
struct IDDCX_WIRE_BITS_PER_COMPONENT {
IDDCX_BITS_PER_COMPONENT Rgb;
IDDCX_BITS_PER_COMPONENT YCbCr444;
IDDCX_BITS_PER_COMPONENT YCbCr422;
IDDCX_BITS_PER_COMPONENT YCbCr420;
};
View the official Windows Driver Kit DDI referenceNo description available.
The IDDCX_WIRE_BITS_PER_COMPONENT structure identifies the dithering support of a target.
RgbAn IDDCX_BITS_PER_COMPONENT value that describes the supported/requested pixel encoding using RGB sample format.
YCbCr444An IDDCX_BITS_PER_COMPONENT value that describes the supported/requested pixel encoding using YCbCr 4:4:4 sample format.
YCbCr422An IDDCX_BITS_PER_COMPONENT value that describes the supported/requested pixel encoding using YCbCr 4:2:2 sample format.
YCbCr420An IDDCX_BITS_PER_COMPONENT value that describes the supported/requested pixel encoding using YCbCr 4:2:0 sample format.
For more information about HDR support, see IddCx version 1.10 updates.
EVT_IDD_CX_ADAPTER_QUERY_TARGET_INFO