Searched refs:_pts (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
H A Dresize_test.cc124 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) argument
125 : pts(_pts), w(_w), h(_h) {}
/external/opencv/cv/src/
H A Dcvcalibration.cpp2332 CvPoint2D32f _pts[4];
2334 CvMat pts = cvMat(1, 4, CV_32FC2, _pts);
2345 _pts[i].x = (float)(((i % 2) + 0.5)*nx*0.5);
2346 _pts[i].y = (float)(((i / 2) + 0.5)*ny*0.5);

Completed in 3272 milliseconds