Searched refs:avio_r8 (Results 151 - 155 of 155) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmatroskadec.c665 id = (id << 8) | avio_r8(pb);
705 /* The first byte tells us the length in bytes - avio_r8() can normally
708 if (!(total = avio_r8(pb))) {
733 total = (total << 8) | avio_r8(pb);
768 *num = (*num << 8) | avio_r8(pb);
787 *num = sign_extend(avio_r8(pb), 8);
791 *num = (*num << 8) | avio_r8(pb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmatroskadec.c551 /* The first byte tells us the length in bytes - avio_r8() can normally
554 if (!(total = avio_r8(pb))) {
578 total = (total << 8) | avio_r8(pb);
613 *num = (*num << 8) | avio_r8(pb);
H A Dwtv.c479 avio_r8(pb);
849 audio_type = avio_r8(pb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c999 while ((c = avio_r8(s)) && c != '\n')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c3416 while ((c = avio_r8(s)) && c != '\n')

Completed in 131 milliseconds

1234567