Lines Matching full:packet
81 packet decoding and synthesis for playback.</p>
99 <li>Reconstruct segments of the original data from each packet</li>
156 unsigned char *packet;
167 <dt>packet:</dt>
168 <dd>a pointer to the byte data of the raw packet</dd>
170 <dd>the size of the packet' raw data</dd>
172 <dd>beginning of stream; nonzero if this is the first packet of
175 <dd>end of stream; nonzero if this is the last packet of the
178 <dd>the absolute position of this packet in the original
185 the fields of the packet to appropriate values before submission to
196 case that the given packet actually represents that position (ie, only
197 the last packet completed on any page will have a meaningful
245 <p>Returns the 'packet continued' flag for the given Ogg page. The packet
247 begins with packet continued from a preceeding page.</p>
249 <p>Zero (unset) indicates that the body data begins with a new packet.
250 Nonzero (set) indicates that the first packet data on the page is a
271 encoded to date up to and including the last whole packet on this
273 following page are not included. If no packet ends on this page, the
277 bitstream consists only of a header packet; this packet encodes only
362 <p>Used during encoding to add the given raw packet to the given Ogg
378 contents of the packet exactly match those given in the encoding
381 <p>Returns zero if the next packet is not ready to be read (not buffered
382 or incomplete), positive if it returned a complete packet in
390 a packet in <tt>op</tt>. The data in <tt>op</tt> points to static