Searched refs:KEY_I_FRAME_INTERVAL (Results 1 – 13 of 13) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | DecodeEditEncodeTest.java | 213 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in generateVideoFile() 407 outputFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, in editVideoFile() 408 inputFormat.getInteger(MediaFormat.KEY_I_FRAME_INTERVAL)); in editVideoFile()
|
D | NdkMediaCodec.java | 111 int iFrameInterval = format.getInteger(MediaFormat.KEY_I_FRAME_INTERVAL, -1); in configure()
|
D | MediaCodecCapabilitiesTest.java | 482 format.setInteger(format.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createReasonableVideoFormat() 549 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createVideoFormatForBitrateMode() 681 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createMinFormat()
|
D | ResourceManagerTestActivityBase.java | 78 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in getTestFormat()
|
D | EncodeDecodeTest.java | 382 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in shouldSkip() 439 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeDecodeVideoFromBuffer() 500 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeDecodeVideoFromSurfaceToSurface()
|
D | SurfaceEncodeTimestampTest.java | 287 codecFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 0); in doTest()
|
D | EncodeVirtualDisplayWithCompositionTest.java | 652 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in doEncoding() 1523 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in getMaxSupportedEncoderSize() 1580 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in isConcurrentEncodingDecodingSupported()
|
D | MediaCodecTest.java | 812 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in initCodecAndSurface() 1576 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in runVideoEncoding() 1683 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createMediaFormat() 2483 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in testPrependHeadersToSyncFrames()
|
D | EncodeVirtualDisplayTest.java | 220 encoderFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeVirtualDisplayTest()
|
D | VpxCodecTestBase.java | 1335 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, syncFrameInterval); in encode() 1510 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, syncFrameInterval); in encodeAsync() 1636 format[i].setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, syncFrameInterval); in encodeSimulcast()
|
D | ExtractDecodeEditEncodeMuxTest.java | 316 MediaFormat.KEY_I_FRAME_INTERVAL, OUTPUT_VIDEO_IFRAME_INTERVAL); in extractDecodeEditEncodeMux()
|
D | VideoEncoderTest.java | 278 outFmt.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 1); in initCodecsAndConfigureEncoder() 1061 fmt.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 10000); in testIntraRefresh()
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 95 private static final int KEY_I_FRAME_INTERVAL = 5; field in VideoEncoderDecoderTest 772 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, KEY_I_FRAME_INTERVAL); in doTest()
|