Home
last modified time | relevance | path

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

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