Searched refs:wav_seek_tag (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.c71 static int64_t wav_seek_tag(WAVDemuxContext * wav, AVIOContext *s, int64_t offset, int whence) function
90 wav_seek_tag(wav, pb, size, SEEK_CUR);
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.c234 static int64_t wav_seek_tag(AVIOContext *s, int64_t offset, int whence) function
251 wav_seek_tag(pb, size, SEEK_CUR);
492 wav_seek_tag(pb, next_tag_ofs, SEEK_SET) < 0) {

Completed in 43 milliseconds