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

  /external/llvm/lib/Target/R600/
AMDGPU.h 42 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;
  /external/quake/quake/src/QW/client/
vid_x.c 24 typedef unsigned short PIXEL;
115 static PIXEL st2d_8to16table[256];
132 PIXEL xlib_rgb(int r,int g,int b)
134 PIXEL p;
163 PIXEL *dest;
169 dest = (PIXEL*)src;
204 dummycolour.pixel = 0;
623 colors[i].pixel = i;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 83 typedef UChar PIXEL;

Completed in 517 milliseconds