Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp203 static bool needsFineScale(const int fullSize, const int decodedSize, const int sampleSize) { in needsFineScale()
213 static bool needsFineScale(const SkISize fullSize, const SkISize decodedSize, in needsFineScale()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp579 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel; in writeToStream() local
713 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel; in writeToStream() local
2115 size_t fullSize = width * height * BYTES_PER_RGB_PIXEL; in DngCreator_nativeSetThumbnail() local
2196 size_t fullSize = rStride * uHeight; in DngCreator_nativeWriteImage() local
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java670 Bitmap fullSize = null; local
/frameworks/base/core/java/android/app/
DWallpaperManager.java626 Bitmap fullSize = BitmapFactory.decodeStream(is, null, null); in getBuiltInDrawable() local
698 Bitmap fullSize = null; in getBuiltInDrawable() local
/frameworks/av/media/libstagefright/
DOggExtractor.cpp700 size_t fullSize = packetSize; in _readNextPacket() local