Source position: agraphics.pas line 273
type TPlanarYUVInfo = record
YMemory: Pointer;
UMemory: Pointer;
VMemory: Pointer;
YBytesPerRow: LongWord;
UBytesPerRow: LongWord;
VBytesPerRow: LongWord;
end;