Parsec

ParsecColorFormat

Color formats for raw image data.

Member of ParsecFrame.

Values

NameValueDescription
FORMAT_AYUV132-bits per pixel, 8-bits per channel AYUV.
FORMAT_Y410232-bits per pixel, 10-bits per channel YUV, 2-bits for A.
FORMAT_Y416364-bits per pixel, 16 bits per channel YUVA.
FORMAT_2PLANES41 plane Y, 1 plane interleaved UV, 8 bits per channel.
FORMAT_3PLANES53 consecutive planes of YUV, 8 bits per channel.
FORMAT_2PLANES_1661 plane Y, 1 plane interleaved UV, 16 bits per channel.
FORMAT_3PLANES_1673 consecutive planes of YUV, 16 bits per channel.
FORMAT_UNKNOWN0Color format unknown.
FORMAT_RGBA832-bits per pixel, 8-bits per channel RGBA.
FORMAT_BGRA932-bits per pixel, 8-bits per channel BGRA.
FORMAT_NV12104:2:0 full width/height Y plane followed by an interleaved half width/height UV plane.
FORMAT_RGBA101132-bits per pixel, 10-bits per channel RGB, 2-bits for A.