Programming Guide
105
MEDIASUBTYPE_YU10
– 10bit Y + 10bit Cb/Cr – 20bit YCbCr
4:2:2
‘ x’ means ‘don’t care bit’.
Its compression (FOURCC code) is ‘YU10’ and GUID is
30315559-0000-0010-8000-00AA00389B71.
Notes for the MEDIASUBTYPE_YU10 format:
Total bytes of one scan line need to be aligned to multiple of
16. If the requirement is not met, HDV62 appends dummy
bytes to the end of each line. For example,
if width = 800 pixels, each line = 2144 bytes (11 dummy bytes
appended);
if width = 640 pixles, each line = 1712 bytes (5 dummy bytes
appended);
if width = 720 pixles, each line = 1920 bytes (0 dummy bytes
appended).
The formula is: total bytes of each line = ((width * 16 / 6) + 15)
& ~15 with all integer calculation.
The formula to convert YCbCr to RGB is as following:
R = Y + 1.371(Cr-128)
G = Y – 0.698(Cr-128) – 0.336(Cb-128)
B = Y + 1.732(Cb-128)
DWORD
Pixel Data [31:0]
[31:24]
[23:16]
[15:8]
[7:0]
dw0
Cr0[1:0]+Y1[9
:4]
Y1[3:0]+Cb0[
9:6]
Cb0[5:0]+Y0[
9:8]
Y0[7:0]
dw1
xxxx+Cb2[9:6
]
Cb2[5:0]+Y2[
9:8]
Y2[7:0]
Cr0[9:2]
dw2
Cb4[1:0]+Y4[
9:4]
Y4[3:0]+Cr2[9
:6]
Cr2[5:0]+Y3[9
:8]
Y3[7:0]
dw3
xxxx+Cr4[9:6]
Cr4[5:0]+Y5[9
:8]
Y5[7:0]
Cb4[9:2]
Содержание HDV62
Страница 11: ...vi List of Figures...
Страница 25: ...14 Installation Guide...
Страница 26: ...Installation Guide 15...
Страница 27: ...16 Installation Guide 4 Click next until driver installation is complete...
Страница 105: ...94 Programming Guide Video Proc Amp...
Страница 143: ...132 ViewCreatorPro Utility 6 2 Component Description Launch ViewCreatorPro and you can see the following view...
Страница 153: ...142 ViewCreatorPro Utility View menu Device Hide or unhide Devices panel Adjustment Hide or unhide Adjustment panel...
Страница 163: ...152 ViewCreatorPro Utility...