Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecodeEditEncodeTest.java645 int badFrames = checkVideoData(inputData, decoder, surface); in checkVideoFile() local
646 if (badFrames != 0) { in checkVideoFile()
647 fail("Found " + badFrames + " bad frames"); in checkVideoFile()
674 int badFrames = 0; in checkVideoData() local
749 badFrames++; in checkVideoData()
757 return badFrames; in checkVideoData()
DEncodeDecodeTest.java636 int badFrames = 0; in doEncodeDecodeVideoFromBuffer() local
849 badFrames++; in doEncodeDecodeVideoFromBuffer()
884 badFrames++; in doEncodeDecodeVideoFromBuffer()
910 if (badFrames != 0) { in doEncodeDecodeVideoFromBuffer()
911 fail("Found " + badFrames + " bad frames"); in doEncodeDecodeVideoFromBuffer()
927 int badFrames = 0; in doEncodeDecodeVideoFromSurfaceToSurface() local
1014 badFrames++; in doEncodeDecodeVideoFromSurfaceToSurface()
1104 if (badFrames != 0) { in doEncodeDecodeVideoFromSurfaceToSurface()
1105 fail("Found " + badFrames + " bad frames"); in doEncodeDecodeVideoFromSurfaceToSurface()