Searched refs:OUT_SIZE_IN_MS (Results 1 – 6 of 6) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderBlockModelMultiAccessUnitTest.java | 75 private static final int[][] OUT_SIZE_IN_MS = { field in CodecDecoderBlockModelMultiAccessUnitTest 144 for (int[] outSizeInMs : OUT_SIZE_IN_MS) { in testSimpleDecode() 220 configureKeysForLargeAudioBlockModelFrameMode(format, maxSampleSize, OUT_SIZE_IN_MS[0][0], in testFlush() 221 OUT_SIZE_IN_MS[0][1]); in testFlush() 222 mMaxInputLimitMs = OUT_SIZE_IN_MS[0][0]; in testFlush() 325 configureKeysForLargeAudioBlockModelFrameMode(format, maxSampleSize, OUT_SIZE_IN_MS[0][0], in testReconfigure() 326 OUT_SIZE_IN_MS[0][1]); in testReconfigure() 327 mMaxInputLimitMs = OUT_SIZE_IN_MS[0][0]; in testReconfigure() 376 OUT_SIZE_IN_MS[0][0], OUT_SIZE_IN_MS[0][1]); in testReconfigure()
|
D | CodecDecoderMultiAccessUnitTest.java | 74 private static final int[][] OUT_SIZE_IN_MS = { field in CodecDecoderMultiAccessUnitTest 214 for (int[] outSizeInMs : OUT_SIZE_IN_MS) { in testSimpleDecode() 299 configureKeysForLargeAudioFrameMode(format, maxSampleSize, OUT_SIZE_IN_MS[0][0], in testFlush() 300 OUT_SIZE_IN_MS[0][1]); in testFlush() 301 mMaxInputLimitMs = OUT_SIZE_IN_MS[0][0]; in testFlush() 415 configureKeysForLargeAudioFrameMode(format, maxSampleSize, OUT_SIZE_IN_MS[0][0], in testReconfigure() 416 OUT_SIZE_IN_MS[0][1]); in testReconfigure() 418 configureKeysForLargeAudioFrameMode(newFormat, maxSampleSize, OUT_SIZE_IN_MS[0][0], in testReconfigure() 419 OUT_SIZE_IN_MS[0][1]); in testReconfigure() 420 mMaxInputLimitMs = OUT_SIZE_IN_MS[0][0]; in testReconfigure()
|
D | CodecEncoderMultiAccessUnitTest.java | 81 private static final int[][] OUT_SIZE_IN_MS = { field in CodecEncoderMultiAccessUnitTest 310 for (int[] outSizeInMs : OUT_SIZE_IN_MS) { in testSimpleEncode()
|
D | CodecEncoderBlockModelMultiAccessUnitTest.java | 84 private static final int[][] OUT_SIZE_IN_MS = { field in CodecEncoderBlockModelMultiAccessUnitTest 329 for (int[] outSizeInMs : OUT_SIZE_IN_MS) { in testSimpleEncode()
|
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/ |
D | CodecDecoderMultiAccessUnitDrmTest.java | 91 private static final int[][] OUT_SIZE_IN_MS = { field in CodecDecoderMultiAccessUnitDrmTest 149 for (int[] outSizeInMs : OUT_SIZE_IN_MS) { in testSimpleDecode()
|
D | CodecDecoderBlockModelMultiAccessUnitDrmTest.java | 93 private static final int[][] OUT_SIZE_IN_MS = { field in CodecDecoderBlockModelMultiAccessUnitDrmTest 153 for (int[] outSizeInMs : OUT_SIZE_IN_MS) { in testSimpleDecode()
|