MCUXpresso SDK Documentation

vg_lite_swizzle_t enumeration

vg_lite_swizzle_t enumeration#

This enumeration specifies the swizzle for the UV components of YUV data.

Used in structure: vg_lite_yuvinfo.

vg_lite_swizzle_t string value

Description

VG_LITE_SWIZZLE_UV

U in lower bits, V in upper bits

VG_LITE_SWIZZLE_VU

V in lower bits, U in upper bits

Parent topic:Pixel buffer enumerations