Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java804 int decimation = 1; in analyzeVideo() local
809 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() argument
994 mDecimation = decimation; in VideoDecoderForOpenCV()