nn::jpeg::CTR::PixelFormat Enumerated Type

Syntax

enum PixelFormat;

Value

Value Description
PIXEL_FORMAT_YUYV8 Pixel format of images captured by camera devices.
PIXEL_FORMAT_CTR_RGB565 Equivalent to GPU texture formats GL_RGB and GL_UNSIGNED_SHORT_5_6_5.
PIXEL_FORMAT_CTR_RGB565_BLOCK8 Equivalent to GPU texture formats GL_RGB_NATIVE_DMP and GL_UNSIGNED_SHORT_5_6_5.
PIXEL_FORMAT_RGB8 Equivalent to GPU texture formats GL_RGB and GL_UNSIGNED_BYTE.
PIXEL_FORMAT_CTR_RGB8_BLOCK8 Equivalent to GPU texture formats GL_RGB_NATIVE_DMP and GL_UNSIGNED_BYTE.
PIXEL_FORMAT_RGBA8 Equivalent to GPU texture formats GL_RGBA and GL_UNSIGNED_BYTE.
PIXEL_FORMAT_CTR_RGBA8_BLOCK8 Equivalent to GPU texture formats GL_RGBA_NATIVE_DMP and GL_UNSIGNED_BYTE.
PIXEL_FORMAT_BGR8 Equivalent to LCD display buffer format GL_RGB8_OES.
PIXEL_FORMAT_ABGR8 Equivalent to LCD display buffer format GL_RGBA8_OES.
NUM_PIXEL_FORMATS

Description

Enumerated type indicating the pixel format.

Supported as both encoder input and decoder output.

Revision History

2010/04/14
Initial version.

CONFIDENTIAL