Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecodeEditEncodeTest.java213 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()
DNdkMediaCodec.java111 int iFrameInterval = format.getInteger(MediaFormat.KEY_I_FRAME_INTERVAL, -1); in configure()
DMediaCodecCapabilitiesTest.java482 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()
DResourceManagerTestActivityBase.java78 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in getTestFormat()
DEncodeDecodeTest.java382 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()
DSurfaceEncodeTimestampTest.java287 codecFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 0); in doTest()
DEncodeVirtualDisplayWithCompositionTest.java652 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()
DMediaCodecTest.java812 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()
DEncodeVirtualDisplayTest.java220 encoderFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeVirtualDisplayTest()
DVpxCodecTestBase.java1335 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()
DExtractDecodeEditEncodeMuxTest.java316 MediaFormat.KEY_I_FRAME_INTERVAL, OUTPUT_VIDEO_IFRAME_INTERVAL); in extractDecodeEditEncodeMux()
DVideoEncoderTest.java278 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/
DVideoEncoderDecoderTest.java95 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()