Home
last modified time | relevance | path

Searched refs:mRight (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
DCameraHalUtilClasses.cpp142 areaWidth = ( mRight + hRange / 2) * hScale; in transfrom()
355 (mBottom == area->mBottom) && (mRight == area->mRight) && in compare()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h138 mRight(right), in CameraArea()
150 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) ); in isValid()
156 && ( 0 == mRight ) && ( 0 == mWeight )); in isZeroArea()
189 ssize_t mRight; variable