Home | History | Annotate | Download | only in lib

Lines Matching full:packet

349 /* Is this packet a vorbis ID header? */
355 oggpack_readinit(&opb,op->packet,op->bytes);
358 return(0); /* Not the initial packet */
374 /* The Vorbis header is in three packets; the initial small packet in
375 the first page that identifies basic parameters, a second packet
376 with bitstream comments and a third packet that holds the
383 oggpack_readinit(&opb,op->packet,op->bytes);
399 /* Not the initial packet */
555 op->packet = _ogg_malloc(oggpack_bytes(&opb));
556 memcpy(op->packet, opb.buffer, oggpack_bytes(&opb));
582 /* first header packet **********************************************/
587 /* build the packet */
591 op->packet=b->header;
598 /* second header packet (comments) **********************************/
606 op_comm->packet=b->header1;
613 /* third header packet (modes/codebooks) ****************************/
621 op_code->packet=b->header2;