Home
last modified time | relevance | path

Searched refs:rtpmap (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/rtp/
DAudioCodec.java46 public final String rtpmap; field in AudioCodec
84 private AudioCodec(int type, String rtpmap, String fmtp) { in AudioCodec() argument
86 this.rtpmap = rtpmap; in AudioCodec()
107 public static AudioCodec getCodec(int type, String rtpmap, String fmtp) { in getCodec() argument
113 if (rtpmap != null) { in getCodec()
114 String clue = rtpmap.trim().toUpperCase(); in getCodec()
116 if (clue.startsWith(codec.rtpmap)) { in getCodec()
117 String channels = clue.substring(codec.rtpmap.length()); in getCodec()
128 rtpmap = codec.rtpmap; in getCodec()
144 return new AudioCodec(type, rtpmap, fmtp); in getCodec()
DAudioGroup.java152 codec.rtpmap, codec.fmtp); in add()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java742 media.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
771 reply.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
775 String rtpmap = media.getRtpmap(type);
776 if ((type != codec.type) && (rtpmap != null)
777 && rtpmap.startsWith("telephone-event")) {
779 type, rtpmap, media.getFmtp(type));
825 media.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
1047 String rtpmap = media.getRtpmap(type);
1048 if ((type != codec.type) && (rtpmap != null)
1049 && rtpmap.startsWith("telephone-event")) {
DSimpleSessionDescription.java352 public void setRtpPayload(int type, String rtpmap, String fmtp) { in setRtpPayload() argument
356 super.set("a=rtpmap:" + format, ' ', rtpmap); in setRtpPayload()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17641 field public final java.lang.String rtpmap;
/frameworks/base/config/
Dhiddenapi-public-dex.txt25755 Landroid/net/rtp/AudioCodec;->rtpmap:Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt27710 field public final java.lang.String rtpmap;