Home
last modified time | relevance | path

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

123

/aosp14/frameworks/base/native/webview/plat_support/
H A Dgraphics_utils.cpp60 PixelInfo* pixels = new PixelInfo(nativeCanvas); in GetPixels() local
68 void ReleasePixels(AwPixelInfo* pixels) { in ReleasePixels()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DLockscreenToOccludedTransitionViewModelTest.kt87 val pixels = 100 regex
110 val pixels = 100 regex
H A DOccludedToLockscreenTransitionViewModelTest.kt87 val pixels = 100 regex
108 val pixels = 100 regex
H A DDreamingToLockscreenTransitionViewModelTest.kt72 val pixels = 100 regex
138 val pixels = 100 regex
H A DGoneToDreamingTransitionViewModelTest.kt87 val pixels = 100 regex
H A DLockscreenToDreamingTransitionViewModelTest.kt87 val pixels = 100 regex
/aosp14/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) { 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()
H A DTextureSource.java69 public void allocateWithPixels(ByteBuffer pixels, int width, int height) { in allocateWithPixels()
/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DQuantizer.java30 void quantize(int[] pixels, int maxColors); in quantize()
H A DCelebiQuantizer.java43 public void quantize(int[] pixels, int maxColors) { in quantize()
H A DQuantizerMap.java39 public void quantize(@NonNull int[] pixels, int colorCount) { in quantize()
H A DVariationalKMeansQuantizer.java75 public void quantize(int[] pixels, int maxColors) { in quantize()
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A 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()
/aosp14/frameworks/base/packages/PrintSpooler/jni/
H A Dcom_android_printspooler_util_BitmapSerializeUtils.cpp110 void* pixels; in readBitmapPixels() local
149 void* pixels; in writeBitmapPixels() local
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughput.java30 public Throughput(int totalFrames, int periodFrames, int periodTime, int pixels) { in Throughput()
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DHwBitmapInCompositeShader.cpp43 unsigned char* pixels = nullptr; in createContent() local
/aosp14/frameworks/base/native/graphics/jni/fuzz/
H A Dfuzz_imagedecoder.cpp75 auto pixels = PixelPointer(std::malloc(pixelSize)); in LLVMFuzzerTestOneInput() local
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DFaceSquareFilterTest.java79 int[] pixels = new int[bitmap.getByteCount()]; in testFaceSquareFilter() local
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DFaceSquareFilter.java82 public void drawBoxes(byte[] pixels, Face[] faces, int[] dims) { in drawBoxes()
/aosp14/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DSurfaceTracingTestBase.kt92 val pixels = IntArray(screenshot.width * screenshot.height) regex
/aosp14/frameworks/base/native/graphics/jni/
H A Dbitmap.cpp100 const void* pixels, in AndroidBitmap_compress()
/aosp14/frameworks/base/media/mca/filterfw/jni/
H A 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
/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp355 bool ImageDecoder::handleRestorePrevious(const SkImageInfo& outputInfo, void* pixels, in handleRestorePrevious()
399 SkCodec::Result ImageDecoder::decode(void* pixels, size_t rowBytes) { in decode()
/aosp14/frameworks/base/libs/hwui/apex/
H A Dandroid_canvas.cpp62 char pixels[8]; in ACanvas_isSupportedPixelFormat() local
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java276 int pixels = (width - 2 * x_border_thickness) * (height - 2 * y_border_thickness); in createHistogramFrame() local

123