Lines Matching defs:packet
59 const ogg_packet* packet)
62 int newsize = avc_context->extradata_size + 2 + packet->bytes;
65 if (packet->bytes < 0) {
67 } else if (packet->bytes > 0xffff) {
83 AV_WB16(avc_context->extradata + (*offset), packet->bytes);
85 memcpy(avc_context->extradata + (*offset), packet->packet, packet->bytes);
86 (*offset) += packet->bytes;
256 Output first header packet consisting of theora
332 /* No packet is ready */
335 /* Success, we have a packet */
345 memcpy(pkt->data, o_packet.packet, o_packet.bytes);