/frameworks/opt/net/voip/src/java/android/net/rtp/ |
D | AudioCodec.java | 54 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()
|
D | AudioGroup.java | 170 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()
|
D | AudioCodec.h | 29 virtual int set(int sampleRate, const char *fmtp) = 0;
|
/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 | 750 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/ |
D | ASessionDescription.cpp | 380 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/ |
D | ASessionDescription.h | 69 unsigned payloadType, unsigned as, const char *codec, const char *fmtp = NULL,
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 17640 field public final java.lang.String fmtp;
|
/frameworks/base/core/api/ |
D | current.txt | 29168 field @Deprecated public final String fmtp;
|