EImage Pixel Format
Encoding type
Parameters
int value.
Mapped value of android.graphics.ImageFormat.
Mapped value of android.graphics.Bitmap.Config.
Entries
YCbCr format One pixel represents as: YYYYYYYY UVUV For a n-pixel frame: Y×8×n (UV)×2×n Multi-plane Android YUV 420 format This format is a generic YCbCr format, capable of describing any 4:2:0 chroma-subsampled planar or SEMIPLANAR buffer (but not fully interleaved), with 8 bits per color sample.
Multi-plane Android YUV 420 format This format is a generic YCbCr format, capable of describing any 4:2:0 chroma-subsampled planar or SEMIPLANAR buffer (but not fully interleaved), with 8 bits per color sample.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.