Home
last modified time | relevance | path

Searched refs:getByteCount (Results 1 – 22 of 22) 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/base/graphics/tests/graphicstests/src/android/graphics/
DBitmapTest.java43 assertEquals("byteCount", 80000, bm1.getByteCount()); in testBasic()
44 assertEquals("byteCount", 40000, bm2.getByteCount()); in testBasic()
45 assertEquals("byteCount", 40000, bm3.getByteCount()); in testBasic()
/frameworks/support/v4/honeycomb_mr1/android/support/v4/graphics/
DBitmapCompatHoneycombMr1.java26 return bitmap.getByteCount(); in getAllocationByteCount()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DThumbnailCache.java30 return value.getByteCount(); in sizeOf()
/frameworks/av/media/mtp/
DMtpStringBuffer.h53 inline int getByteCount() const { return mByteCount; } in getByteCount() function
/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/base/graphics/java/android/graphics/
DBitmap.java133 nativeSize += getByteCount(); in Bitmap()
524 long pixelSize = getByteCount(); in copyPixelsToBuffer()
564 long bitmapBytes = getByteCount(); in copyPixelsFromBuffer()
1256 public final int getByteCount() { in getByteCount() method in Bitmap
1279 return getByteCount(); in getAllocationByteCount()
/frameworks/base/core/java/android/view/
DDisplayListCanvas.java258 int bitmapSize = bitmap.getByteCount(); in throwIfCannotDraw()
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
DImageCompare.java40 int bytes = bitmap.getByteCount(); in loadBitmapByteArray()
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
DIconTest.java211 originalbits.getByteCount(), in testParcel()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java408 return content.getBitmap().getByteCount(); in getSizeInBytes()
/frameworks/base/docs/html/training/displaying-bitmaps/
Dcache-bitmap.jd113 return bitmap.getByteCount() / 1024;
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd537 <li>{@link android.graphics.Bitmap#getByteCount()} gets a Bitmap's size in
Dandroid-4.4.jd392 … of the decoded bitmap (available from {@link android.graphics.Bitmap#getByteCount()}) is less tha…
/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.txt11465 method public final int getByteCount();
Dtest-current.txt11478 method public final int getByteCount();
Dsystem-current.txt11904 method public final int getByteCount();