| /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 | 46 int width, in copyPixels() 69 int width, in nativeCopyPixels()
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Atlas.java | 88 public Atlas(Type type, int width, int height) { in Atlas() 105 public Atlas(Type type, int width, int height, int flags) { in Atlas() 120 public Entry pack(int width, int height) { in pack() 137 public Entry pack(int width, int height, Entry entry) { in pack() 142 private static Policy findPolicy(Type type, int width, int height, int flags) { in findPolicy() 164 abstract Entry pack(int width, int height, Entry entry); in pack() 254 int width; field in Atlas.SlicePolicy.Cell 265 SlicePolicy(int width, int height, int flags, SplitDecision splitDecision) { in SlicePolicy() 280 Entry pack(int width, int height, Entry entry) { in pack() 364 private boolean insert(Cell cell, Cell prev, int width, int height, Entry entry) { in insert()
|
| D | Bitmap.java | 109 Bitmap(long nativeBitmap, byte[] buffer, int width, int height, int density, in Bitmap() 140 void reinit(int width, int height, boolean requestPremultiplied) { in reinit() 218 public void reconfigure(int width, int height, Config config) { in reconfigure() 248 public void setWidth(int width) { in setWidth() 372 private static void checkWidthHeight(int width, int height) { in checkWidthHeight() 591 final int width = src.getWidth(); in createScaledBitmap() local 633 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height) { in createBitmap() 661 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height, in createBitmap() 755 public static Bitmap createBitmap(int width, int height, Config config) { in createBitmap() 770 public static Bitmap createBitmap(DisplayMetrics display, int width, in createBitmap() [all …]
|
| D | YuvImage.java | 79 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { in YuvImage() 199 private int[] calculateStrides(int width, int format) { in calculateStrides() 215 int width = rect.width(); 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() 74 void CpuPixelBuffer::upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) { in upload() 101 GpuPixelBuffer::GpuPixelBuffer(GLenum format, 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() 161 PixelBuffer* PixelBuffer::create(GLenum format, uint32_t width, uint32_t height, BufferType type) { in create()
|
| D | PathCache.cpp | 88 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computePathBounds() 94 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computeBounds() 107 static void initBitmap(SkBitmap& bitmap, uint32_t width, uint32_t height) { in initBitmap() 125 float left, float top, float offset, uint32_t width, uint32_t height) { in drawPath() 137 uint32_t width, uint32_t height, uint32_t id) { in createTexture() 240 void PathCache::purgeCache(uint32_t width, uint32_t height) { in purgeCache() 261 uint32_t width, height; in addTexture() local 341 uint32_t width, height; in onProcess() local 504 PathTexture* PathCache::getRoundRect(float width, float height, in getRoundRect() 550 PathTexture* PathCache::getOval(float width, float height, const SkPaint* paint) { in getOval() [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 | 74 int width = texture.getWidth(); in loadTexture() local 117 public ETC1Texture(int width, int height, ByteBuffer data) { in ETC1Texture() 153 int width = 0; in createTexture() local 192 …public static ETC1Texture compressTexture(Buffer input, int width, int height, int pixelSize, int … in compressTexture() 210 int width = texture.getWidth(); in writeTexture() local
|
| /frameworks/av/media/libstagefright/codecs/aacenc/src/ |
| D | bit_cnt.c | 43 const Word16 width, in count1_2_3_4_5_6_7_8_9_10_11() 119 const Word16 width, in count3_4_5_6_7_8_9_10_11() 193 const Word16 width, in count5_6_7_8_9_10_11() 250 const Word16 width, in count7_8_9_10_11() 298 const Word16 width, in count9_10_11() 346 const Word16 width, in count11() 387 const Word16 width, in countEsc() 470 const Word16 width, in bitCount() 495 Word16 codeValues(Word16 *values, Word16 width, Word16 codeBook, HANDLE_BIT_BUF hBitstream) in codeValues()
|
| /frameworks/base/tools/layoutlib/bridge/src/android/view/ |
| D | ShadowPainter.java | 73 int width = source.getWidth(); in createDropShadow() local 182 int width = source.getWidth(); in createRectangularDropShadow() local 209 int width = source.getWidth(); in createSmallRectangularDropShadow() local 235 int x, int y, int width, int height) { in drawRectangleShadow() 256 int x, int y, int width, int height) { in drawSmallRectangleShadow() 288 public static void drawRectangleShadow(Graphics2D gc, int x, int y, int width, int height) { in drawRectangleShadow() 329 public static void drawSmallRectangleShadow(Graphics2D gc, int x, int y, int width, in drawSmallRectangleShadow()
|
| /frameworks/base/core/jni/android/graphics/ |
| D | YuvToJpegEncoder.cpp | 24 bool YuvToJpegEncoder::encode(SkWStream* stream, void* inYuv, int width, in encode() 51 int width, int height, int quality) { in setJpegCompressStruct() 82 int width = cinfo->image_width; in compress() local 116 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() 158 int width = cinfo->image_width; in compress() local 191 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() 220 jint format, jint width, jint height, jintArray offsets, in YuvImage_compressToJpeg()
|
| D | Bitmap.cpp | 35 static void FromColor_D32(void* dst, const SkColor src[], int width, in FromColor_D32() argument 44 static void FromColor_D32_Raw(void* dst, const SkColor src[], int width, in FromColor_D32_Raw() argument 61 static void FromColor_D565(void* dst, const SkColor src[], int width, in FromColor_D565() 73 static void FromColor_D4444(void* dst, const SkColor src[], int width, in FromColor_D4444() 85 static void FromColor_D4444_Raw(void* dst, const SkColor src[], int width, in FromColor_D4444_Raw() 118 int x, int y, int width, int height, const SkBitmap& dstBitmap) { in SetPixels() 151 static void ToColor_S32_Alpha(SkColor dst[], const void* src, int width, in ToColor_S32_Alpha() 160 static void ToColor_S32_Raw(SkColor dst[], const void* src, int width, in ToColor_S32_Raw() 171 static void ToColor_S32_Opaque(SkColor dst[], const void* src, int width, in ToColor_S32_Opaque() 182 static void ToColor_S4444_Alpha(SkColor dst[], const void* src, int width, in ToColor_S4444_Alpha() [all …]
|
| /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/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
| D | block_idct.cpp | 231 int width, width_uv; in MBlockIDCT() local 251 MacroBlock *mblock, PIXEL *c_comp, int comp, int width) in BlockIDCT_intra() 323 void Copy_Blk_to_Vop(uint8 *dst, uint8 *pred, int width) in Copy_Blk_to_Vop() 352 int width, /* width of dst */ in BlockIDCT() 510 int16 *blk, uint8 *pred, uint8 *dst, int width in idctrow() 621 int16 *blk, PIXEL *comp, int width in idctrow_intra()
|
| D | mb_utils.cpp | 25 void PutSKIPPED_MB(uint8 *comp, uint8 *prev, int width) in PutSKIPPED_MB() 86 void PutSKIPPED_B(uint8 *comp, uint8 *prev, int width) in PutSKIPPED_B()
|
| /frameworks/av/camera/ |
| D | CameraParameters2.cpp | 219 int width, height; in parseSizesList() local 235 void CameraParameters2::setPreviewSize(int width, int height) in setPreviewSize() 242 void CameraParameters2::getPreviewSize(int *width, int *height) const in getPreviewSize() 251 void CameraParameters2::getPreferredPreviewSizeForVideo(int *width, int *height) const in getPreferredPreviewSizeForVideo() 265 void CameraParameters2::setVideoSize(int width, int height) in setVideoSize() 272 void CameraParameters2::getVideoSize(int *width, int *height) const in getVideoSize() 320 void CameraParameters2::setPictureSize(int width, int height) in setPictureSize() 327 void CameraParameters2::getPictureSize(int *width, int *height) const in getPictureSize()
|
| /frameworks/base/core/java/android/hardware/camera2/ |
| D | DngCreator.java | 158 int width = pixels.getWidth(); in setThumbnail() local 198 int width = pixels.getWidth(); in setThumbnail() local 308 int width = size.getWidth(); in writeInputStream() local 360 int width = size.getWidth(); in writeByteBuffer() local 449 private void writeByteBuffer(int width, int height, ByteBuffer pixels, OutputStream dngOutput, in writeByteBuffer() 508 int width = yuvImage.getWidth(); in convertToRGB() local 567 int width = argbBitmap.getWidth(); in convertToRGB() local 621 private synchronized native void nativeSetThumbnail(ByteBuffer buffer, int width, int height); in nativeSetThumbnail() 623 private synchronized native void nativeWriteImage(OutputStream out, int width, int height, in nativeWriteImage() 629 int width, int height, long offset) in nativeWriteInputStream()
|
| /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
| D | Size.java | 86 int width = Integer.parseInt(flatSizes[i]); in stringToList() local 98 public Size(int width, int height) { in Size() 152 public int width() { in width() method in Size
|
| /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
| D | dct.cpp | 38 Void BlockDCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in BlockDCT_AANwSub() 267 Void Block4x4DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block4x4DCT_AANwSub() 473 Void Block2x2DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block2x2DCT_AANwSub() 652 Void BlockDCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in BlockDCT_AANIntra() 863 Void Block4x4DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in Block4x4DCT_AANIntra() 1050 Void Block2x2DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in Block2x2DCT_AANIntra() 1210 void Block1x1DCTwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block1x1DCTwSub() 1247 void Block1x1DCTIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in Block1x1DCTIntra()
|
| /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/ |
| D | GradientDrawable.java | 253 public void setStroke(int width, int color) { in setStroke() 270 public void setStroke(int width, ColorStateList colorStateList) { in setStroke() 289 public void setStroke(int width, int color, float dashWidth, float dashGap) { in setStroke() 311 int width, ColorStateList colorStateList, float dashWidth, float dashGap) { in setStroke() 323 private void setStrokeInternal(int width, int color, float dashWidth, float dashGap) { in setStrokeInternal() 352 public void setSize(int width, int height) { in setSize()
|
| /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 | 127 int width = getFormat().getWidth(); in initWithTexture() local 137 int width = getFormat().getWidth(); 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() 368 int width, in nativeAllocateWithTexture() 373 int width, 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()
|