Searched refs:fmtp (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
D | AudioCodec.java | 51 public final String fmtp; field in AudioCodec 84 private AudioCodec(int type, String rtpmap, String fmtp) { in AudioCodec() argument 87 this.fmtp = fmtp; in AudioCodec() 107 public static AudioCodec getCodec(int type, String rtpmap, String fmtp) { in getCodec() argument 137 if (hint == AMR && fmtp != null) { in getCodec() 138 String clue = fmtp.toLowerCase(); 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/jni/rtp/ |
D | AmrCodec.cpp | 53 int set(int sampleRate, const char *fmtp); 67 int AmrCodec::set(int sampleRate, const char *fmtp) in set() argument 70 if (strcasestr(fmtp, "crc=1") || strcasestr(fmtp, "robust-sorting=1") || in set() 71 strcasestr(fmtp, "interleaving=")) { in set() 76 const char *modes = strcasestr(fmtp, "mode-set="); in set() 93 mOctetAligned = (strcasestr(fmtp, "octet-align=1") != NULL); in set() 211 int set(int sampleRate, const char *fmtp) { in set() argument
|
D | G711Codec.cpp | 37 int set(int sampleRate, const char *fmtp) { in set() argument 88 int set(int sampleRate, const char *fmtp) { in set() argument
|
D | AudioCodec.h | 29 virtual int set(int sampleRate, const char *fmtp) = 0;
|
D | GsmCodec.cpp | 42 int set(int sampleRate, const char *fmtp) { in set() argument
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SimpleSessionDescription.java | 299 public void setFormat(String format, String fmtp) { in setFormat() argument 303 super.set("a=fmtp:" + format, ' ', fmtp); in setFormat() 352 public void setRtpPayload(int type, String rtpmap, String fmtp) { in setRtpPayload() argument 357 super.set("a=fmtp:" + format, ' ', fmtp); in setRtpPayload()
|
D | SipAudioCall.java | 742 media.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp); 771 reply.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp); 825 media.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
|
/frameworks/base/api/ |
D | current.txt | 18846 field public final java.lang.String fmtp;
|
D | system-current.txt | 20423 field public final java.lang.String fmtp;
|