Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:tempAreas

270     android::Vector<android::sp<CameraArea> > tempAreas;
306 ret = CameraArea::parseAreas(str, ( strlen(str) + 1 ), tempAreas);
314 if ( CameraArea::areAreasDifferent(mTouchAreas, tempAreas) ) {
316 mTouchAreas = tempAreas;