/frameworks/base/native/webview/plat_support/ |
D | graphics_utils.cpp | 62 PixelInfo* pixels = new PixelInfo(nativeCanvas); in GetPixels() local 70 void ReleasePixels(AwPixelInfo* pixels) { in ReleasePixels()
|
/frameworks/base/core/java/com/android/internal/graphics/palette/ |
D | Quantizer.java | 25 void quantize(final int[] pixels, final int maxColors, final Palette.Filter[] filters); in quantize()
|
D | VariationalKMeansQuantizer.java | 76 public void quantize(int[] pixels, int maxColors, Palette.Filter[] filters) { in quantize()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GLToolbox.java | 70 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()
|
D | TextureSource.java | 69 public void allocateWithPixels(ByteBuffer pixels, int width, int height) { in allocateWithPixels()
|
D | BackingStore.java | 605 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
|
D | RenderTarget.java | 265 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/ |
D | FontBitmap.h | 10 static const uint8_t pixels[]; variable
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | DngCreator.java | 187 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/ |
D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 115 void* pixels; in readBitmapPixels() local 154 void* pixels; in writeBitmapPixels() local
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/ |
D | Throughput.java | 30 public Throughput(int totalFrames, int periodFrames, int periodTime, int pixels) { in Throughput()
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | HwBitmapInCompositeShader.cpp | 41 unsigned char* pixels = nullptr; in createContent() local
|
/frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/items/ |
D | ButtonItemDrawingTest.java | 82 private int countPixelsWithColor(int[] pixels, int color) { in countPixelsWithColor()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/ |
D | FaceSquareFilterTest.java | 79 int[] pixels = new int[bitmap.getByteCount()]; in testFaceSquareFilter() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | IconLoader.java | 248 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/ |
D | FaceSquareFilter.java | 82 public void drawBoxes(byte[] pixels, Face[] faces, int[] dims) { in drawBoxes()
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_gl_frame.cpp | 194 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/ |
D | RenderEngineTest.cpp | 72 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/ |
D | vrflinger_test.cpp | 213 uint32_t* pixels = static_cast<uint32_t*>(raw_buf); in TEST() local
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | AutoFixFilter.java | 276 int pixels = (width - 2 * x_border_thickness) * (height - 2 * y_border_thickness); in createHistogramFrame() local
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 206 const unsigned int pixels[] = in create_texture() local
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 122 const unsigned int pixels[] = in create_texture() local
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | BitmapTest.java | 95 int[] pixels = new int[100]; in testGetPixelsWithAlpha() local 120 int[] pixels = new int[100]; in testGetPixelsWithoutAlpha() local
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_frame.cpp | 448 bool GLFrame::UploadTexturePixels(const uint8_t* pixels) { in UploadTexturePixels()
|
/frameworks/ex/framesequence/jni/ |
D | FrameSequenceJNI.cpp | 124 void* pixels; in nativeGetFrame() local
|