HomeSort by relevance Sort by last modified time
    Searched defs:rtp (Results 1 - 9 of 9) sorted by null

  /frameworks/base/voip/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/bluetooth/bluez/audio/
gsta2dpsink.h 28 #include <gst/rtp/gstbasertppayload.h>
50 GstBaseRTPPayload *rtp; member in struct:_GstA2dpSink
  /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...]
  /external/dhcpcd/
configure.c 590 struct rt *rtp, *rtl, *rtn; local
593 for (rtp = rt, rtl = NULL; rtp; rtl = rtp, rtp = rtp->next) {
594 if (rtp->dest.s_addr != INADDR_ANY)
597 for (rtn = rt; rtn != rtp; rtn = rtn->next) {
599 if (rtn->dest.s_addr == rtp->gate.s_addr)
602 cp = (const char *)&rtp->gate.s_addr
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 202 milliseconds