Searched refs:rtpmap (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
D | AudioCodec.java | 49 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()
|
D | AudioGroup.java | 170 codec.rtpmap, codec.fmtp); in add()
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipAudioCall.java | 750 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")) {
|
D | SimpleSessionDescription.java | 352 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 17641 field public final java.lang.String rtpmap;
|
/frameworks/base/core/api/ |
D | current.txt | 29169 field @Deprecated public final String rtpmap;
|