Home
last modified time | relevance | path

Searched defs:decodedSize (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DDexRandomAccessFile.java256 public byte[] readDexUtf(int decodedSize) throws IOException { in readDexUtf()
/aosp12/frameworks/base/libs/hwui/jni/
H A DBitmapFactory.cpp160 static bool needsFineScale(const int fullSize, const int decodedSize, const int sampleSize) { in needsFineScale()
170 static bool needsFineScale(const SkISize fullSize, const SkISize decodedSize, in needsFineScale()
/aosp12/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp1042 int32_t decodedSize = mDecodedSizes.itemAt(0); in onQueueFilled() local