kBytesPerPixel top-level constant

List<int> const kBytesPerPixel

A list of Y-byte, Cb-byte, and Cr-byte pixel strides.

Implementation

const List<int> kBytesPerPixel = [1, 2, 2];