HomeSort by relevance Sort by last modified time
    Searched refs:fmtp (Results 1 - 11 of 11) sorted by null

  /frameworks/base/voip/java/android/net/rtp/
AudioCodec.java 51 public final String fmtp; field in class:AudioCodec
84 private AudioCodec(int type, String rtpmap, String fmtp) {
87 this.fmtp = fmtp;
103 * @param fmtp The format parameters specified in the corresponding SDP
107 public static AudioCodec getCodec(int type, String rtpmap, String fmtp) {
137 if (hint == AMR && fmtp != null) {
138 String clue = fmtp.toLowerCase();
144 return new AudioCodec(type, rtpmap, fmtp);
AudioGroup.java 150 codec.rtpmap, codec.fmtp);
  /frameworks/base/voip/jni/rtp/
AudioCodec.h 29 virtual int set(int sampleRate, const char *fmtp) = 0;
AmrCodec.cpp 53 int set(int sampleRate, const char *fmtp);
67 int AmrCodec::set(int sampleRate, const char *fmtp)
70 if (strcasestr(fmtp, "crc=1") || strcasestr(fmtp, "robust-sorting=1") ||
71 strcasestr(fmtp, "interleaving=")) {
76 const char *modes = strcasestr(fmtp, "mode-set=");
93 mOctetAligned = (strcasestr(fmtp, "octet-align=1") != NULL);
211 int set(int sampleRate, const char *fmtp) {
GsmCodec.cpp 42 int set(int sampleRate, const char *fmtp) {
G711Codec.cpp 37 int set(int sampleRate, const char *fmtp) {
88 int set(int sampleRate, const char *fmtp) {
  /frameworks/base/voip/java/android/net/sip/
SimpleSessionDescription.java 51 * a=fmtp:127 0-15
287 * Returns the {@code fmtp} attribute of the given format or
291 return super.get("a=fmtp:" + format, ' ');
295 * Sets a format and its {@code fmtp} attribute. If the attribute is
298 public void setFormat(String format, String fmtp) {
302 super.set("a=fmtp:" + format, ' ', fmtp);
306 * Removes a format and its {@code fmtp} attribute.
311 super.set("a=fmtp:" + format, ' ', null);
338 * Returns the {@code fmtp} attribute of the given RTP payload type o
    [all...]
SipAudioCall.java 733 media.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
761 reply.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
811 media.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
    [all...]
  /external/qemu/audio/
audio.c 498 audfmt_e *fmtp = opt->valp; local
502 audio_audfmt_to_string (*fmtp)
585 audfmt_e *fmtp = opt->valp; local
586 *fmtp = audio_get_conf_fmt (optname, *fmtp, &def);
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 380 milliseconds