OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtpmap
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/net/src/android/net/rtp/cts/
AudioCodecTest.java
23
private void assertEquals(AudioCodec codec, int type, String
rtpmap
, String fmtp) {
29
assertEquals(codec.
rtpmap
.compareToIgnoreCase(
rtpmap
), 0);
/frameworks/opt/net/voip/src/java/android/net/rtp/
AudioCodec.java
46
public final String
rtpmap
;
field in class:AudioCodec
84
private AudioCodec(int type, String
rtpmap
, String fmtp) {
86
this.
rtpmap
=
rtpmap
;
101
* @param
rtpmap
The encoding parameters specified in the corresponding SDP
107
public static AudioCodec getCodec(int type, String
rtpmap
, String fmtp) {
113
if (
rtpmap
!= null) {
114
String clue =
rtpmap
.trim().toUpperCase();
116
if (clue.startsWith(codec.
rtpmap
)) {
117
String channels = clue.substring(codec.
rtpmap
.length())
[
all
...]
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 58 milliseconds