Searched refs:mBottom (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DCameraHalUtilClasses.cpp138 areaHeight = ( mBottom + vRange / 2 ) * vScale;
353 (mBottom == area->mBottom) && (mRight == area->mRight) &&
/hardware/ti/omap4xxx/camera/
H A DCameraHalUtilClasses.cpp140 areaHeight = ( mBottom + vRange / 2 ) * vScale;
355 (mBottom == area->mBottom) && (mRight == area->mRight) &&
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h195 mBottom(bottom),
208 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) );
213 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom )
246 ssize_t mBottom; member in class:Ti::Camera::CameraArea
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h139 mBottom(bottom),
152 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) );
157 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom )
190 ssize_t mBottom; member in class:android::CameraArea

Completed in 149 milliseconds