HomeSort by relevance Sort by last modified time
    Searched defs:pixels (Results 151 - 175 of 471) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/tests/touchlag/
touchlag.cpp 46 uint32_t* pixels; member in union:Buffer::__anon45936
51 android_memset32(buf->pixels, pixel, buf->s * buf->h * 4);
56 uint32_t* bits = buf->pixels + y * buf->s;
78 uint32_t* bits = buf->pixels + y * buf->s + x;
97 uint32_t* bits = buf->pixels + y * buf->s + x;
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 315 const unsigned int pixels[] = local
329 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 8, 8, 0, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 125 double pixels = (gWidth * gHeight) * count; local
126 double mpps = pixels / delta / 1000000;
  /hardware/interfaces/automotive/evs/1.0/default/
EvsCamera.cpp 479 uint32_t *pixels = nullptr; local
484 (void **) &pixels);
487 if (!pixels) {
491 // Fill in the test pixels
508 pixels[col] = expectedPixel;
511 // NOTE: stride retrieved from gralloc is in units of pixels
512 pixels = pixels + buff.stride;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
HistogramView.java 47 int[] pixels = new int[w * h]; local
48 bitmap.getPixels(pixels, 0, w, 0, 0, w, h);
52 int r = Color.red(pixels[index]);
53 int g = Color.green(pixels[index]);
54 int b = Color.blue(pixels[index]);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 605 ByteBuffer pixels = (ByteBuffer) backing.lock(ACCESS_BYTES); local
606 mTexture.allocateWithPixels(pixels, mDimensions[0], mDimensions[1]);
627 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize()); local
628 allocation.copyTo(pixels.array());
629 mTexture.allocateWithPixels(pixels, mDimensions[0], mDimensions[1]);
846 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize()); local
847 GLToolbox.readTarget(target, pixels, mDimensions[0], mDimensions[1]);
848 mAllocation.copyFrom(pixels.array());
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightBarTests.java 152 assertMoreThan("Not enough background pixels", 0.3f,
156 assertMoreThan("Not enough pixels colored as in the spec", 0.3f,
161 assertLessThan("Too many lighter pixels lighter than the background", 0.05f,
165 assertLessThan("Too many pixels with a changed hue", 0.05f,
233 int[] pixels = new int[bitmap.getHeight() * bitmap.getWidth()]; local
234 bitmap.getPixels(pixels, 0, bitmap.getWidth(), 0, 0, bitmap.getWidth(), bitmap.getHeight());
239 for (int c : pixels) {
  /development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
ImagePixelization.java 150 * pixels within some region are averaged, and that average pixel value is then
151 * applied to all the pixels within that region. A higher pixelization factor
174 int[] pixels = new int[yPixels * xPixels]; local
198 Arrays.fill(pixels, pixel);
203 mPixelatedBitmap.setPixels(pixels, 0 , w, x , y, w, h);
276 * pixels manually or the one that uses built-in bitmap operations.
  /external/ImageMagick/MagickCore/
cache-private.h 117 *pixels; member in struct:_NexusInfo
183 *pixels; member in struct:_CacheInfo
composite.c 330 *pixels;
354 If pixels is NULL, y is outside overlay region.
356 pixels=(Quantum *) NULL;
367 pixels=p;
401 if ((pixels == (Quantum *) NULL) || (x < x_offset) ||
442 if (p >= (pixels+channels*source_image->columns))
443 p=pixels;
492 if (p >= (pixels+channels*source_image->columns))
493 p=pixels;
328 *pixels; local
1217 *pixels; local
2449 *pixels; local
    [all...]
opencl-private.h 53 *pixels; member in struct:_MagickCLCacheInfo
quantum-private.h 70 **pixels; member in struct:_QuantumInfo
176 unsigned char *pixels)
178 *pixels++=pixel;
179 return(pixels);
183 const unsigned int pixel,unsigned char *pixels)
191 *pixels++=(unsigned char) (quantum);
192 *pixels++=(unsigned char) (quantum >> 8);
193 *pixels++=(unsigned char) (quantum >> 16);
194 *pixels++=(unsigned char) (quantum >> 24);
195 return(pixels);
    [all...]
threshold.c 246 *magick_restrict pixels;
288 pixels=p;
296 channel_bias[channel]+=pixels[i];
297 channel_sum[channel]+=pixels[i];
298 pixels+=GetPixelChannels(image);
300 pixels+=GetPixelChannels(image)*image->columns;
325 pixels=p;
328 channel_bias[channel]+=pixels[i];
329 pixels+=(width-1)*GetPixelChannels(image);
330 channel_sum[channel]+=pixels[i]
240 *magick_restrict pixels; local
    [all...]
  /external/ImageMagick/coders/
fpx.c 173 *pixels;
367 pixels=(unsigned char *) AcquireQuantumMemory(image->columns,(tile_height+
368 1UL)*colorspace.numberOfComponents*sizeof(*pixels));
369 if (pixels == (unsigned char *) NULL)
387 fpx_info.components[i].theData=pixels+i;
401 Initialize image pixels.
423 pixels=(unsigned char *) RelinquishMagickMemory(pixels);
430 Transfer a FPX pixels.
468 pixels=(unsigned char *) RelinquishMagickMemory(pixels)
170 *pixels; local
808 *pixels; local
    [all...]
icon.c 901 *pixels;
893 *pixels; local
1310 (void) WriteBlob(image,(size_t) icon_info.image_size,pixels); local
    [all...]
miff.c 193 static void PushRunlengthPacket(Image *image,const unsigned char *pixels,
199 p=pixels;
469 *pixels;
464 *pixels; local
1968 *pixels, local
    [all...]
pdb.c 157 % DecodeImage unpacks the packed image pixels into runlength-encoded
162 % MagickBooleanType DecodeImage(Image *image,unsigned char *pixels,
169 % o pixels: The address of a byte (8 bits) array of pixel data created by
172 % o length: Number of bytes to read into buffer 'pixels'.
175 static MagickBooleanType DecodeImage(Image *image, unsigned char *pixels,
186 for (p = pixels; p < pixels + length; p++) {
316 *pixels;
423 pixels=(unsigned char *) AcquireQuantumMemory(packets+257UL,image->rows*
424 sizeof(*pixels));
311 *pixels; local
    [all...]
ps3.c 463 *pixels;
537 pixels=(unsigned char *) NULL;
549 pixels=(unsigned char *) GetVirtualMemoryBlob(pixel_info);
551 Ascii85Encode(image,pixels[i]);
572 pixels=(unsigned char *) GetVirtualMemoryBlob(pixel_info);
573 status=LZWEncodeImage(image,length,pixels,exception);
583 pixels=(unsigned char *) GetVirtualMemoryBlob(pixel_info);
584 status=PackbitsEncodeImage(image,length,pixels,exception);
594 pixels=(unsigned char *) GetVirtualMemoryBlob(pixel_info);
595 status=ZLIBEncodeImage(image,length,pixels,exception)
457 *pixels; local
874 *pixels; local
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcRobustnessTests.cpp 432 * This test verifies if read pixels to the buffer with bufSize less than expected result with GL_INVALID_OPERATION error;
461 "Verifies if read pixels to the buffer with bufSize less than expected result "
608 GLubyte pixels[width * height]; local
611 pixels[i] = 64;
617 GL_RED_INTEGER, GL_UNSIGNED_BYTE, pixels);
glcSampleVariablesTests.cpp 462 tcu::PixelBufferAccess pixels = results.getAccess(); local
463 std::vector<tcu::Vec4> result(pixels.getHeight() * pixels.getWidth());
465 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8)
467 std::vector<GLint> data(pixels.getHeight() * pixels.getWidth() * 4);
468 gl.readPixels(0, 0, pixels.getWidth(), pixels.getHeight(), GL_RGBA_INTEGER, GL_INT, &data[0]);
475 else if (pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8)
477 std::vector<GLuint> data(pixels.getHeight() * pixels.getWidth() * 4)
768 tcu::PixelBufferAccess pixels = results.getAccess(); local
    [all...]
glcShaderMultisampleInterpolationTests.cpp 243 int countUniquePixels(tcu::ConstPixelBufferAccess const& pixels);
244 int countUniquePixels(const std::vector<tcu::Vec4>& pixels);
477 tcu::PixelBufferAccess pixels = results.getAccess(); local
478 std::vector<tcu::Vec4> result(pixels.getHeight() * pixels.getWidth());
481 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8)
483 std::vector<GLint> data(pixels.getHeight() * pixels.getWidth() * 4);
484 gl.readPixels(0, 0, pixels.getWidth(), pixels.getHeight(), GL_RGBA_INTEGER, GL_INT, &data[0])
    [all...]
glcTextureFilterAnisotropicTests.cpp 142 * @param pixels Buffer with image data
145 GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels)
150 gl.texSubImage2D(target, level, x, y, width, height, format, type, pixels);
154 gl.texSubImage3D(target, level, x, y, z, width, height, depth, format, type, pixels);
761 std::vector<GLubyte> pixels; local
762 pixels.resize(32 * 8 * 4);
764 gl.readPixels(0, 23, 32, 8, GL_RGBA, GL_UNSIGNED_BYTE, pixels.data());
775 current = pixels[(i + j * 32) * 4];
  /external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilitySampleVariablesTests.cpp 460 tcu::PixelBufferAccess pixels = textureLevel.getAccess(); local
461 std::vector<tcu::Vec4> result(pixels.getHeight() * pixels.getWidth());
463 if (pixels.getFormat().type == tcu::TextureFormat::SIGNED_INT8)
465 std::vector<GLint> data(pixels.getHeight() * pixels.getWidth() * 4);
466 gl.readPixels(0, 0, pixels.getWidth(), pixels.getHeight(), GL_RGBA_INTEGER, GL_INT, &data[0]);
473 else if (pixels.getFormat().type == tcu::TextureFormat::UNSIGNED_INT8)
475 std::vector<GLuint> data(pixels.getHeight() * pixels.getWidth() * 4)
769 tcu::PixelBufferAccess pixels = results.getAccess(); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboMultisampleTests.cpp 322 deUint32 pixels[W2 * H2] = {}; local
323 glReadPixels(0, 0, W2, H2, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
331 tcu::RGBA color(pixels[y * W2 + x]);
  /external/libcups/filter/
raster.c 43 unsigned char *pixels, /* Pixels for current row */ member in struct:_cups_raster_s
69 const unsigned char *pixels);
90 if (r->pixels)
91 free(r->pixels);
580 * 'cupsRasterReadPixels()' - Read raster pixels.
663 ptr = r->pixels;
678 ptr = r->pixels;
722 * Copy N literal pixels...
789 r->pcurrent = r->pixels;
    [all...]

Completed in 899 milliseconds

1 2 3 4 5 67 8 91011>>