Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DCameraHalUtilClasses.cpp140 areaHeight = ( mBottom + vRange / 2 ) * vScale; in transfrom()
355 (mBottom == area->mBottom) && (mRight == area->mRight) && in compare()
/hardware/ti/omap4-aah/camera/
DCameraHalUtilClasses.cpp138 areaHeight = ( mBottom + vRange / 2 ) * vScale; in transfrom()
353 (mBottom == area->mBottom) && (mRight == area->mRight) && in compare()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h139 mBottom(bottom), in CameraArea()
152 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) ); in isValid()
157 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom ) in isZeroArea()
190 ssize_t mBottom; variable
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h195 mBottom(bottom), in CameraArea()
208 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) ); in isValid()
213 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom ) in isZeroArea()
246 ssize_t mBottom; variable