HomeSort by relevance Sort by last modified time
    Searched defs:fullSize (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
OggExtractor.cpp 478 size_t fullSize = packetSize;
480 fullSize += buffer->range_length();
482 MediaBuffer *tmp = new MediaBuffer(fullSize);
513 buffer->set_range(0, fullSize);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 497 Bitmap fullSize = null;
499 fullSize = BitmapFactory.decodeStream(mInStream);
501 if (fullSize != null) {
502 crop = Bitmap.createBitmap(fullSize, roundedTrueCrop.left,

Completed in 110 milliseconds