HomeSort by relevance Sort by last modified time
    Searched refs:framecount (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/videoio/test/
test_framecount.cpp 84 IplImage* frame; int FrameCount = 0;
91 FrameCount++;
94 int framecount = (int)cvGetCaptureProperty(cap, CAP_PROP_FRAME_COUNT); local
100 i+1, ext[i].c_str(), time_sec*fps, FrameCount, framecount);
102 if( (FrameCount != cvRound(time_sec*fps) ||
103 FrameCount != framecount) && ext[i] != "mpg" )
113 TEST(Videoio_Video, framecount) {CV_FramecountTest test; test.safe_run();}
test_video_pos.cpp 71 bool CreateTestVideo(const cvtest::VideoFormat& fmt, int framecount, string filename)
77 for (int i = 0; i < framecount; ++i)
  /hardware/ti/omap4-aah/hwc/
hwc.c 242 static int framecount = 0; local
253 framecount++;
254 if (!(framecount & 0x7)) {
257 fps = ((framecount - lastframecount) * (float)(s2ns(1))) / diff;
259 lastframecount = framecount;
260 ALOGI("%d Frames, %f FPS", framecount, fps);
    [all...]

Completed in 78 milliseconds