/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()
|
/frameworks/layoutlib/bridge/tests/src/android/util/imagepool/ |
D | ImagePoolImplTest.java | 52 int height = 800; in testImageDispose() local 69 int height = 800; in testImageDisposeFromFunction() local 85 int height = 800; in testImageDisposedAndRecycled() local 136 int height = 800; in testBufferedImageReleased() local 166 int height = 1000; in testPoolWidthHeightNotBigEnough() local 180 int height = 500; in testSizeNotBigEnough() local 190 assertEquals(image.getHeight(), height); in testSizeNotBigEnough() local 196 int height = 800; in testImageMultipleCopies() local 231 int height = 800; in testPoolDispose() local 271 int height in createImageAndReturnBufferedImage() [all …]
|
D | ImagePoolHelperTest.java | 35 int height = 10; in testGetBufferedImage() local 50 int height = 10; in testGetBufferedImageRecurse() local 70 int height = 10; in testRecurseThenHitCacheLimit() local 90 int height = 10; in testBucketHasImageToReturn() local
|
/frameworks/native/libs/vr/libbufferhub/ |
D | ion_buffer.cpp | 20 IonBuffer::IonBuffer(uint32_t width, uint32_t height, uint32_t format, in IonBuffer() 26 IonBuffer::IonBuffer(buffer_handle_t handle, uint32_t width, uint32_t height, in IonBuffer() 31 IonBuffer::IonBuffer(buffer_handle_t handle, uint32_t width, uint32_t height, in IonBuffer() 74 int IonBuffer::Alloc(uint32_t width, uint32_t height, uint32_t layer_count, in Alloc() 91 void IonBuffer::Reset(buffer_handle_t handle, uint32_t width, uint32_t height, in Reset() 101 int IonBuffer::Import(buffer_handle_t handle, uint32_t width, uint32_t height, in Import() 123 int int_count, uint32_t width, uint32_t height, in Import() 198 int IonBuffer::Lock(uint32_t usage, int x, int y, int width, int height, in Lock() 214 int IonBuffer::LockYUV(uint32_t usage, int x, int y, int width, int height, in LockYUV()
|
/frameworks/base/apct-tests/perftests/core/src/android/view/ |
D | ViewShowHidePerfTest.java | 141 void run(BenchmarkState state, int width, int height, ViewGroup parent, View child); in run() 152 final int height = 1000; in testParentWithChild() local 164 private void layout(int width, int height, View view) { in layout() 173 testParentWithChild((state, width, height, parent, child) -> { in testRemove() argument 189 testParentWithChild((state, width, height, parent, child) -> { in testAdd() argument 205 testParentWithChild((state, width, height, parent, child) -> { in testRecordAfterAdd() argument 220 testParentWithChild((state, width, height, parent, child) -> { in testVisibility() argument
|
/frameworks/base/graphics/java/android/graphics/ |
D | BLASTBufferQueue.java | 29 private static native long nativeCreate(long surfaceControl, long width, long height, in nativeCreate() 34 private static native void nativeUpdate(long ptr, long surfaceControl, long width, long height); in nativeUpdate() 37 public BLASTBufferQueue(SurfaceControl sc, int width, int height, in BLASTBufferQueue() 54 public void update(SurfaceControl sc, int width, int height) { in update()
|
D | Bitmap.java | 130 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap() 138 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap() 189 void reinit(int width, int height, boolean requestPremultiplied) { in reinit() 289 public void reconfigure(int width, int height, Config config) { in reconfigure() 332 public void setHeight(int height) { in setHeight() 333 reconfigure(getWidth(), height, getConfig()); in setHeight() local 448 private static void checkWidthHeight(int width, int height) { in checkWidthHeight() 801 final int height = src.getHeight(); in createScaledBitmap() local 835 public static Bitmap createBitmap(@NonNull Bitmap source, int x, int y, int width, int height) { in createBitmap() 870 public static Bitmap createBitmap(@NonNull Bitmap source, int x, int y, int width, int height, in createBitmap() [all …]
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | BitmapRenderer.java | 35 static Bitmap createSoftwareBitmap(int width, int height, BitmapRenderer renderer) { in createSoftwareBitmap() 43 static Bitmap createHardwareBitmap(int width, int height, BitmapRenderer renderer) { in createHardwareBitmap() 59 static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height) { in createBitmap()
|
/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/core/java/com/android/internal/view/ |
D | ActionBarPolicy.java | 55 final int height = config.screenHeightDp; in getMaxActionButtons() local 91 final int height = configuration.screenHeightDp; in hasEmbeddedTabs() local 100 int height = a.getLayoutDimension(R.styleable.ActionBar_height, 0); in getTabContainerHeight() local
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | ShadowPainter.java | 83 int height = source.getHeight(); in createDropShadow() local 192 int height = source.getHeight(); in createRectangularDropShadow() local 219 int height = source.getHeight(); in createSmallRectangularDropShadow() local 244 int x, int y, int width, int height) { in drawRectangleShadow() 265 int x, int y, int width, int height) { in drawSmallRectangleShadow() 297 public static void drawRectangleShadow(Graphics2D gc, int x, int y, int width, int height) { in drawRectangleShadow() 339 int height) { in drawSmallRectangleShadow()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaRecordingCanvas.h | 33 explicit SkiaRecordingCanvas(uirenderer::RenderNode* renderNode, int width, int height) { in SkiaRecordingCanvas() 41 virtual void resetRecording(int width, int height, in resetRecording()
|
/frameworks/base/apct-tests/perftests/core/src/android/widget/ |
D | TextViewPrecomputedTextPerfTest.java | 248 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnMeasure_RandomText() local 268 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnMeasure_RandomText_Selectable() local 289 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnMeasure_PrecomputedText() local 312 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnMeasure_PrecomputedText_Selectable() local 336 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnDraw_RandomText() local 362 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnDraw_RandomText_Selectable() local 389 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnDraw_PrecomputedText() local 418 int height = MeasureSpec.makeMeasureSpec(MeasureSpec.UNSPECIFIED, 0); in testOnDraw_PrecomputedText_Selectable() local
|
/frameworks/base/libs/hwui/renderthread/ |
D | Frame.h | 30 Frame(int32_t width, int32_t height, int32_t bufferAge) in Frame() 34 int32_t height() const { return mHeight; } in height() function
|
/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/native/libs/ui/ |
D | GraphicBufferMapper.cpp | 86 uint32_t width, uint32_t height, uint32_t layerCount, in importBuffer() 186 status_t GraphicBufferMapper::isSupported(uint32_t width, uint32_t height, in isSupported() 304 status_t GraphicBufferMapper::getDefaultPixelFormatFourCC(uint32_t width, uint32_t height, in getDefaultPixelFormatFourCC() 312 status_t GraphicBufferMapper::getDefaultPixelFormatModifier(uint32_t width, uint32_t height, in getDefaultPixelFormatModifier() 320 status_t GraphicBufferMapper::getDefaultAllocationSize(uint32_t width, uint32_t height, in getDefaultAllocationSize() 328 status_t GraphicBufferMapper::getDefaultProtectedContent(uint32_t width, uint32_t height, in getDefaultProtectedContent() 337 uint32_t width, uint32_t height, PixelFormat format, uint32_t layerCount, uint64_t usage, in getDefaultCompression() 342 status_t GraphicBufferMapper::getDefaultCompression(uint32_t width, uint32_t height, in getDefaultCompression() 350 uint32_t width, uint32_t height, PixelFormat format, uint32_t layerCount, uint64_t usage, in getDefaultInterlaced() 355 status_t GraphicBufferMapper::getDefaultInterlaced(uint32_t width, uint32_t height, in getDefaultInterlaced() [all …]
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | DngCreator.java | 193 int height = pixels.getHeight(); in setThumbnail() local 234 int height = pixels.getHeight(); in setThumbnail() local 348 int height = size.getHeight(); in writeInputStream() local 403 int height = size.getHeight(); in writeByteBuffer() local 493 private void writeByteBuffer(int width, int height, ByteBuffer pixels, OutputStream dngOutput, in writeByteBuffer() 553 int height = yuvImage.getHeight(); in convertToRGB() local 612 int height = argbBitmap.getHeight(); in convertToRGB() local 665 private synchronized native void nativeSetThumbnail(ByteBuffer buffer, int width, int height); in nativeSetThumbnail() 667 private synchronized native void nativeWriteImage(OutputStream out, int width, int height, in nativeWriteImage() 673 int width, int height, long offset) in nativeWriteInputStream()
|
/frameworks/base/libs/hwui/jni/ |
D | YuvToJpegEncoder.cpp | 36 int height, int* offsets, int jpegQuality) { in encode() 66 int width, int height, int quality) { in setJpegCompressStruct() 98 int height = cinfo->image_height; in compress() local 131 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() 174 int height = cinfo->image_height; in compress() local 206 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() 235 jint format, jint width, jint height, jintArray offsets, in YuvImage_compressToJpeg()
|
/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/av/services/camera/libcameraservice/tests/ |
D | NV12Compressor.cpp | 41 bool NV12Compressor::compress(const unsigned char* data, int width, int height, int quality) { in compress() 51 bool NV12Compressor::compressWithExifOrientation(const unsigned char* data, int width, int height, in compressWithExifOrientation() 82 bool NV12Compressor::configureCompressor(int width, int height, int quality) { in configureCompressor() 122 std::vector<uint8_t>& vRows, int rowIndex, int width, int height, int stride) { in deinterleave() 145 int height = mCompressInfo.image_height; in compressData() local 319 size_t jpegBufferSize, size_t *width /*out*/, size_t *height /*out*/) { in getJpegImageDimensions()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | TriangleShape.java | 37 public static TriangleShape create(float width, float height, boolean isPointingUp) { in create() 55 float width, float height, boolean isPointingLeft) { in createHorizontal()
|
/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 143 int height = mEglWindow.getHeight(); in setup_l() local 219 int height = mEglWindow.getHeight(); in processFrame_l() local 300 int height = window.getHeight(); in drawInfoPage() local 335 int height = window.getHeight(); in doDrawInfoPage() local
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | RemoteInlineSuggestionUi.java | 92 int width, int height, Handler handler) { in RemoteInlineSuggestionUi() 130 boolean match(int width, int height) { in match() 206 SurfaceControlViewHost.SurfacePackage surfacePackage, int width, int height) { in handleInlineSuggestionUiReady() 281 SurfaceControlViewHost.SurfacePackage surface, int width, int height) { in onContent()
|