Searched refs:mThumbHeight (Results 1 – 2 of 2) sorted by relevance
231 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()
842 unsigned int mThumbWidth, mThumbHeight; variable