Home
last modified time | relevance | path

Searched refs:thumbHeight (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/camera/
DThumbnail.cpp128 int thumbWidth, int thumbHeight, int quality, in createThumbnail() argument
130 if (thumbWidth <= 0 || thumbHeight <= 0) { in createThumbnail()
132 __FUNCTION__, thumbWidth, thumbHeight); in createThumbnail()
139 thumbWidth, thumbHeight, &rawThumbnail)) { in createThumbnail()
147 thumbWidth, thumbHeight, in createThumbnail()
DCallbackNotifier.cpp297 int thumbHeight = mCameraParameters.getInt( in onNextFrameAvailable() local
299 if (thumbWidth > 0 && thumbHeight > 0) { in onNextFrameAvailable()
301 width, height, thumbWidth, thumbHeight, in onNextFrameAvailable()