Searched refs:decimation (Results 1 – 1 of 1) sorted by relevance
804 int decimation = 1; in analyzeVideo() local809 decimation = (int)(meta.fps / DECIMATION_FPS_TARGET); in analyzeVideo()810 meta.fps /=decimation; in analyzeVideo()814 new File(mPath, "video.mp4"), decimation); in analyzeVideo()992 VideoDecoderForOpenCV(File file, int decimation) { in VideoDecoderForOpenCV() argument994 mDecimation = decimation; in VideoDecoderForOpenCV()