Home
last modified time | relevance | path

Searched refs:KEY_I_FRAME_INTERVAL (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DNdkMediaCodec.java111 int iFrameInterval = format.getInteger(MediaFormat.KEY_I_FRAME_INTERVAL, -1); in configure()
DDecodeEditEncodeTest.java212 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in generateVideoFile()
406 outputFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, in editVideoFile()
407 inputFormat.getInteger(MediaFormat.KEY_I_FRAME_INTERVAL)); in editVideoFile()
DResourceManagerTestActivityBase.java78 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in getTestFormat()
DMediaCodecCapabilitiesTest.java441 format.setInteger(format.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createReasonableVideoFormat()
544 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createMinFormat()
DEncodeDecodeTest.java380 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.java551 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()
DMediaCodecTest.java796 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()
DEncodeVirtualDisplayTest.java220 encoderFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeVirtualDisplayTest()
DVpxCodecTestBase.java1312 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, syncFrameInterval); in encode()
1487 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, syncFrameInterval); in encodeAsync()
1613 format[i].setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, syncFrameInterval); in encodeSimulcast()
DExtractDecodeEditEncodeMuxTest.java314 MediaFormat.KEY_I_FRAME_INTERVAL, OUTPUT_VIDEO_IFRAME_INTERVAL); in extractDecodeEditEncodeMux()
DVideoEncoderTest.java273 outFmt.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 1); in initCodecsAndConfigureEncoder()
1056 fmt.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 10000); in testIntraRefresh()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java93 private static final int KEY_I_FRAME_INTERVAL = 5; field in VideoEncoderDecoderTest
650 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, KEY_I_FRAME_INTERVAL); in doTest()