Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
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()
DMediaCodecCapabilitiesTest.java444 format.setInteger(format.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createReasonableVideoFormat()
545 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 10); in createMinFormat()
DResourceManagerTestActivityBase.java78 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in getTestFormat()
DMediaCodecTest.java634 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()
DEncodeVirtualDisplayTest.java216 encoderFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeVirtualDisplayTest()
DEncodeDecodeTest.java381 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeDecodeVideoFromBuffer()
442 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeDecodeVideoFromSurfaceToSurface()
DVp8CodecTestBase.java1296 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, syncFrameInterval); in encode()
1469 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, syncFrameInterval); in encodeAsync()
1592 format[i].setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, syncFrameInterval); in encodeSimulcast()
DEncodeVirtualDisplayWithCompositionTest.java544 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in doEncoding()
1390 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in isConcurrentEncodingDecodingSupported()
DExtractDecodeEditEncodeMuxTest.java289 MediaFormat.KEY_I_FRAME_INTERVAL, OUTPUT_VIDEO_IFRAME_INTERVAL); in extractDecodeEditEncodeMux()
DVideoEncoderTest.java255 outFmt.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 1); in initCodecsAndConfigureEncoder()
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java78 private static final int KEY_I_FRAME_INTERVAL = 5; field in VideoEncoderDecoderTest
476 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, KEY_I_FRAME_INTERVAL); in doTestByName()