Searched refs:_pts (Results 1 – 3 of 3) sorted by relevance
19 OSPatternSpecificData _pts; field27 [NSNumber numberWithLong:(_pts.dayOfMonth >= 31 ? -1 : _pts.dayOfMonth)];
124 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) in FrameInfo()125 : pts(_pts), w(_w), h(_h) {} in FrameInfo()
2332 CvPoint2D32f _pts[4]; in cvStereoRectify() local2334 CvMat pts = cvMat(1, 4, CV_32FC2, _pts); in cvStereoRectify()2345 _pts[i].x = (float)(((i % 2) + 0.5)*nx*0.5); in cvStereoRectify()2346 _pts[i].y = (float)(((i / 2) + 0.5)*ny*0.5); in cvStereoRectify()