Home
last modified time | relevance | path

Searched refs:getByteCount (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
DReusableBitmap.java73 public int getByteCount() { in getByteCount() method in ReusableBitmap
74 return bmp.getByteCount(); in getByteCount()
111 sb.append(bmp.getByteCount() >> 10); in toString()
141 public int getByteCount() { in getByteCount() method in ReusableBitmap.NullReusableBitmap
DUnrefedBitmapCache.java73 return value.getByteCount(); in sizeOf()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
DFaceSquareFilterTest.java79 int[] pixels = new int[bitmap.getByteCount()]; in testFaceSquareFilter()
158 int[] outputPixels = new int[outputBitmap.getByteCount()]; in testFaceSquareFilter()
162 for ( int i = 0; i < outputBitmap.getByteCount(); i++) { in testFaceSquareFilter()
167 if (equalCount + (0.05f*outputBitmap.getByteCount()) < outputBitmap.getByteCount()) { in testFaceSquareFilter()
169 assertEquals(equalCount, outputBitmap.getByteCount()); in testFaceSquareFilter()
/frameworks/av/media/mtp/
DMtpStringBuffer.h53 inline int getByteCount() const { return mByteCount; } in getByteCount() function
/frameworks/base/core/tests/coretests/src/android/graphics/
DBitmapTest.java44 assertEquals("byteCount", 80000, bm1.getByteCount()); in testBasic()
45 assertEquals("byteCount", 40000, bm2.getByteCount()); in testBasic()
46 assertEquals("byteCount", 80000, bm3.getByteCount()); in testBasic()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DNativeFrame.java177 int byteCount = rgbaBitmap.getByteCount(); in setBitmap()
193 int byteCount = result.getByteCount(); in getBitmap()
DGLFrame.java234 if (!setNativeBitmap(rgbaBitmap, rgbaBitmap.getByteCount())) { in setBitmap()
/frameworks/support/compat/java/android/support/v4/graphics/
DBitmapCompat.java36 return bitmap.getByteCount(); in getAllocationByteCount()
/frameworks/base/core/java/android/view/
DDisplayListCanvas.java227 int bitmapSize = bitmap.getByteCount(); in throwIfCannotDraw()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java547 long pixelSize = getByteCount(); in copyPixelsToBuffer()
590 long bitmapBytes = getByteCount(); in copyPixelsFromBuffer()
1416 public final int getByteCount() { in getByteCount() method in Bitmap
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java245 originalbits.getByteCount(), in testParcel()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java428 return content.getBitmap().getByteCount(); in getSizeInBytes()
/frameworks/support/samples/SupportLeanbackShowcase/libs/
Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10443 method public final int getByteCount();
/frameworks/base/api/
Dcurrent.txt12470 method public final int getByteCount();
Dsystem-current.txt13250 method public final int getByteCount();