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

1 2 3 4 5 6

  /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/chromium_org/third_party/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/freetype/src/base/
ftlcdfil.c 70 FT_UInt val, pix; local
74 pix = fir[0] + weights[0] * val;
80 pix >>= 8;
81 pix |= -( pix >> 8 );
82 line[xx - 2] = (FT_Byte)pix;
86 FT_UInt pix; local
89 pix = fir[0] >> 8;
90 pix |= -( pix >> 8 )
131 FT_UInt val, pix; local
148 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/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/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.h 47 CGLPixelFormatObj * pix, GLint * npix);
48 CGLError(*destroy_pixel_format) (CGLPixelFormatObj pix);
53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share,
55 CGLError(*destroy_context) (CGLContextObj pix);
  /external/mesa3d/src/glx/apple/
apple_cgl.h 47 CGLPixelFormatObj * pix, GLint * npix);
48 CGLError(*destroy_pixel_format) (CGLPixelFormatObj pix);
53 CGLError(*create_context) (CGLPixelFormatObj pix, CGLContextObj share,
55 CGLError(*destroy_context) (CGLContextObj pix);
  /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/chromium_org/content/public/android/java/src/org/chromium/content/browser/
RenderCoordinates.java 72 * Handles conversion of a point from window-relative-local-dip or screen-pix
304 public float fromPixToDip(float pix) {
305 return pix / mDeviceScaleFactor;
318 public float fromPixToLocalCss(float pix) {
319 return pix / (mDeviceScaleFactor * mPageScaleFactor);
  /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;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_cpal.c 85 GLubyte *pix = image; local
95 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix);
96 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix);
99 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix);
106 pix += get_palette_entry(info, palette, ind[i], pix);
  /external/mesa3d/src/mesa/main/
texcompress_cpal.c 85 GLubyte *pix = image; local
95 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix);
96 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix);
99 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix);
106 pix += get_palette_entry(info, palette, ind[i], pix);
  /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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_ximage.c 295 get_pixmap_format(struct native_display *ndpy, EGLNativePixmapType pix)
301 depth = x11_drawable_get_depth(xdpy->xscr, (Drawable) pix);
323 EGLNativePixmapType pix,
331 enum pipe_format fmt = get_pixmap_format(&xdpy->base, pix);
347 xsurf = ximage_display_create_surface(ndpy, (Drawable) pix, nconf);
439 EGLNativePixmapType pix,
444 *format = get_pixmap_format(&xdpy->base, pix);
451 EGLNativePixmapType pix,
457 enum pipe_format fmt = get_pixmap_format(&xdpy->base, pix);
477 xdraw.drawable = (Drawable) pix;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 295 get_pixmap_format(struct native_display *ndpy, EGLNativePixmapType pix)
301 depth = x11_drawable_get_depth(xdpy->xscr, (Drawable) pix);
323 EGLNativePixmapType pix,
331 enum pipe_format fmt = get_pixmap_format(&xdpy->base, pix);
347 xsurf = ximage_display_create_surface(ndpy, (Drawable) pix, nconf);
439 EGLNativePixmapType pix,
444 *format = get_pixmap_format(&xdpy->base, pix);
451 EGLNativePixmapType pix,
457 enum pipe_format fmt = get_pixmap_format(&xdpy->base, pix);
477 xdraw.drawable = (Drawable) pix;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main_wnd.cc 505 uint8* pix = image_.get(); local
507 while (pix < end) {
508 pix[3] = pix[0]; // Save B to A.
509 pix[0] = pix[2]; // Set Red.
510 pix[2] = pix[3]; // Set Blue.
511 pix[3] = 0xFF; // Fixed Alpha.
512 pix += 4
    [all...]

Completed in 1226 milliseconds

1 2 3 4 5 6