Home
last modified time | relevance | path

Searched defs:pixels (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/base/native/webview/plat_support/
Dgraphics_utils.cpp62 PixelInfo* pixels = new PixelInfo(nativeCanvas); in GetPixels() local
70 void ReleasePixels(AwPixelInfo* pixels) { in ReleasePixels()
/frameworks/base/core/java/com/android/internal/graphics/palette/
DQuantizer.java25 void quantize(final int[] pixels, final int maxColors, final Palette.Filter[] filters); in quantize()
DVariationalKMeansQuantizer.java76 public void quantize(int[] pixels, int maxColors, Palette.Filter[] filters) { in quantize()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGLToolbox.java70 public static void readFbo(int fboId, ByteBuffer pixels, int width, int height) { in readFbo()
76 public static void readTarget(RenderTarget target, ByteBuffer pixels, int width, int height) { in readTarget()
114 public static void setTexturePixels(int texId, int target, ByteBuffer pixels, in setTexturePixels()
DTextureSource.java69 public void allocateWithPixels(ByteBuffer pixels, int width, int height) { in allocateWithPixels()
DBackingStore.java605 ByteBuffer pixels = (ByteBuffer) backing.lock(ACCESS_BYTES); in syncTo() local
627 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize()); in syncToAllocationBacking() local
846 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize()); in syncTo() local
DRenderTarget.java265 public void readPixelData(ByteBuffer pixels, int width, int height) { in readPixelData()
270 ByteBuffer pixels = ByteBuffer.allocateDirect(width * height * 4); in getPixelData() local
/frameworks/av/cmds/screenrecord/
DFontBitmap.h10 static const uint8_t pixels[]; variable
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java187 public DngCreator setThumbnail(@NonNull Bitmap pixels) { in setThumbnail()
223 public DngCreator setThumbnail(@NonNull Image pixels) { in setThumbnail()
336 @NonNull InputStream pixels, @IntRange(from=0) long offset) throws IOException { in writeInputStream()
390 @NonNull ByteBuffer pixels, @IntRange(from=0) long offset) in writeByteBuffer()
426 public void writeImage(@NonNull OutputStream dngOutput, @NonNull Image pixels) in writeImage()
493 private void writeByteBuffer(int width, int height, ByteBuffer pixels, OutputStream dngOutput, in writeByteBuffer()
/frameworks/base/packages/PrintSpooler/jni/
Dcom_android_printspooler_util_BitmapSerializeUtils.cpp115 void* pixels; in readBitmapPixels() local
154 void* pixels; in writeBitmapPixels() local
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
DThroughput.java30 public Throughput(int totalFrames, int periodFrames, int periodTime, int pixels) { in Throughput()
/frameworks/base/libs/hwui/tests/common/scenes/
DHwBitmapInCompositeShader.cpp41 unsigned char* pixels = nullptr; in createContent() local
/frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/items/
DButtonItemDrawingTest.java82 private int countPixelsWithColor(int[] pixels, int color) { in countPixelsWithColor()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
DFaceSquareFilterTest.java79 int[] pixels = new int[bitmap.getByteCount()]; in testFaceSquareFilter() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DIconLoader.java248 int[] pixels = new int[numOfPixels]; in parseToBnW() local
305 int[] pixels = new int[numOfPixels]; in parseToRGB() local
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DFaceSquareFilter.java82 public void drawBoxes(byte[] pixels, Face[] faces, int[] dims) { in drawBoxes()
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_frame.cpp194 uint8_t* pixels = new uint8_t[frame->Size()]; in Java_android_filterfw_core_GLFrame_getNativeFloats() local
214 uint8_t* pixels; in Java_android_filterfw_core_GLFrame_setNativeBitmap() local
230 uint8_t* pixels; in Java_android_filterfw_core_GLFrame_getNativeBitmap() local
/frameworks/native/libs/renderengine/tests/
DRenderEngineTest.cpp72 uint8_t* pixels; in expectBufferColor() local
275 uint8_t* pixels; in fillColor() local
627 uint8_t* pixels; in fillRedBufferTextureTransform() local
676 uint8_t* pixels; in fillRedBufferWithPremultiplyAlpha() local
715 uint8_t* pixels; in fillRedBufferWithoutPremultiplyAlpha() local
/frameworks/native/libs/vr/libvrflinger/tests/
Dvrflinger_test.cpp213 uint32_t* pixels = static_cast<uint32_t*>(raw_buf); in TEST() local
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DAutoFixFilter.java276 int pixels = (width - 2 * x_border_thickness) * (height - 2 * y_border_thickness); in createHistogramFrame() local
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp206 const unsigned int pixels[] = in create_texture() local
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp122 const unsigned int pixels[] = in create_texture() local
/frameworks/base/core/tests/coretests/src/android/graphics/
DBitmapTest.java95 int[] pixels = new int[100]; in testGetPixelsWithAlpha() local
120 int[] pixels = new int[100]; in testGetPixelsWithoutAlpha() local
/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.cpp448 bool GLFrame::UploadTexturePixels(const uint8_t* pixels) { in UploadTexturePixels()
/frameworks/ex/framesequence/jni/
DFrameSequenceJNI.cpp124 void* pixels; in nativeGetFrame() local

123