Searched defs:mBottom (Results 1 - 2 of 2) sorted by relevance

/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 321 milliseconds