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()
DMediaCodecCapabilitiesTest.java56 private static final int IFRAME_INTERVAL = 10; // 10 seconds between I-frames field in MediaCodecCapabilitiesTest
441 format.setInteger(format.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createReasonableVideoFormat()
544 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createMinFormat()
DEncodeVirtualDisplayTest.java94 private static final int IFRAME_INTERVAL = 60 * 60 * 24 * 100; field in EncodeVirtualDisplayTest
220 encoderFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeVirtualDisplayTest()
DEncodeDecodeTest.java64 private static final int IFRAME_INTERVAL = 10; // 10 seconds between I-frames field in EncodeDecodeTest
380 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in shouldSkip()
437 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeDecodeVideoFromBuffer()
498 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeDecodeVideoFromSurfaceToSurface()
DEncodeVirtualDisplayWithCompositionTest.java101 private static final int IFRAME_INTERVAL = 10; field in EncodeVirtualDisplayWithCompositionTest
551 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in doEncoding()
1365 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in getMaxSupportedEncoderSize()
1422 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in isConcurrentEncodingDecodingSupported()
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()
DMediaCodecTest.java77 private static final int IFRAME_INTERVAL = 10; // 10 seconds between I-frames field in MediaCodecTest
796 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in initCodecAndSurface()
1557 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in runVideoEncoding()
1664 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createMediaFormat()