Source position: xvlib.pp line 152
type TXvImageFormatValues = record |
id: cint; |
_type: cint; |
byte_order: cint; |
guid: array [0..15] of cchar; |
bits_per_pixel: cint; |
format: cint; |
num_planes: cint; |
depth: cint; |
red_mask: cuint; |
green_mask: cuint; |
blue_mask: cuint; |
y_sample_bits: cuint; |
u_sample_bits: cuint; |
v_sample_bits: cuint; |
horz_y_period: cuint; |
horz_u_period: cuint; |
horz_v_period: cuint; |
vert_y_period: cuint; |
vert_u_period: cuint; |
vert_v_period: cuint; |
component_order: array [0..31] of char; |
scanline_order: cint; |
end; |