HomeSort by relevance Sort by last modified time
    Searched defs:FrameCount (Results 1 - 4 of 4) 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_ffmpeg.cpp 260 enum { FrameCount = 300 };
288 for (unsigned int i = 0; i < FrameCount; ++i)
352 unsigned int frameCount = static_cast<unsigned int>(capture->get(CAP_PROP_FRAME_COUNT));
353 CV_Assert(frameCount == WriteVideo_Invoker::FrameCount);
356 for (unsigned int i = 0; i < frameCount && next; ++i)
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.h 63 uint32_t FrameCount;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 441 DWORD FrameCount;
    [all...]

Completed in 530 milliseconds