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.java49 public final String rtpmap; field in AudioCodec
87 private AudioCodec(int type, String rtpmap, String fmtp) { in AudioCodec() argument
89 this.rtpmap = rtpmap; in AudioCodec()
110 public static AudioCodec getCodec(int type, String rtpmap, String fmtp) { in getCodec() argument
116 if (rtpmap != null) { in getCodec()
117 String clue = rtpmap.trim().toUpperCase(); in getCodec()
119 if (clue.startsWith(codec.rtpmap)) { in getCodec()
120 String channels = clue.substring(codec.rtpmap.length()); in getCodec()
131 rtpmap = codec.rtpmap; in getCodec()
147 return new AudioCodec(type, rtpmap, fmtp); in getCodec()
DAudioGroup.java170 codec.rtpmap, codec.fmtp); in add()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java750 media.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
779 reply.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
783 String rtpmap = media.getRtpmap(type);
784 if ((type != codec.type) && (rtpmap != null)
785 && rtpmap.startsWith("telephone-event")) {
787 type, rtpmap, media.getFmtp(type));
833 media.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
1057 String rtpmap = media.getRtpmap(type);
1058 if ((type != codec.type) && (rtpmap != null)
1059 && 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/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17641 field public final java.lang.String rtpmap;
/frameworks/base/core/api/
Dcurrent.txt29169 field @Deprecated public final String rtpmap;