Lines Matching defs:packet_size
51 int packet_size;
90 packet_size = av_image_get_buffer_size(st->codecpar->format, ser->width, ser->height, 1);
91 if (packet_size < 0)
92 return packet_size;
93 ser->end = 178 + st->nb_frames * packet_size;
94 s->packet_size = packet_size;
95 st->codecpar->bit_rate = av_rescale_q(s->packet_size,
112 ret = av_get_packet(s->pb, pkt, s->packet_size);
113 pkt->pts = pkt->dts = (pkt->pos - ffformatcontext(s)->data_offset) / s->packet_size;