HomeSort by relevance Sort by last modified time
    Searched refs:thumbSize (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/wx/wxcode/
scrollbar_render.h 57 float thumbSize = proportion * (float)physicalLength;
58 if (thumbSize < 20)
59 thumbSize = 20;
61 float thumbPos = ((float)current / (float)max) * ((float)physicalLength - thumbSize);
66 *thumbLength = thumbSize;
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 532 unsigned int thumbSize = 0;
537 ret = m_jpegMain->getOutBuf((char **)&thumbBuf, (int *)&thumbSize);
541 thumbSize = (unsigned int)m_jpegMain->getJpegSize();
545 ret = m_jpegThumb->getOutBuf((char **)&thumbBuf, (int *)&thumbSize);
549 thumbSize = (unsigned int)m_jpegThumb->getJpegSize();
553 if (exifInfo->enableThumb && (thumbBuf != NULL) && (thumbSize != 0)) {
582 1, thumbSize);
589 thumbBuf, thumbSize);
590 LongerTagOffest += thumbSize;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 492 unsigned int thumbSize = 0;
502 thumbSize = (unsigned int)m_jpegMain->getJpegSize();
511 thumbSize = (unsigned int)m_jpegThumb->getJpegSize();
516 if (exifInfo->enableThumb && (thumbBuf != NULL) && (thumbSize != 0)) {
545 1, thumbSize);
552 thumbBuf, thumbSize);
553 LongerTagOffest += thumbSize;
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 148 * Gets the dp value from the thumbSize resource as an integer in dps. The value can
152 int pixelSize = getResources().getDimensionPixelSize(R.dimen.thumbSize);
  /packages/apps/Gallery2/tests/src/com/android/photos/data/
MediaCacheTest.java 342 long thumbSize = mMediaCache.getCachedFile(imageUri, MediaSize.Thumbnail).length();
343 mMediaCache.setMaxCacheSize(thumbSize * 10);
  /frameworks/av/media/mtp/
MtpServer.cpp 753 size_t thumbSize;
754 void* thumb = mDatabase->getThumbnail(handle, thumbSize);
759 mData.writeData(mFD, thumb, thumbSize);
    [all...]

Completed in 97 milliseconds