Home
last modified time | relevance | path

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

/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingTestUtil.java53 int mNumVideoFrames = 0; field in MediaTranscodingTestUtil.VideoFileInfo
65 str += " FrameCount:" + mNumVideoFrames; in toString()
101 info.mNumVideoFrames = Integer.parseInt(frameCount); in extractVideoFileInfo()
164 (srcInfo.mNumVideoFrames != dstInfo.mNumVideoFrames) || in computeStats()