Home
last modified time | relevance | path

Searched refs:rtDuration (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp4095 UINT64 rtDuration; member in CvVideoWriter_MSMF
4099 … HRESULT WriteFrame(DWORD *videoFrameBuffer, const LONGLONG& rtStart, const LONGLONG& rtDuration);
4186 MFFrameRateToAverageTimePerFrame((UINT32)fps, 1, &rtDuration); in open()
4228 HRESULT hr = WriteFrame(target, rtStart, rtDuration); in writeFrame()
4234 rtStart += rtDuration; in writeFrame()