HomeSort by relevance Sort by last modified time
    Searched refs:Packet (Results 126 - 135 of 135) sorted by null

1 2 3 4 56

  /external/libvorbis/doc/
08-residue.tex 16 residue vectors into the bitstream packet, and then reconstructs the
231 An end-of-packet condition at any point in header decode renders the
241 \subsubsection{packet decode}
243 Format 0 and 1 packet decode is identical except for specific
244 partition interleave. Format 2 packet decode can be built out of the
286 Packet decode proceeds as follows, matching the description offered earlier in the document.
302 9) [temp] = read from packet using codebook [residue_classbook] in scalar context
344 An end-of-packet condition during packet decode is to be considered a
367 3) vector [entry_temp] = read vector from packet using current codebook in VQ contex
    [all...]
01-introduction.tex 61 mechanism and decoder must allow that a packet may be any size, or
62 end before or after packet decode expects.
91 flag in each audio packet, or begin decode at any frame in the stream
96 Vorbis \emph{can} initiate decode at any arbitrary packet within a
168 low-level packet decode and synthesis.
267 specification. Once set up, decode may begin at any audio packet
294 \item decode packet type flag
317 \paragraph{Packet type decode}
319 Vorbis I uses four packet types. The first three packet types mark eac
    [all...]
04-codec.tex 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
22 end-of-packet condition during decoding the first or third header
23 packet renders the stream undecodable. End-of-packet decoding the
28 Each header packet begins with the same header fields.
36 Decode continues according to packet type; the identification header
38 (these types are all odd as a packet with a leading single bit of '0'
39 is an audio packet). The packets must occur in the order of
277 \subsection{Audio packet decode and synthesis}
280 are audio. The first step of audio packet decode is to read an
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.cc 80 RTCPUtility::RTCPParserV2::Packet() const
99 // Reset packet type
430 // * if (!reducedSize) : first packet must be RR or SR.
432 // * The padding bit (P) should be zero for the first packet of a
433 // compound RTCP packet because padding should only be applied,
434 // if it is needed, to the last packet. (NOT CHECKED!)
437 // to the overall length of the compound RTCP packet as
470 bool RTCPUtility::RtcpParseCommonHeader(const uint8_t* packet,
482 uint8_t version = packet[0] >> 6;
490 bool has_padding = (packet[0] & 0x20) != 0
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 324 rtc::scoped_ptr<test::Packet> packet_;
422 // Get next packet.
585 // packet waiting times in the packet buffer.
594 // Insert 30 dummy packets at once. Each packet contains 10 ms 16 kHz audio.
622 // each packet. Thus, we are calculating the statistics for a series from 10
643 // Insert one packet each time, except every 10th time where we insert two
674 // Insert one packet each time, except every 10th time where we don't insert
675 // any packet. This will create a positive clock-drift of approx. 11%.
    [all...]
  /external/webrtc/webrtc/video/
end_to_end_tests.cc 62 bool SendRtp(const uint8_t* packet,
69 bool SendRtcp(const uint8_t* packet, size_t length) override {
347 Action OnReceiveRtcp(const uint8_t* packet, size_t length) override {
348 RTCPUtility::RTCPParserV2 parser(packet, length, true);
351 ssrc |= static_cast<uint32_t>(packet[4]) << 24;
352 ssrc |= static_cast<uint32_t>(packet[5]) << 16;
353 ssrc |= static_cast<uint32_t>(packet[6]) << 8;
354 ssrc |= static_cast<uint32_t>(packet[7]) << 0;
363 << "Timed out while waiting for a receiver RTCP packet to be sent.";
383 Action OnSendRtp(const uint8_t* packet, size_t length) override
1744 const RTCPUtility::RTCPPacket& packet = parser.Packet(); local
1748 const RTCPUtility::RTCPPacket& packet = parser.Packet(); local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 498 #pragma mark - Other Packet Format Structures
637 // -- These records send a goodbye packet when deregistering
639 // * Advisory Resource Records are like Shared Resource Records, except they don't send a goodbye packet
655 // Goodbye? Does this record type send a goodbye packet on departure?
688 kDNSRecordTypeAdvisory = 0x04, // Like Shared, but no goodbye packet
    [all...]
DNSCommon.c 45 // Multicast DNS, using the same packet formats, naming syntax, and record types as Multicast DNS, but on a different UDP
    [all...]
mDNS.c 473 // Don't send this packet on the wire as we answered from /etc/hosts
586 // This means that because the announce interval is doubled after sending the first packet, the first
587 // observed on-the-wire inter-packet interval between announcements is actually one second.
588 // The half-second value here may be thought of as a conceptual (non-existent) half-second delay *before* the first packet is sent.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 1114 ULONG Packet;
    [all...]

Completed in 4365 milliseconds

1 2 3 4 56