HomeSort by relevance Sort by last modified time
    Searched refs:mThumbHeight (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 231 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);
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 842 unsigned int mThumbWidth, mThumbHeight;
    [all...]

Completed in 25 milliseconds