Searched refs:lowLatency (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/common/src/android/media/cts/ |
D | NdkMediaCodec.java | 75 int lowLatency, in AMediaCodecConfigure() argument 129 int lowLatency = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.R) ? in configure() local 168 lowLatency, in configure()
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioTrackLatencyTest.java | 320 private AudioTrack createCustomAudioTrack(boolean lowLatency) { in createCustomAudioTrack() argument 331 if (lowLatency) { in createCustomAudioTrack() 353 private int checkOutputLowLatency(boolean lowLatency) throws Exception { in checkOutputLowLatency() argument 366 AudioTrack track = createCustomAudioTrack(lowLatency); in checkOutputLowLatency() 391 + lowLatency, result); in checkOutputLowLatency()
|
/cts/tests/tests/media/common/jni/ |
D | NdkMediaCodec-jni.cpp | 92 jint lowLatency, in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure() argument 127 jint values[] = {width, height, colorFormat, bitRate, frameRate, iFrameInterval, lowLatency, in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure()
|