Home
last modified time | relevance | path

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

/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaPlayerStressTest.java73 output.write(" Bad Interleaving: " + CodecTest.mMediaInfoBadInterleavingCount); in writeTestOutput()
100 mTotalBadInterleaving += CodecTest.mMediaInfoBadInterleavingCount; in updateTestResult()
DCodecTest.java57 public static int mMediaInfoBadInterleavingCount = 0; field in CodecTest
755 mMediaInfoBadInterleavingCount++;
776 mMediaInfoBadInterleavingCount = 0; in playMediaSample()