Searched refs:wv_read_block_header (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 Dwvdec.c77 static int wv_read_block_header(AVFormatContext *ctx, AVIOContext *pb) function
221 if ((ret = wv_read_block_header(s, pb)) < 0)
266 if ((ret = wv_read_block_header(s, s->pb)) < 0)
280 if ((ret = wv_read_block_header(s, s->pb)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwv.c81 static int wv_read_block_header(AVFormatContext *ctx, AVIOContext *pb, int append) function
215 if(wv_read_block_header(s, pb, 0) < 0)
259 if(wv_read_block_header(s, s->pb, 0) < 0)
307 if(wv_read_block_header(s, s->pb, 1) < 0){

Completed in 29 milliseconds