Home
last modified time | relevance | path

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

/third_party/lame/dshow/
H A DMpegac.cpp317 BOOL gotValidTime = (pSample->GetTime(&rtStart, &rtStop) != VFW_E_SAMPLE_TIME_NOT_SET); in Receive() local
319 if (sample_size <= 0 || pSourceBuffer == NULL || m_hasFinished || (gotValidTime && rtStart < 0)) in Receive()
322 if (gotValidTime) in Receive()

Completed in 3 milliseconds