Home
last modified time | relevance | path

Searched defs:fmtp (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/rtp/
DAudioCodec.java51 public final String fmtp; field in AudioCodec
84 private AudioCodec(int type, String rtpmap, String fmtp) { in AudioCodec()
107 public static AudioCodec getCodec(int type, String rtpmap, String fmtp) { in getCodec()
/frameworks/opt/net/voip/src/jni/rtp/
DG711Codec.cpp37 int set(int sampleRate, const char *fmtp) { in set()
88 int set(int sampleRate, const char *fmtp) { in set()
DAmrCodec.cpp67 int AmrCodec::set(int sampleRate, const char *fmtp) in set()
211 int set(int sampleRate, const char *fmtp) { in set()
DGsmCodec.cpp42 int set(int sampleRate, const char *fmtp) { in set()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java299 public void setFormat(String format, String fmtp) { in setFormat()
352 public void setRtpPayload(int type, String rtpmap, String fmtp) { in setRtpPayload()