Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/voip/src/java/android/net/rtp/
H A 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()
H A DAudioGroup.java170 codec.rtpmap, codec.fmtp); in add()
/aosp12/frameworks/opt/net/voip/src/jni/rtp/
H A 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()
H A DAudioCodec.h29 virtual int set(int sampleRate, const char *fmtp) = 0;
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/rtp/cts/
H A DAudioCodecTest.java23 private void assertEquals(AudioCodec codec, int type, String rtpmap, String fmtp) { in assertEquals() argument
30 assertEquals(codec.fmtp, fmtp); in assertEquals()
/aosp12/frameworks/opt/net/voip/src/java/android/net/sip/
H A 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()
H A 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);
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A 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()
H A DASessionDescription.h69 unsigned payloadType, unsigned as, const char *codec, const char *fmtp = NULL,
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt26961 field @Deprecated public final String fmtp;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt17640 field public final java.lang.String fmtp;