Searched refs:avio_rb24 (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davr.c72 st->codec->sample_rate = avio_rb24(s->pb);
H A Dtakdec.c95 if (ffio_get_checksum(s->pb) != avio_rb24(pb)) {
113 if (ffio_get_checksum(s->pb) != avio_rb24(pb)) {
H A Davio.h311 unsigned int avio_rb24(AVIOContext *s);
H A Dflvdec.c778 size = avio_rb24(s->pb);
779 dts = avio_rb24(s->pb);
887 if (size == avio_rb24(s->pb) + 11) {
888 uint32_t ts = avio_rb24(s->pb);
941 int32_t cts = (avio_rb24(s->pb) + 0xff800000) ^ 0xff800000;
H A Dpva.c131 pes_signal = avio_rb24(pb);
H A Drtpdec_asf.c199 len_off = avio_rb24(pb);
H A Dsmush.c75 palette[i] = avio_rb24(pb);
H A Dmov.c398 avio_rb24(pb);
545 avio_rb24(pb); /* flags */
619 ac3info = avio_rb24(pb);
647 eac3info = avio_rb24(pb);
826 avio_rb24(pb); /* flags */
851 avio_rb24(pb); /* flags */
1170 avio_rb24(pb); /* flags */
1722 avio_rb24(pb); /* flags */
1740 avio_rb24(pb); /* flags */
1813 avio_rb24(p
[all...]
H A Dmp3dec.c203 v= avio_rb24(s->pb);
H A Disom.c449 avio_rb24(pb); /* buffer size db */
H A Did3v2.c745 tlen = avio_rb24(pb);
H A Daviobuf.c644 unsigned int avio_rb24(AVIOContext *s) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dflvdec.c450 size = avio_rb24(s->pb);
451 dts = avio_rb24(s->pb);
520 if(size == avio_rb24(s->pb) + 11){
521 uint32_t ts = avio_rb24(s->pb);
557 int32_t cts = (avio_rb24(s->pb)+0xff800000)^0xff800000; // sign extension
H A Dmov.c280 avio_rb24(pb);
487 avio_rb24(pb); /* flags */
548 ac3info = avio_rb24(pb);
578 flags = avio_rb24(pb);
744 avio_rb24(pb); /* flags */
769 avio_rb24(pb); /* flags */
1019 avio_rb24(pb); /* flags */
1423 avio_rb24(pb); /* flags */
1441 avio_rb24(pb); /* flags */
1505 avio_rb24(p
[all...]
H A Dpva.c117 pes_signal = avio_rb24(pb);
H A Drtpdec_asf.c191 len_off = avio_rb24(pb);
H A Davio.h528 unsigned int avio_rb24(AVIOContext *s);
H A Did3v2.c479 tlen = avio_rb24(s->pb);
H A Disom.c410 avio_rb24(pb); /* buffer size db */
H A Daviobuf.c762 unsigned int avio_rb24(AVIOContext *s) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dismindex.c164 avio_rb24(f);

Completed in 142 milliseconds