Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DResourceManagerTestActivityBase.java38 private static final int IFRAME_INTERVAL = 10; // 10 seconds between I-frames field in ResourceManagerTestActivityBase
78 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in getTestFormat()
DEncodeVirtualDisplayTest.java90 private static final int IFRAME_INTERVAL = 60 * 60 * 24 * 100; field in EncodeVirtualDisplayTest
216 encoderFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeVirtualDisplayTest()
DMediaCodecCapabilitiesTest.java53 private static final int IFRAME_INTERVAL = 10; // 10 seconds between I-frames field in MediaCodecCapabilitiesTest
444 format.setInteger(format.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createReasonableVideoFormat()
DMediaCodecTest.java66 private static final int IFRAME_INTERVAL = 10; // 10 seconds between I-frames field in MediaCodecTest
634 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in initCodecAndSurface()
1259 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in runVideoEncoding()
1366 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createMediaFormat()
DEncodeDecodeTest.java60 private static final int IFRAME_INTERVAL = 10; // 10 seconds between I-frames field in EncodeDecodeTest
381 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeDecodeVideoFromBuffer()
442 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeDecodeVideoFromSurfaceToSurface()
DDecodeEditEncodeTest.java59 private static final int IFRAME_INTERVAL = 10; // 10 seconds between I-frames field in DecodeEditEncodeTest
212 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in generateVideoFile()
DEncodeVirtualDisplayWithCompositionTest.java97 private static final int IFRAME_INTERVAL = 10; field in EncodeVirtualDisplayWithCompositionTest
544 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in doEncoding()
1390 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in isConcurrentEncodingDecodingSupported()