HomeSort by relevance Sort by last modified time
    Searched refs:KEY_I_FRAME_INTERVAL (Results 1 - 22 of 22) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
ResourceManagerTestActivityBase.java 78 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL);
MediaCodecCapabilitiesTest.java 444 format.setInteger(format.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL);
545 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 10);
DecodeEditEncodeTest.java 212 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL);
406 outputFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL,
407 inputFormat.getInteger(MediaFormat.KEY_I_FRAME_INTERVAL));
    [all...]
EncodeDecodeTest.java 355 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL);
412 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL);
473 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL);
    [all...]
MediaCodecTest.java 661 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL);
    [all...]
Vp8CodecTestBase.java     [all...]
EncodeVirtualDisplayTest.java 216 encoderFormat.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL);
EncodeVirtualDisplayWithCompositionTest.java 544 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL);
    [all...]
VideoEncoderTest.java 271 outFmt.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, 1);
    [all...]
ExtractDecodeEditEncodeMuxTest.java 314 MediaFormat.KEY_I_FRAME_INTERVAL, OUTPUT_VIDEO_IFRAME_INTERVAL);
    [all...]
  /frameworks/base/media/java/android/media/
MediaFormat.java 52 * <tr><td>{@link #KEY_I_FRAME_INTERVAL}</td><td>Integer (or Float)</td><td><b>encoder-only</b>,
282 public static final String KEY_I_FRAME_INTERVAL = "i-frame-interval";
    [all...]
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
DisplaySourceService.java 194 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, I_FRAME_INTERVAL);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoEncoder.java 317 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, keyFrameIntervalSec);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 416 format.setInteger(MediaFormat.KEY_I_FRAME_INTERVAL, IFRAME_INTERVAL);
  /cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java 93 private static final int KEY_I_FRAME_INTERVAL = 5;
    [all...]