Home
last modified time | relevance | path

Searched refs:AMR (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
DMediaPlayerApiTest.java93 int duration = CodecTest.getDuration(MediaNames.AMR); in testAMRGetDuration()
127 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.AMR); in testAMRGetCurrentPosition()
158 boolean isPaused = CodecTest.pause(MediaNames.AMR); in testAMRPause()
223 boolean isLoop = CodecTest.setLooping(MediaNames.AMR); in testAMRSetLooping()
255 boolean isLoop = CodecTest.seekTo(MediaNames.AMR); in testAMRSeekTo()
288 boolean isEnd = CodecTest.seekToEnd(MediaNames.AMR); in testAMRSeekToEnd()
390 boolean isLooping = CodecTest.isLooping(MediaNames.AMR); in testIsLooping()
396 boolean isLooping = CodecTest.isLoopingAfterReset(MediaNames.AMR); in testIsLoopingAfterReset()
/frameworks/opt/net/voip/src/java/android/net/rtp/
DAudioCodec.java80 public static final AudioCodec AMR = new AudioCodec(97, "AMR/8000", null); field in AudioCodec
82 private static final AudioCodec[] sCodecs = {GSM_EFR, AMR, GSM, PCMU, PCMA};
137 if (hint == AMR && fmtp != null) { in getCodec()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaNames.java38 public static final String AMR = "/sdcard/media_api/music/test_amr_ietf.amr"; field in MediaNames
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17635 field public static final android.net.rtp.AudioCodec AMR;
/frameworks/base/config/
Dhiddenapi-public-dex.txt25747 Landroid/net/rtp/AudioCodec;->AMR:Landroid/net/rtp/AudioCodec;
/frameworks/base/api/
Dcurrent.txt27704 field public static final android.net.rtp.AudioCodec AMR;