Searched refs:mThumbHeight (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapture.cpp231 if ( ( unsigned int ) varint != mThumbHeight) {
234 mThumbHeight = varint;
238 if (mThumbHeight != DEFAULT_THUMB_HEIGHT) mPendingCaptureSettings |= SetThumb;
239 mThumbHeight = DEFAULT_THUMB_HEIGHT;
243 CAMHAL_LOGVB("Picture Thumb height set %d", mThumbHeight);
1105 ret = setThumbnailParams(mThumbWidth, mThumbHeight, mThumbQuality);
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h842 unsigned int mThumbWidth, mThumbHeight; member in class:android::OMXCameraAdapter

Completed in 21 milliseconds