Searched refs:rtpmap (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
D | AudioCodec.java | 46 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()
|
D | AudioGroup.java | 152 codec.rtpmap, codec.fmtp); in add()
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipAudioCall.java | 742 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")) {
|
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/opt/setupwizard/tools/docs/ |
D | android-22.txt | 17641 field public final java.lang.String rtpmap;
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 25755 Landroid/net/rtp/AudioCodec;->rtpmap:Ljava/lang/String;
|
/frameworks/base/api/ |
D | current.txt | 27710 field public final java.lang.String rtpmap;
|