Searched refs:next_tag_ofs (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 Dwavdec.c251 int64_t next_tag_ofs, data_ofs = -1; local
292 next_tag_ofs = avio_tell(pb) + size;
315 next_tag_ofs = wav->data_end = avio_tell(pb) + data_size;
318 next_tag_ofs = wav->data_end = size ? next_tag_ofs : INT64_MAX;
391 if ((avio_size(pb) > 0 && next_tag_ofs >= avio_size(pb)) ||
392 wav_seek_tag(wav, pb, next_tag_ofs, SEEK_SET) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwav.c399 int64_t next_tag_ofs, data_ofs = -1; local
432 next_tag_ofs = avio_tell(pb) + size;
454 next_tag_ofs = wav->data_end = avio_tell(pb) + data_size;
457 next_tag_ofs = wav->data_end = size ? next_tag_ofs : INT64_MAX;
491 if ((avio_size(pb) > 0 && next_tag_ofs >= avio_size(pb)) ||
492 wav_seek_tag(pb, next_tag_ofs, SEEK_SET) < 0) {

Completed in 55 milliseconds