Home
last modified time | relevance | path

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

/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp378 int64 videoFrameCount = 0; in _ConvertFile() local
552 videoFrameCount = inVidTrack->CountFrames(); in _ConvertFile()
555 end = videoFrameCount; in _ConvertFile()
561 if (end > videoFrameCount) in _ConvertFile()
562 end = videoFrameCount; in _ConvertFile()