HomeSort by relevance Sort by last modified time
    Searched defs:rtpmap (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/net/src/android/net/rtp/cts/
AudioCodecTest.java 23 private void assertEquals(AudioCodec codec, int type, String rtpmap, String fmtp) {
29 assertEquals(codec.rtpmap.compareToIgnoreCase(rtpmap), 0);
  /frameworks/base/voip/java/android/net/rtp/
AudioCodec.java 46 public final String rtpmap; field in class:AudioCodec
84 private AudioCodec(int type, String rtpmap, String fmtp) {
86 this.rtpmap = rtpmap;
101 * @param rtpmap The encoding parameters specified in the corresponding SDP
107 public static AudioCodec getCodec(int type, String rtpmap, String fmtp) {
113 if (rtpmap != null) {
114 String clue = rtpmap.trim().toUpperCase();
116 if (clue.startsWith(codec.rtpmap)) {
117 String channels = clue.substring(codec.rtpmap.length())
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 232 milliseconds