| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
| D | ColorSpace.java | 42 ByteBuffer input, ByteBuffer output, int width, int height) { in convertYuv420pToRgba8888() 61 ByteBuffer input, ByteBuffer output, int width, int height) { in convertArgb8888ToRgba8888() 80 ByteBuffer input, ByteBuffer output, int width, int height) { in convertRgba8888ToHsva8888() 99 ByteBuffer input, ByteBuffer output, int width, int height) { in convertRgba8888ToYcbcra8888() 122 ByteBuffer input, ByteBuffer output, int width, int height); in nativeYuv420pToRgba8888() 125 ByteBuffer input, ByteBuffer output, int width, int height); in nativeArgb8888ToRgba8888() 128 ByteBuffer input, ByteBuffer output, int width, int height); in nativeRgba8888ToHsva8888() 131 ByteBuffer input, ByteBuffer output, int width, int height); in nativeRgba8888ToYcbcra8888()
|
| D | PixelUtils.java | 47 int height, in copyPixels() 70 int height, in nativeCopyPixels()
|
| 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() 103 public static void allocateTexturePixels(int texId, int target, int width, int height) { in allocateTexturePixels() 115 int width, int height) { in setTexturePixels()
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Atlas.java | 83 public Atlas(Type type, int width, int height) { in Atlas() 100 public Atlas(Type type, int width, int height, int flags) { in Atlas() 115 public Entry pack(int width, int height) { in pack() 132 public Entry pack(int width, int height, Entry entry) { in pack() 137 private static Policy findPolicy(Type type, int width, int height, int flags) { in findPolicy() 159 abstract Entry pack(int width, int height, Entry entry); in pack() 249 int height; field in Atlas.SlicePolicy.Cell 259 SlicePolicy(int width, int height, int flags, SplitDecision splitDecision) { in SlicePolicy() 273 Entry pack(int width, int height, Entry entry) { in pack() 356 private boolean insert(Cell cell, Cell prev, int width, int height, Entry entry) { in insert()
|
| D | Bitmap.java | 108 Bitmap(long nativeBitmap, byte[] buffer, int width, int height, int density, in Bitmap() 138 void reinit(int width, int height, boolean requestPremultiplied) { in reinit() 219 public void reconfigure(int width, int height, Config config) { in reconfigure() 265 public void setHeight(int height) { in setHeight() 266 reconfigure(getWidth(), height, getConfig()); in setHeight() local 376 private static void checkWidthHeight(int width, int height) { in checkWidthHeight() 611 final int height = src.getHeight(); in createScaledBitmap() local 652 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height) { in createBitmap() 680 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height, in createBitmap() 774 public static Bitmap createBitmap(int width, int height, Config config) { in createBitmap() [all …]
|
| D | YuvImage.java | 79 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { in YuvImage() 216 int height = rect.height(); in adjustRectangle() local 238 int format, int width, int height, int[] offsets, int[] strides, in nativeCompressToJpeg()
|
| /frameworks/base/libs/hwui/ |
| D | PixelBuffer.cpp | 50 CpuPixelBuffer::CpuPixelBuffer(GLenum format, uint32_t width, uint32_t height) in CpuPixelBuffer() 70 void CpuPixelBuffer::upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) { in upload() 98 uint32_t width, uint32_t height) in GpuPixelBuffer() 149 void GpuPixelBuffer::upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) { in upload() 162 uint32_t width, uint32_t height, BufferType type) { in create()
|
| D | PathCache.cpp | 87 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computePathBounds() 93 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computeBounds() 106 static void initBitmap(SkBitmap& bitmap, uint32_t width, uint32_t height) { in initBitmap() 124 float left, float top, float offset, uint32_t width, uint32_t height) { in drawPath() 220 void PathCache::purgeCache(uint32_t width, uint32_t height) { in purgeCache() 241 uint32_t width, height; in addTexture() local 317 uint32_t width, height; in onProcess() local 445 PathTexture* PathCache::getRoundRect(float width, float height, in getRoundRect() 491 PathTexture* PathCache::getOval(float width, float height, const SkPaint* paint) { in getOval() 514 PathTexture* PathCache::getRect(float width, float height, const SkPaint* paint) { in getRect() [all …]
|
| /frameworks/base/opengl/java/android/opengl/ |
| D | ETC1.java | 86 public static native int getEncodedDataSize(int width, int height); in getEncodedDataSize() 97 public static native void encodeImage(Buffer in, int width, int height, in encodeImage() 110 int width, int height, int pixelSize, int stride); in decodeImage() 118 public static native void formatHeader(Buffer header, int width, int height); in formatHeader()
|
| D | ETC1Util.java | 75 int height = texture.getHeight(); in loadTexture() local 117 public ETC1Texture(int width, int height, ByteBuffer data) { in ETC1Texture() 154 int height = 0; in createTexture() local 192 …public static ETC1Texture compressTexture(Buffer input, int width, int height, int pixelSize, int … in compressTexture() 211 int height = texture.getHeight(); in writeTexture() local
|
| /frameworks/base/libs/hwui/tests/ |
| D | main.cpp | 80 const int height = gDisplay.h; in run() local 130 void createContent(int width, int height, DisplayListCanvas* renderer) override { in createContent() 153 sp<RenderNode> createCard(int x, int y, int width, int height) { in createCard() 171 void createContent(int width, int height, DisplayListCanvas* renderer) override { in createContent() 194 sp<RenderNode> createCard(int x, int y, int width, int height) { in createCard() 212 void createContent(int width, int height, DisplayListCanvas* renderer) override { in createContent() 228 sp<RenderNode> createCard(int x, int y, int width, int height) { in createCard() 260 void createContent(int width, int height, DisplayListCanvas* renderer) override { in createContent() 277 sp<RenderNode> createCard(int x, int y, int width, int height) { in createCard()
|
| /frameworks/base/tools/layoutlib/bridge/src/android/view/ |
| D | ShadowPainter.java | 81 int height = source.getHeight(); in createDropShadow() local 190 int height = source.getHeight(); in createRectangularDropShadow() local 217 int height = source.getHeight(); in createSmallRectangularDropShadow() local 242 int x, int y, int width, int height) { in drawRectangleShadow() 263 int x, int y, int width, int height) { in drawSmallRectangleShadow() 295 public static void drawRectangleShadow(Graphics2D gc, int x, int y, int width, int height) { in drawRectangleShadow() 337 int height) { in drawSmallRectangleShadow()
|
| /frameworks/base/core/jni/android/graphics/ |
| D | YuvToJpegEncoder.cpp | 27 int height, int* offsets, int jpegQuality) { in encode() 53 int width, int height, int quality) { in setJpegCompressStruct() 85 int height = cinfo->image_height; in compress() local 118 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() 161 int height = cinfo->image_height; in compress() local 193 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() 222 jint format, jint width, jint height, jintArray offsets, in YuvImage_compressToJpeg()
|
| /frameworks/base/media/mca/filterfw/native/core/ |
| D | gl_frame.cpp | 56 bool GLFrame::Init(int width, int height) { in Init() 65 bool GLFrame::InitWithTexture(GLint texture_id, int width, int height) { in InitWithTexture() 72 bool GLFrame::InitWithFbo(GLint fbo_id, int width, int height) { in InitWithFbo() 87 void GLFrame::InitDimensions(int width, int height) { in InitDimensions() 187 bool GLFrame::SetViewport(int x, int y, int width, int height) { in SetViewport()
|
| /frameworks/base/core/java/android/hardware/camera2/ |
| D | DngCreator.java | 165 int height = pixels.getHeight(); in setThumbnail() local 206 int height = pixels.getHeight(); in setThumbnail() local 320 int height = size.getHeight(); in writeInputStream() local 375 int height = size.getHeight(); in writeByteBuffer() local 464 private void writeByteBuffer(int width, int height, ByteBuffer pixels, OutputStream dngOutput, in writeByteBuffer() 524 int height = yuvImage.getHeight(); in convertToRGB() local 583 int height = argbBitmap.getHeight(); in convertToRGB() local 636 private synchronized native void nativeSetThumbnail(ByteBuffer buffer, int width, int height); in nativeSetThumbnail() 638 private synchronized native void nativeWriteImage(OutputStream out, int width, int height, in nativeWriteImage() 644 int width, int height, long offset) in nativeWriteInputStream()
|
| /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
| D | Size.java | 87 int height = Integer.parseInt(flatSizes[i + 1]); in stringToList() local 98 public Size(int width, int height) { in Size() 156 public int height() { in height() method in Size
|
| /frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/ |
| D | RsYuv.java | 68 void reset(int width, int height) { in reset() 127 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 134 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
| /frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
| D | Shape.java | 64 public final void resize(float width, float height) { in resize() 94 protected void onResize(float width, float height) {} in onResize()
|
| /frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
| D | GLFrame.java | 128 int height = getFormat().getHeight(); in initWithTexture() local 138 int height = getFormat().getHeight(); in initWithFbo() local 276 public void setViewport(int x, int y, int width, int height) { in setViewport() 364 private native boolean nativeAllocate(GLEnvironment env, int width, int height); in nativeAllocate() 369 int height); in nativeAllocateWithTexture() 374 int height); in nativeAllocateWithFbo() 396 private native boolean setNativeViewport(int x, int y, int width, int height); in setNativeViewport()
|
| /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
| D | GetBitmapActivity.java | 81 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 94 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
| /frameworks/av/cmds/screenrecord/ |
| D | Overlay.cpp | 144 int height = mEglWindow.getHeight(); in setup_l() local 221 int height = mEglWindow.getHeight(); in processFrame_l() local 297 int height = window.getHeight(); in drawInfoPage() local 332 int height = window.getHeight(); in doDrawInfoPage() local
|
| /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
| D | CompareActivity.java | 66 int height = getResources().getDimensionPixelSize(R.dimen.layer_height); in onCreateCommon() local 81 int height = mSoftwareBitmap.getHeight(); in loadBitmaps() local
|
| /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
| D | AccessibilityNodeInfoDumper.java | 53 int width, int height) { in dumpWindowToFile() 76 int width, int height) { in dumpWindowToFile() 102 int width, int height) throws IOException { in dumpNodeRec()
|
| /frameworks/av/media/libstagefright/rtsp/ |
| D | APacketSource.cpp | 108 const char *params, int32_t *width, int32_t *height) { in MakeAVCCodecSpecificData() 336 const sp<ABuffer> &config, int32_t *width, int32_t *height) { in ExtractDimensionsMPEG4Config() 363 const char *params, int32_t *width, int32_t *height) { in MakeMPEG4VideoCodecSpecificData() 428 int32_t width, height; in APacketSource() local 460 int32_t width, height; in APacketSource() local 513 int32_t width, height; in APacketSource() local
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
| D | exposure.cpp | 30 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) { in Java_androidx_media_filterfw_samples_simplecamera_ExposureFilter_overExposureOperator() 52 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) { in Java_androidx_media_filterfw_samples_simplecamera_ExposureFilter_underExposureOperator()
|