Searched refs:full_pad_bytes (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegenc.c535 int64_t full_pad_bytes; local
537 full_pad_bytes = (int64_t)((s->vcd_padding_bitrate * (pts / 90000.0)) / 8.0); //FIXME this is wrong
538 pad_bytes = (int) (full_pad_bytes - s->vcd_padding_bytes_written);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegenc.c522 int64_t full_pad_bytes; local
524 full_pad_bytes = (int64_t)((s->vcd_padding_bitrate * (pts / 90000.0)) / 8.0); //FIXME this is wrong
525 pad_bytes = (int) (full_pad_bytes - s->vcd_padding_bytes_written);

Completed in 48 milliseconds