Home
last modified time | relevance | path

Searched refs:mThumbHeight (Results 1 – 4 of 4) 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/omap4-aah/camera/OMXCameraAdapter/
DOMXCapture.cpp316 if (varint != mThumbHeight) { in setParametersCapture()
318 mThumbHeight = varint; in setParametersCapture()
321 if (mThumbHeight != DEFAULT_THUMB_HEIGHT) { in setParametersCapture()
323 mThumbHeight = DEFAULT_THUMB_HEIGHT; in setParametersCapture()
327 CAMHAL_LOGVB("Picture Thumb height set %d", mThumbHeight); in setParametersCapture()
1766 ret = setThumbnailParams(mThumbWidth, mThumbHeight, mThumbQuality); in UseBuffersCapture()
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h842 unsigned int mThumbWidth, mThumbHeight; variable
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h1060 unsigned int mThumbWidth, mThumbHeight; variable