Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DImageReaderDecoderTest.java85 private static final int NUM_FRAME_DECODED = 100; field in ImageReaderDecoderTest
513 while (!sawOutputEOS && outputFrameCount < NUM_FRAME_DECODED) { in decodeFramesToImage()