Searched refs:IFRAME_INTERVAL (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | ResourceManagerTestActivityBase.java | 38 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()
|
D | EncodeVirtualDisplayTest.java | 90 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()
|
D | MediaCodecCapabilitiesTest.java | 53 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()
|
D | MediaCodecTest.java | 66 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()
|
D | EncodeDecodeTest.java | 60 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()
|
D | DecodeEditEncodeTest.java | 59 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()
|
D | EncodeVirtualDisplayWithCompositionTest.java | 97 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()
|