Searched defs:pixels (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughput.java30 public Throughput(int totalFrames, int periodFrames, int periodTime, int pixels) { argument
34 mPixels = pixels;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DFaceSquareFilter.java70 byte[] pixels = buffer.array();
74 drawBoxes(pixels, faces, dims);
82 public void drawBoxes(byte[] pixels, Face[] faces, int[] dims) { argument
114 pixels[ImageConstants.PIX_CHANNELS * (dims[0] * (top + j) + left) +
116 pixels[ImageConstants.PIX_CHANNELS * (dims[0] * (top + j) + left) +
118 pixels[ImageConstants.PIX_CHANNELS * (dims[0] * (top + j) + left) +
124 pixels[ImageConstants.PIX_CHANNELS * (dims[0] * (top + j) + right) +
126 pixels[ImageConstants.PIX_CHANNELS * (dims[0] * (top + j) + right) +
128 pixels[ImageConstants.PIX_CHANNELS * (dims[0] * (top + j) + right) +
136 pixels[ImageConstant
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java70 public static void readFbo(int fboId, ByteBuffer pixels, int width, int height) { argument
72 GLES20.glReadPixels(0, 0, width, height, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, pixels);
76 public static void readTarget(RenderTarget target, ByteBuffer pixels, int width, int height) { argument
78 GLES20.glReadPixels(0, 0, width, height, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, pixels);
114 public static void setTexturePixels(int texId, int target, ByteBuffer pixels, argument
118 // For some devices, "pixels" being null causes system error.
119 if (pixels == null) {
120 pixels = ByteBuffer.allocateDirect(width * height * 4);
123 GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, pixels);
H A DTextureSource.java69 public void allocateWithPixels(ByteBuffer pixels, int width, int height) { argument
70 //Log.i("TextureSource", "Uploading pixels to texture " + mTexId + ": " + width + "x" + height + ".");
71 GLToolbox.setTexturePixels(mTexId, mTarget, pixels, width, height);
76 //Log.i("TextureSource", "Uploading pixels to texture " + mTexId + "!");
H A DRenderTarget.java265 public void readPixelData(ByteBuffer pixels, int width, int height) { argument
266 GLToolbox.readTarget(this, pixels, width, height);
270 ByteBuffer pixels = ByteBuffer.allocateDirect(width * height * 4);
271 GLToolbox.readTarget(this, pixels, width, height);
272 return pixels;
/frameworks/webview/chromium/plat_support/
H A Dgraphics_utils.cpp73 UniquePtr<PixelInfo> pixels(new PixelInfo(canvas));
74 return pixels->state ? pixels.release() : NULL;
77 void ReleasePixels(AwPixelInfo* pixels) { argument
78 delete static_cast<PixelInfo*>(pixels);
/frameworks/base/libs/hwui/
H A DGradientCache.cpp245 uint8_t pixels[rowBytes * texture->height]; local
269 uint8_t* dst = pixels;
286 memcpy(pixels + rowBytes, pixels, rowBytes);
295 GL_RGBA, GL_FLOAT, pixels);
298 GL_RGBA, GL_UNSIGNED_BYTE, pixels);
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.cpp201 // Read the frame pixels
202 uint8_t* pixels = new uint8_t[frame->Size()]; local
203 frame->CopyDataTo(pixels, frame->Size());
206 ConvertRGBAToFloats(pixels, frame->Size(), float_array);
209 delete[] pixels;
222 uint8_t* pixels; local
223 const int result = AndroidBitmap_lockPixels(env, bitmap, reinterpret_cast<void**>(&pixels));
225 const bool success = frame->WriteData(pixels, size);
238 uint8_t* pixels; local
239 const int result = AndroidBitmap_lockPixels(env, bitmap, reinterpret_cast<void**>(&pixels));
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp347 bool GLFrame::ReadFboPixels(uint8_t* pixels) const {
356 pixels);
362 bool GLFrame::ReadTexturePixels(uint8_t* pixels) const {
363 // Read pixels from texture if we do not have an FBO
388 return target.ReadFboPixels(pixels);
448 bool GLFrame::UploadTexturePixels(const uint8_t* pixels) { argument
454 0, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp46 uint32_t* pixels; member in union:Buffer::__anon1197
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_jni/jni/
H A Dgl_code.cpp117 const unsigned int pixels[] = local
131 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 8, 8, 0, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp125 double pixels = (gWidth * gHeight) * count; local
126 double mpps = pixels / delta / 1000000;
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp209 const unsigned int pixels[] = local
222 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 8, 8, 0, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp204 void RenderEngine::readPixels(size_t l, size_t b, size_t w, size_t h, uint32_t* pixels) { argument
205 glReadPixels(l, b, w, h, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java422 /*package*/ static void nativeGetPixels(int nativeBitmap, int[] pixels, int offset, argument
429 delegate.getImage().getRGB(x, y, width, height, pixels, offset, stride);
/frameworks/base/core/java/android/widget/
H A DSwitch.java304 * @param pixels Amount of padding in pixels
308 public void setSwitchPadding(int pixels) { argument
309 mSwitchPadding = pixels;
316 * @return Amount of padding in pixels
325 * Set the minimum width of the switch in pixels. The switch's width will be the maximum
328 * @param pixels Minimum width of the switch in pixels
332 public void setSwitchMinWidth(int pixels) { argument
333 mSwitchMinWidth = pixels;
356 setThumbTextPadding(int pixels) argument
[all...]
H A DSpinner.java277 * Set a vertical offset in pixels for the spinner's popup window of choices.
280 * @param pixels Vertical offset in pixels
284 public void setDropDownVerticalOffset(int pixels) { argument
285 mPopup.setVerticalOffset(pixels);
289 * Get the configured vertical offset in pixels for the spinner's popup window of choices.
292 * @return Vertical offset in pixels
301 * Set a horizontal offset in pixels for the spinner's popup window of choices.
304 * @param pixels Horizontal offset in pixels
308 setDropDownHorizontalOffset(int pixels) argument
337 setDropDownWidth(int pixels) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp170 ScreenshotPixelRef* pixels = new ScreenshotPixelRef(NULL); local
171 if (pixels->update(displayToken, width, height,
173 delete pixels;
177 uint32_t w = pixels->getWidth();
178 uint32_t h = pixels->getHeight();
179 uint32_t s = pixels->getStride();
180 uint32_t f = pixels->getFormat();
190 bitmap->setPixelRef(pixels)->unref();
194 delete pixels;
H A Dandroid_opengl_GLES10.cpp2510 /* void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels ) */
2517 GLvoid *pixels = (GLvoid *) 0; local
2519 pixels = (GLvoid *)getPointer(_env, pixels_buf, &_array, &_remaining, &_bufferOffset);
2520 if (pixels == NULL) {
2522 pixels = (GLvoid *) (_pixelsBase + _bufferOffset);
2531 (GLvoid *)pixels
2534 releasePointer(_env, _array, pixels, JNI_TRUE);
2922 /* void glTexImage2D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) */
2929 GLvoid *pixels = (GLvoid *) 0; local
2932 pixels
2983 GLvoid *pixels = (GLvoid *) 0; local
[all...]
/frameworks/native/opengl/libagl/
H A Dtexture.cpp486 uint8_t const* pixels = (uint8_t *)data + paletteSize; local
490 pixels += h * ((w * indexBits) / 8);
501 int index = 2 * (*pixels++);
507 int v = *pixels++;
525 int index = 3 * (*pixels++);
532 int v = *pixels++;
552 int index = 4 * (*pixels++);
560 int v = *pixels++;
1169 GLenum format, GLenum type, const GLvoid *pixels)
1197 if (pixels) {
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp680 void* const pixels = (char*)data + palette_size; local
683 memcpy(pixels, p, size);
819 * Encode a block of pixels.
822 * 4 x 4 square of 3-byte pixels in form R, G, B. Byte (3 * (x + 4 * y) is the R
852 * Decode a block of pixels.
857 * 4 x 4 square of 3-byte pixels in form R, G, B. Byte (3 * (x + 4 * y) is the R
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java320 * to try to access its pixels, and the bitmap will not draw.
381 * how pixels are stored. This affects the quality (color depth) as
460 * <p>Copy the bitmap's pixels into the specified buffer (allocated by the
462 * hold all of the pixels (taking into account the number of bytes per
466 * that if this bitmap stores its pixels pre-multiplied
490 throw new RuntimeException("Buffer not large enough for pixels");
502 * <p>Copy the pixels from the buffer, beginning at the current position,
503 * overwriting the bitmap's pixels. The data in the buffer is not changed
530 throw new RuntimeException("Buffer not large enough for pixels");
544 * this bitmap's pixels int
1309 getPixels(int[] pixels, int offset, int stride, int x, int y, int width, int height) argument
1349 checkPixelsAccess(int x, int y, int width, int height, int offset, int stride, int pixels[]) argument
1423 setPixels(int[] pixels, int offset, int stride, int x, int y, int width, int height) argument
1587 nativeGetPixels(int nativeBitmap, int[] pixels, int offset, int stride, int x, int y, int width, int height, boolean isPremultiplied) argument
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp818 // Determine the minimum number of pixels that the HWC will ever commit to.
842 uint64_t pixels = dim.width() * dim.height(); local
843 if (!bestSet || (pixels < bestMinPixels)) {
844 bestMinPixels = pixels;
891 uint64_t pixels = dim.width() * dim.height(); local
892 if (!bestSet || (pixels > bestMaxPixels)) {
893 bestMaxPixels = pixels;
988 // Discovers the source crop with the least number of pixels that the
1014 uint64_t pixels = dim.width() * dim.height(); local
1015 if (!bestSet || (pixels < bestMinPixel
1065 uint64_t pixels = dim.width() * dim.height(); local
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp358 void *pixels = NULL; local
359 AndroidBitmap_lockPixels(_env, jbitmap, &pixels);
361 if (pixels != NULL) {
364 pixels, GetBitmapSize(_env, jbitmap), usage);
374 void *pixels = NULL; local
375 AndroidBitmap_lockPixels(_env, jbitmap, &pixels);
377 if (pixels != NULL) {
380 (uint32_t)usage, (uintptr_t)pixels);
389 void *pixels = NULL; local
390 AndroidBitmap_lockPixels(_env, jbitmap, &pixels);
409 void *pixels = NULL; local
427 void *pixels = NULL; local
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java664 int type, Buffer pixels) {
666 mgl.glReadPixels(x, y, width, height, format, type, pixels);
781 Buffer pixels) {
784 format, type, pixels);
814 Buffer pixels) {
817 format, type, pixels);
663 glReadPixels(int x, int y, int width, int height, int format, int type, Buffer pixels) argument
779 glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) argument
812 glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels) argument

Completed in 606 milliseconds

12