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

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

Completed in 33 milliseconds