Home
last modified time | relevance | path

Searched defs:fullSize (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/jni/
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()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java667 Bitmap fullSize = null; local
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp597 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel; in writeToStream() local
731 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel; in writeToStream() local
2486 size_t fullSize = width * height * BYTES_PER_RGB_PIXEL; in DngCreator_nativeSetThumbnail() local
2567 size_t fullSize = rStride * uHeight; in DngCreator_nativeWriteImage() local
/frameworks/base/core/java/android/app/
DWallpaperManager.java799 Bitmap fullSize = BitmapFactory.decodeStream(is, null, null); in getBuiltInDrawable() local
871 Bitmap fullSize = null; in getBuiltInDrawable() local
/frameworks/av/media/extractors/ogg/
DOggExtractor.cpp780 size_t fullSize = packetSize; in _readNextPacket() local