Converters.h | 30 * pixels are represented as WORD, or DWORD, the color order inside the 36 * So, if this code runs on the little endian CPU, red color in 'rgb' would be 37 * masked as 0x000000ff, and blue color would be masked as 0x00ff0000, while if 38 * the code runs on a big endian CPU, the red color in 'rgb' would be masked as 39 * 0xff000000, and blue color would be masked as 0x0000ff00, 45 * RGB565 color masks 61 * RGB32 color masks 77 * Extracting, and saving color bytes from / to WORD / DWORD RGB. 119 uint32_t color; member in union:android::RGB32_t 151 /* Converts R8 G8 B8 color to YUV. * [all...] |