HomeSort by relevance Sort by last modified time
    Searched defs:PIXEL (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPU.h 59 PIXEL = 0,
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h 37 long cbxPitch; // number of bytes to move right one x pixel - can be negative.
38 long cbyPitch; // number of bytes to move down one y pixel - can be negative.
39 long cBPP; // # of bits in each pixel
92 #define kfPalette 0x10 // Pixel values are indexes into a palette
93 #define kfDirect 0x20 // Pixel values contain actual level information
94 #define kfDirect555 0x40 // 5 bits each for red, green and blue values in a pixel.
95 #define kfDirect565 0x80 // 5 red bits, 6 green bits and 5 blue bits per pixel
96 #define kfDirect888 0x100 // 8 bits each for red, green and blue values in a pixel.
114 typedef unsigned short PIXEL;
126 #define NUM_MODELISTS 4 /* 8, 16, 24, and 32 bits-per-pixel */
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 35 typedef uint8 PIXEL;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 83 typedef UChar PIXEL;

Completed in 241 milliseconds