Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp168 static bool needsFineScale(const int fullSize, const int decodedSize, const int sampleSize) { in needsFineScale()
178 static bool needsFineScale(const SkISize fullSize, const SkISize decodedSize, in needsFineScale()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java670 Bitmap fullSize = null; local
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp581 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel; in writeToStream() local
715 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel; in writeToStream() local
2386 size_t fullSize = width * height * BYTES_PER_RGB_PIXEL; in DngCreator_nativeSetThumbnail() local
2467 size_t fullSize = rStride * uHeight; in DngCreator_nativeWriteImage() local
/frameworks/base/core/java/android/app/
DWallpaperManager.java636 Bitmap fullSize = BitmapFactory.decodeStream(is, null, null); in getBuiltInDrawable() local
708 Bitmap fullSize = null; in getBuiltInDrawable() local
/frameworks/av/media/extractors/ogg/
DOggExtractor.cpp779 size_t fullSize = packetSize; in _readNextPacket() local