Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8974/libqdutils/
Dmdp_version.h80 int mLeft; member
82 Split() : mLeft(0), mRight(0){} in Split()
83 int left() { return mLeft; } in left()
Dmdp_version.cpp122 mSplit.mLeft = atoi(split); in MDPVersion()
123 ALOGI_IF(mSplit.mLeft, "Left Split=%d", mSplit.mLeft); in MDPVersion()
/hardware/ti/omap4xxx/camera/
DCameraHalUtilClasses.cpp139 left = ( mLeft + hRange / 2 ) * hScale; in transfrom()
354 return ((mTop == area->mTop) && (mLeft == area->mLeft) && in compare()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h138 mLeft(left), in CameraArea()
152 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) ); in isValid()
157 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom ) in isZeroArea()
189 ssize_t mLeft; variable