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

  /external/chromium_org/content/test/gpu/gpu_tests/
pixel.py 25 class Pixel(test.Test):
  /external/ceres-solver/examples/
pgm_image.h 66 Real Pixel(int x, int y) const;
134 Real PGMImage<Real>::Pixel(int x, int y) const {
  /frameworks/base/media/mca/filterpacks/native/imageproc/
brightness.c 31 } Pixel;
81 Pixel pixel; local
83 pixel.value = *(input_ptr++);
85 const short r = (pixel.rgba[0] * factor) / 255;
86 const short g = (pixel.rgba[1] * factor) / 255;
87 const short b = (pixel.rgba[2] * factor) / 255;
92 | (pixel.rgba[3] << 24);
  /frameworks/base/media/mca/filterfw/jni/
jni_native_frame.cpp 33 } Pixel;
179 Pixel* src_ptr;
188 const Pixel pixel = *(src_ptr++); local
189 *(dst_ptr++) = (pixel.rgba[0] + pixel.rgba[1] + pixel.rgba[2]) / 3;
195 const Pixel pixel = *(src_ptr++); local
196 *(dst_ptr++) = pixel.rgba[0]
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_N.c 186 Uint32 Pixel; \
188 DISEMBLE_RGBA((Uint8 *)src, 4, srcfmt, Pixel, \
336 unsigned short Pixel = *((unsigned short *)src); \
337 sR = (Pixel >> 8) & 0xf8; \
338 sG = (Pixel >> 3) & 0xfc; \
339 sB = (Pixel << 3) & 0xf8; \
481 unsigned short Pixel = *((unsigned short *)src); \
482 sR = (Pixel >> 7) & 0xf8; \
483 sG = (Pixel >> 2) & 0xf8; \
484 sB = (Pixel << 3) & 0xf8;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 1030 * Pixel attribute group (GL_PIXEL_MODE_BIT).
1036 /*--- Begin Pixel Transfer State ---*/
1049 /* Pixel Maps */
1050 /* Note: actual pixel maps are not part of this attrib group */
1054 /*--- End Pixel Transfer State ---*/
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 1030 * Pixel attribute group (GL_PIXEL_MODE_BIT).
1036 /*--- Begin Pixel Transfer State ---*/
1049 /* Pixel Maps */
1050 /* Note: actual pixel maps are not part of this attrib group */
1054 /*--- End Pixel Transfer State ---*/
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 850 milliseconds