Home
last modified time | relevance | path

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

12

/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DMediaDrmCodecTest.java73 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createMediaFormat()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DDecodeEditEncodeTest.java201 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in shouldSkip()
382 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in generateVideoFile()
574 outputFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, in editVideoFile()
575 inputFormat.getInteger(MediaFormat.KEY_I_FRAME_INTERVAL)); in editVideoFile()
DEncodeDecodeTest.java176 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in shouldSkip()
344 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeDecodeVideoFromBuffer()
397 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in encodeDecodeVideoFromSurfaceToSurface()
DMediaCodecCapabilitiesTest.java572 format.setInteger(format.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createReasonableVideoFormat()
642 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createVideoFormatForBitrateMode()
DMediaCodecInstancesTest.java76 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createMinFormat()
DMediaCodecTest.java1042 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in initCodecAndSurface()
1837 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in runVideoEncoding()
1944 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createMediaFormat()
2368 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in testPrependHeadersToSyncFrames()
2613 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in testVendorParameters()
DMediaCodecBlockModelTest.java275 mediaFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 1); in runEncodeShortVideo()
DEncodeVirtualDisplayWithCompositionTestImpl.java577 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in doEncoding()
1455 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in getMaxSupportedEncoderSize()
1522 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in isConcurrentEncodingDecodingSupported()
DEncodeVirtualDisplayTest.java207 mFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in testEncodeVirtualDisplay()
DVideoCodecTestBase.java1463 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, syncFrameInterval); in encode()
1651 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, syncFrameInterval); in encodeAsync()
1779 format[i].setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, syncFrameInterval); in encodeSimulcast()
DExtractDecodeEditEncodeMuxTest.java369 MediaFormat.KEY_I_FRAME_INTERVAL, OUTPUT_VIDEO_IFRAME_INTERVAL); in extractDecodeEditEncodeMux()
/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/
DSteadyTimestampCodec.java157 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, I_FRAME_INTERVAL); in createEncoder()
/cts/tests/tests/media/common/src/android/media/cts/
DNdkMediaCodec.java128 int iFrameInterval = format.getInteger(MediaFormat.KEY_I_FRAME_INTERVAL, -1); in configure()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DResourceManagerCodecActivity.java159 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in createVideoFormat()
DResourceManagerTestActivityBase.java112 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in getTestFormat()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTranscoderTestBase.java360 encoderFormat.setFloat(MediaFormat.KEY_I_FRAME_INTERVAL, 1.0f); in setUpEncoderFormat()
466 encoderFormat.setFloat(MediaFormat.KEY_I_FRAME_INTERVAL, 1.0f); in setUpEncoderFormat()
DCodecInitializationLatencyTest.java455 format.setFloat(MediaFormat.KEY_I_FRAME_INTERVAL, 1.0f); in setUpFormat()
DCodecTestBase.java1150 format.setFloat(MediaFormat.KEY_I_FRAME_INTERVAL, 1.0f); in setUpFormat()
/cts/tests/video/src/android/video/cts/
DCodecEncoderPerformanceTestBase.java110 fmt.setFloat(MediaFormat.KEY_I_FRAME_INTERVAL, 1.0f); in setUpEncoderFormat()
DVideoEncoderDecoderTest.java110 private static final int KEY_I_FRAME_INTERVAL = 5; field in VideoEncoderDecoderTest
465 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, KEY_I_FRAME_INTERVAL); in doTest()
/cts/tests/media/common/src/android/mediav2/common/cts/
DEncoderConfigParams.java236 mFormat.setFloat(MediaFormat.KEY_I_FRAME_INTERVAL, mKeyFrameInterval); in getFormat()
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DSurfaceEncodeTimestampTest.java373 codecFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 0); in doTest()
DVideoEncoderTest.java364 outFmt.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 1); in initCodecsAndConfigureEncoder()
1157 fmt.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 10000); in testIntraRefresh()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraGPURecordingTest.java226 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL); in prepareEncoder()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsUtils.java629 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 1); in initializeHLG10Format()

12