HomeSort by relevance Sort by last modified time
    Searched refs:pix (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPixmapSurface.cpp 21 bool EglPixmapSurface::alreadyAssociatedWithConfig(EGLNativePixmapType pix) {
22 return s_associatedPixmaps.find(pix) != s_associatedPixmaps.end();
27 EGLNativePixmapType pix,
30 m_pixmap(pix)
32 s_associatedPixmaps.insert(pix);
33 m_native = EglOS::createPixmapSurface(pix);
EglPixmapSurface.h 27 EglPixmapSurface(EglDisplay *dpy, EGLNativePixmapType pix,EglConfig* config);
32 static bool alreadyAssociatedWithConfig(EGLNativePixmapType pix);
EglOsApi.h 43 bool validNativePixmap(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType pix);
45 bool checkPixmapPixelFormatMatch(EGLNativeInternalDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width,unsigned int* height);
57 EGLNativeSurfaceType createPixmapSurface(EGLNativePixmapType pix);
  /external/libyuv/files/source/
row_neon.cc 542 void BGRAToARGBRow_NEON(const uint8* src_bgra, uint8* dst_argb, int pix) {
554 "+r"(pix) // %2
562 void ABGRToARGBRow_NEON(const uint8* src_abgr, uint8* dst_argb, int pix) {
573 "+r"(pix) // %2
581 void RGBAToARGBRow_NEON(const uint8* src_rgba, uint8* dst_argb, int pix) {
592 "+r"(pix) // %2
600 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) {
611 "+r"(pix) // %2
619 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) {
631 "+r"(pix) // %
    [all...]
row_posix.cc 121 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) {
142 "+r"(pix) // %2
151 void ABGRToARGBRow_SSSE3(const uint8* src_abgr, uint8* dst_argb, int pix) {
166 "+r"(pix) // %2
175 void BGRAToARGBRow_SSSE3(const uint8* src_bgra, uint8* dst_argb, int pix) {
189 "+r"(pix) // %2
198 void RGBAToARGBRow_SSSE3(const uint8* src_rgba, uint8* dst_argb, int pix) {
213 "+r"(pix) // %2
222 void ARGBToRGBARow_SSSE3(const uint8* src_argb, uint8* dst_rgba, int pix) {
237 "+r"(pix) // %
    [all...]
format_conversion.cc 31 uint8* dst_bayer, uint32 selector, int pix) {
36 mov ecx, [esp + 16] // pix
56 uint32 selector, int pix) {
71 "+r"(pix) // %2
83 uint8* dst_bayer, uint32 selector, int pix) {
87 for (int x = 0; x < pix - 1; x += 2) {
93 if (pix & 1) {
148 uint32 selector, int pix) = ARGBToBayerRow_C;
176 uint8* dst_argb, int pix) {
180 for (int x = 0; x < pix - 2; x += 2)
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 218 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
219 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
220 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
221 void RGBAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
222 void ARGBToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
223 void BGRAToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
224 void ABGRToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
225 void RGBAToYRow_Unaligned_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
256 void SplitUV_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix);
257 void SplitUV_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix);
    [all...]
  /external/freetype/src/base/
ftlcdfil.c 68 FT_UInt val, pix; local
72 pix = fir[0] + weights[0] * val;
78 pix >>= 8;
79 pix |= -( pix >> 8 );
80 line[xx - 2] = (FT_Byte)pix;
84 FT_UInt pix; local
87 pix = fir[0] >> 8;
88 pix |= -( pix >> 8 )
129 FT_UInt val, pix; local
146 FT_UInt pix; local
    [all...]
  /external/qemu/android/skin/
argb.h 255 ARGB_DECL(pix);
256 ARGB_ZERO(pix);
284 ARGB_ADD(pix,spix);
289 ARGB_RESCALE(pix,scale2);
290 ARGB_WRITE(pix,dst);
350 ARGB_DECL2(spix, pix);
361 ARGB_ZERO(pix);
378 ARGB_ADD(pix,spix);
384 ARGB_ADD(pix,spix);
390 ARGB_ADD(pix,spix)
    [all...]
surface.h 75 extern int skin_surface_lock ( SkinSurface* s, SkinSurfacePixels *pix );
  /external/quake/quake/src/QW/client/
d_part.c 61 int i, izi, pix, count, u, v; local
91 pix = izi >> d_pix_shift;
93 if (pix < d_pix_min)
94 pix = d_pix_min;
95 else if (pix > d_pix_max)
96 pix = d_pix_max;
98 switch (pix)
189 count = pix << d_y_aspect_shift;
193 for (i=0 ; i<pix ; i++)
r_surf.c 329 unsigned char pix, *psource, *prowdest; local
353 pix = psource[b];
355 [(light & 0xFF00) + pix];
379 unsigned char pix, *psource, *prowdest; local
403 pix = psource[b];
405 [(light & 0xFF00) + pix];
429 unsigned char pix, *psource, *prowdest; local
453 pix = psource[b];
455 [(light & 0xFF00) + pix];
479 unsigned char pix, *psource, *prowdest local
540 unsigned char pix; local
    [all...]
d_edge.c 87 int u, u2, pix; local
89 pix = (color<<24) | (color<<16) | (color<<8) | color;
95 ((byte *)pdest)[u] = pix;
100 ((byte *)pdest)[u] = pix;
105 ((byte *)pdest)[u] = pix;
109 *(int *)((byte *)pdest + u) = pix;
112 ((byte *)pdest)[u] = pix;
d_surf.c 37 int size, pix; local
47 pix = width*height;
48 if (pix > 64000)
49 size += (pix-64000)*3;
skin.c 98 byte *out, *pix; local
156 pix = out;
159 for (y=0 ; y<pcx->ymax ; y++, pix += 320)
195 pix[x++] = dataByte;
  /external/quake/quake/src/WinQuake/
d_part.cpp 61 int i, izi, pix, count, u, v; local
91 pix = izi >> d_pix_shift;
93 if (pix < d_pix_min)
94 pix = d_pix_min;
95 else if (pix > d_pix_max)
96 pix = d_pix_max;
98 switch (pix)
189 count = pix << d_y_aspect_shift;
193 for (i=0 ; i<pix ; i++)
r_surf.cpp 346 unsigned char pix, *psource, *prowdest; local
370 pix = psource[b];
372 [(light & 0xFF00) + pix];
396 unsigned char pix, *psource, *prowdest; local
420 pix = psource[b];
422 [(light & 0xFF00) + pix];
446 unsigned char pix, *psource, *prowdest; local
470 pix = psource[b];
472 [(light & 0xFF00) + pix];
496 unsigned char pix, *psource, *prowdest; local
557 unsigned char pix; local
    [all...]
d_edge.cpp 87 int u, u2, pix; local
89 pix = (color<<24) | (color<<16) | (color<<8) | color;
95 ((byte *)pdest)[u] = pix;
100 ((byte *)pdest)[u] = pix;
105 ((byte *)pdest)[u] = pix;
109 *(int *)((byte *)pdest + u) = pix;
112 ((byte *)pdest)[u] = pix;
  /external/libvpx/libvpx/third_party/libyuv/source/
row.h 81 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
82 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
83 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
95 void RGB24ToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
96 void RAWToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
110 void ARGBToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
111 void BGRAToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
112 void ABGRToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
113 void RGB24ToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
114 void RAWToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 287 int pix = pix_row[x]; local
288 dst[x*ncmpts] = CV_CAST_8U(pix);
293 int pix = ((pix_row[x] + delta) >> rshift) << lshift; local
294 dst[x*ncmpts] = CV_CAST_8U(pix);
300 int pix = ((pix_row[j] + delta) >> rshift) << lshift; local
301 dst[x*ncmpts] = dst[(x+1)*ncmpts] = CV_CAST_8U(pix);
306 int pix = ((pix_row[j] + delta) >> rshift) << lshift; local
307 pix = CV_CAST_8U(pix);
309 dst[x*ncmpts] = (uchar)pix;
349 int pix = pix_row[x]; local
355 int pix = ((pix_row[x] + delta) >> rshift) << lshift; local
362 int pix = ((pix_row[j] + delta) >> rshift) << lshift; local
368 int pix = ((pix_row[j] + delta) >> rshift) << lshift; local
    [all...]
  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VFL_transition.c 46 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
113 pix = pix_src & 0xFF;
114 u_outpx = (((pix << lf1) + (pix << lf2) + (pix << lf3) ) >> LUM_FACTOR_MAX);
115 pix = ((pix_src & 0xFF00) >> 8);
116 u_outpx2 = ((((pix << lf1) + (pix << lf2) + (pix << lf3) ) >> LUM_FACTOR_MAX)<< 8) ;
135 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
    [all...]
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 50 int pix = y * img_width; local
59 for(int x = 0; x < alignedWidth; x += packetSize, pix += packetSize)
98 buffer[4*(pix+i)] = 255*pix_iter[i]/max_iter;
99 buffer[4*(pix+i)+1] = 0;
100 buffer[4*(pix+i)+2] = 0;
105 for(int x = alignedWidth; x < img_width; x++, pix++)
106 buffer[4*pix] = buffer[4*pix+1] = buffer[4*pix+2] = 0;
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 105 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.in_fmt;
107 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.in_fmt;
113 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.out_fmt;
115 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.out_fmt;
149 pstConfig->width = fmt.fmt.pix.width;
150 pstConfig->height = fmt.fmt.pix.height;
156 pstConfig->pix.enc_fmt.in_fmt = fmt.fmt.pix_mp.pixelformat;
158 pstConfig->pix.dec_fmt.in_fmt = fmt.fmt.pix_mp.pixelformat;
164 pstConfig->pix.enc_fmt.out_fmt = fmt.fmt.pix_mp.pixelformat;
166 pstConfig->pix.dec_fmt.out_fmt = fmt.fmt.pix_mp.pixelformat
    [all...]
  /external/opencv/cxcore/src/
cxmean.cpp 53 s0 += src[x], pix++; \
55 s0 += src[x+1], pix++; \
60 s0 += src[x], pix++
69 pix++; \
80 pix++; \
92 pix++; \
100 s0 += src[x*(cn)], pix++; \
102 s0+=src[(x+1)*(cn)], pix++; \
107 s0 += src[x*(cn)], pix++;
113 int pix = 0;
    [all...]
cxmeansdv.cpp 140 t0 = src[x*(cn)]; pix++; \
147 t0 = src[(x+1)*(cn)]; pix++; \
154 t0 = src[(x+2)*(cn)]; pix++; \
161 t0 = src[(x+3)*(cn)]; pix++; \
171 worktype t0 = src[x*(cn)]; pix++; \
190 pix++; \
208 pix++; \
227 pix++; \
245 int pix; \
310 scale = pix ? 1./pix :
    [all...]

Completed in 353 milliseconds

1 2 3 4 5