• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/

Lines Matching refs:packet_size

59     int packet_size; /* required packet size */
307 if(ctx->packet_size)
308 s->packet_size = ctx->packet_size;
310 s->packet_size = 2048;
454 s->pack_header_freq = 2 * bitrate / s->packet_size / 8;
562 buf_index += s->packet_size - buf_index;
591 n = (s->packet_size - buf_index) % stream->lpcm_align;
602 return s->packet_size - buf_index;
646 int packet_size;
680 int PES_bytes_to_fill = s->packet_size - size - 10;
711 scr += s->packet_size*90000LL / (s->mux_rate*50LL); //FIXME rounding and first few bytes of each packet
730 packet_size = s->packet_size - size;
747 pad_packet_bytes = packet_size - zero_trail_bytes;
750 packet_size -= pad_packet_bytes + zero_trail_bytes;
752 if (packet_size > 0) {
755 packet_size -= 6;
776 payload_size = packet_size - header_len;
802 packet_size -= timestamp_len;
812 packet_size += pad_packet_bytes;
826 packet_size -= stuffing_size;
835 put_be16(ctx->pb, packet_size);
954 for(i=0;i<s->packet_size;i++)
957 s->vcd_padding_bytes_written += s->packet_size;
1041 if(s->packet_size > avail_data && !flush
1048 if(space < s->packet_size && !ignore_constraints)
1096 assert(avail_space >= s->packet_size || ignore_constraints);
1119 while((vcd_pad_bytes = get_vcd_padding_size(ctx,stream->premux_packet->pts) ) >= s->packet_size){ //FIXME pts cannot be correct here
1121 s->last_scr += s->packet_size*90000LL / (s->mux_rate*50LL); //FIXME rounding and first few bytes of each packet
1126 s->last_scr += s->packet_size*90000LL / (s->mux_rate*50LL); //FIXME rounding and first few bytes of each packet