Home
last modified time | relevance | path

Searched refs:fmtp (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/rtp/
DAudioCodec.java54 public final String fmtp; field in AudioCodec
87 private AudioCodec(int type, String rtpmap, String fmtp) { in AudioCodec() argument
90 this.fmtp = fmtp; in AudioCodec()
110 public static AudioCodec getCodec(int type, String rtpmap, String fmtp) { in getCodec() argument
140 if (hint == AMR && fmtp != null) { in getCodec()
141 String clue = fmtp.toLowerCase(); in getCodec()
147 return new AudioCodec(type, rtpmap, fmtp); in getCodec()
DAudioGroup.java170 codec.rtpmap, codec.fmtp); in add()
/frameworks/opt/net/voip/src/jni/rtp/
DAmrCodec.cpp53 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()
DAudioCodec.h29 virtual int set(int sampleRate, const char *fmtp) = 0;
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java299 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()
DSipAudioCall.java750 media.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
779 reply.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
833 media.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
/frameworks/av/media/libstagefright/rtsp/
DASessionDescription.cpp380 unsigned as, const char *codec, const char *fmtp, in SDPStringFactory() argument
417 if (fmtp != NULL) { in SDPStringFactory()
421 sdp.append(fmtp); in SDPStringFactory()
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DASessionDescription.h69 unsigned payloadType, unsigned as, const char *codec, const char *fmtp = NULL,
/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.txt17640 field public final java.lang.String fmtp;
/frameworks/base/core/api/
Dcurrent.txt29168 field @Deprecated public final String fmtp;