/cts/tests/tests/net/src/android/net/rtp/cts/ |
AudioCodecTest.java | 16 package android.net.rtp.cts; 18 import android.net.rtp.AudioCodec;
|
AudioStreamTest.java | 16 package android.net.rtp.cts; 18 import android.net.rtp.AudioCodec; 19 import android.net.rtp.AudioStream;
|
AudioGroupTest.java | 16 package android.net.rtp.cts; 20 import android.net.rtp.AudioCodec; 21 import android.net.rtp.AudioGroup; 22 import android.net.rtp.AudioStream; 23 import android.net.rtp.RtpStream;
|
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
AudioCodec.java | 17 package android.net.rtp; 39 * The RTP payload type of the encoding. 100 * @param type The payload type of the encoding defined in RTP/AVP.
|
AudioStream.java | 17 package android.net.rtp; 24 * Real-time Transport Protocol (RTP). Two different classes are developed in 130 * Returns the RTP payload type for dual-tone multi-frequency (DTMF) digits, 140 * Sets the RTP payload type for dual-tone multi-frequency (DTMF) digits. 143 * RTP payload type for DTMF is assigned dynamically, so it must be in the 148 * @param type The RTP payload type to be used or {@code -1} to disable it.
|
AudioGroup.java | 17 package android.net.rtp;
|
RtpStream.java | 17 package android.net.rtp; 26 * packets with media payloads over Real-time Transport Protocol (RTP).
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvie.h | 95 webrtc::ViERender* render, webrtc::ViERTP_RTCP* rtp, 104 rtp_(rtp), 116 webrtc::ViERTP_RTCP* rtp() { return rtp_.get(); } function in class:cricket::ViEWrapper
|
webrtcvoe.h | 112 webrtc::VoERTP_RTCP* rtp, 125 rtp_(rtp), 140 webrtc::VoERTP_RTCP* rtp() const { return rtp_.get(); } function in class:cricket::VoEWrapper
|
webrtcvoiceengine.cc | 112 "urn:ietf:params:rtp-hdrext:ssrc-audio-level"; 123 // draft-spittka-payload-rtp-opus-03 343 // Load our RTP Header extensions. 2181 webrtc::VoERTP_RTCP* rtp = engine()->voe()->rtp(); local [all...] |
webrtcvideoengine.cc | 145 // Extension header for RTP timestamp offset, see RFC 5450 for details: 148 "urn:ietf:params:rtp-hdrext:toffset"; 152 // http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time 154 "http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time"; 233 // Convert 90K rtp timestamp to ns timestamp. 239 // Send the rtp timestamp to renderer as the VideoFrame timestamp. 750 // Load our RTP Header extensions. 2888 webrtc::ViERTP_RTCP* rtp = engine()->vie()->rtp(); local [all...] |
/external/srtp/include/ |
srtp.h | 56 * @defgroup SRTP Secure RTP 58 * @brief libSRTP provides functions for protecting RTP and RTCP. See 84 * the maximum number of octets that will be added to an RTP packet by 216 crypto_policy_t rtp; /**< SRTP crypto policy. */ member in struct:srtp_policy_t 227 * transmissions must have the same RTP 243 * An SRTP session consists of all of the traffic sent to the RTP and 244 * RTCP destination transport addresses, using the RTP/SAVP (Secure 279 * @brief srtp_protect() is the Secure RTP sender-side packet processing 283 * protection to the RTP packet rtp_hdr (which has length *len_ptr) using 289 * The sequence numbers of the RTP packets presented to this functio [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidPackageRenameParticipant.java | 228 RenameTypeProcessor rtp = local 230 if (rtp != null) { 231 String pattern = rtp.getFilePatterns(); 232 boolean updQualf = rtp.getUpdateQualifiedNames();
|
AndroidTypeRenameParticipant.java | 206 RenameTypeProcessor rtp = local 208 if (rtp != null) { 209 String pattern = rtp.getFilePatterns(); 210 boolean updQualf = rtp.getUpdateQualifiedNames();
|
/external/dhcpcd/ |
configure.c | 642 struct rt *rtp, *rtl, *rtn; local 645 for (rtp = rt, rtl = NULL; rtp; rtl = rtp, rtp = rtp->next) { 646 if (rtp->dest.s_addr != INADDR_ANY) 649 for (rtn = rt; rtn != rtp; rtn = rtn->next) { 651 if (rtn->dest.s_addr == rtp->gate.s_addr) 654 cp = (const char *)&rtp->gate.s_addr [all...] |
/frameworks/av/media/libstagefright/wifi-display/rtp/ |
RTPSender.cpp | 219 uint8_t *rtp = udpPacket->data(); local 220 rtp[0] = 0x80; 221 rtp[1] = packetType; 223 rtp[2] = (mRTPSeqNo >> 8) & 0xff; 224 rtp[3] = mRTPSeqNo & 0xff; 229 rtp[4] = rtpTime >> 24; 230 rtp[5] = (rtpTime >> 16) & 0xff; 231 rtp[6] = (rtpTime >> 8) & 0xff; 232 rtp[7] = rtpTime & 0xff; 234 rtp[8] = kSourceID >> 24 264 uint8_t *rtp = udpPacket->data(); local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
channel_unittest.cc | 459 // Set SSRC in the rtp packet copy. 1802 TransportChannel* rtp = channel1_->transport_channel(); local 1834 TransportChannel* rtp = channel1_->transport_channel(); local [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 | |