Searched refs:AV_RB32 (Results 1 - 25 of 210) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dimg2_brender_pix.c34 if (AV_RB32(p->buf+16) != 0x03 &&
35 AV_RB32(p->buf+16) != 0x3D)
H A Ddiracdec.c32 size = AV_RB32(p->buf+5);
H A Dsegafilm.c69 if (AV_RB32(&p->buf[0]) != FILM_TAG)
72 if (AV_RB32(&p->buf[16]) != FDSC_TAG)
102 data_offset = AV_RB32(&scratch[4]);
103 film->version = AV_RB32(&scratch[8]);
135 if (AV_RB32(&scratch[0]) != FDSC_TAG)
138 if (AV_RB32(&scratch[8]) == CVID_TAG) {
140 } else if (AV_RB32(&scratch[8]) == RAW_TAG) {
155 st->codec->width = AV_RB32(&scratch[16]);
156 st->codec->height = AV_RB32(&scratch[12]);
196 if (AV_RB32(
[all...]
H A Da64.c46 header[3] = AV_RB32(avctx->extradata+0);
51 header[3] = AV_RB32(avctx->extradata+0);
H A Dmgsts.c29 if (AV_RB32(p->buf ) != 0x000E ||
30 AV_RB32(p->buf + 4) != 0x0050 ||
31 AV_RB32(p->buf + 12) != 0x0034)
H A Ddnxhddec.c39 compression_id = AV_RB32(p->buf + 0x28);
H A Dncdec.c33 if (AV_RB32(probe_packet->buf) != NC_VIDEO_FLAG)
41 if (AV_RB32(probe_packet->buf+16+size) == NC_VIDEO_FLAG)
H A Dwestwood_vqa.c72 if ((AV_RB32(&p->buf[0]) != FORM_TAG) ||
73 (AV_RB32(&p->buf[8]) != WVQA_TAG))
131 chunk_tag = AV_RB32(&scratch[0]);
132 chunk_size = AV_RB32(&scratch[4]);
171 chunk_type = AV_RB32(&preamble[0]);
172 chunk_size = AV_RB32(&preamble[4]);
H A Davc.c110 if (AV_RB32(data) == 0x00000001 ||
126 size = FFMIN(AV_RB32(buf), end - buf - 4);
171 if (*size >= 4 && (AV_RB32(in) == 0x00000001 || AV_RB24(in) == 0x000001))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/avr32/
H A Dintreadwrite.h94 #define AV_RB32 AV_RB32 macro
95 static av_always_inline uint32_t AV_RB32(const void *p) function
109 #define AV_RL32(p) av_bswap32(AV_RB32(p))
130 #define AV_RB32 AV_RB32 macro
131 static av_always_inline uint32_t AV_RB32(const void *p) function
168 v.hl[0] = AV_RB32(p);
169 v.hl[1] = AV_RB32((const uint32_t*)p+1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/avr32/
H A Dintreadwrite.h94 #define AV_RB32 AV_RB32 macro
95 static av_always_inline uint32_t AV_RB32(const void *p) function
109 #define AV_RL32(p) av_bswap32(AV_RB32(p))
130 #define AV_RB32 AV_RB32 macro
131 static av_always_inline uint32_t AV_RB32(const void *p) function
168 v.hl[0] = AV_RB32(p);
169 v.hl[1] = AV_RB32((const uint32_t*)p+1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvd_nav_parser.c64 uint32_t lba = AV_RB32(&buf[0x01]);
65 uint32_t startpts = AV_RB32(&buf[0x0D]);
66 uint32_t endpts = AV_RB32(&buf[0x11]);
83 uint32_t lba = AV_RB32(&buf[0x05]);
H A Dmp3_header_decompress_bsf.c36 header = AV_RB32(buf);
49 header= AV_RB32(avctx->extradata+11) & MP3_MASK;
H A Dsunrast.c43 if (AV_RB32(buf) != RAS_MAGIC) {
48 w = AV_RB32(buf + 4);
49 h = AV_RB32(buf + 8);
50 depth = AV_RB32(buf + 12);
51 type = AV_RB32(buf + 20);
52 maptype = AV_RB32(buf + 24);
53 maplength = AV_RB32(buf + 28);
H A Ddca.c51 mrk = AV_RB32(src);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/tomi/
H A Dintreadwrite.h76 #define AV_RB32 AV_RB32 macro
77 static av_always_inline uint32_t AV_RB32(const void *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/tomi/
H A Dintreadwrite.h74 #define AV_RB32 AV_RB32 macro
75 static av_always_inline uint32_t AV_RB32(const void *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsegafilm.c72 if (AV_RB32(&p->buf[0]) != FILM_TAG)
96 data_offset = AV_RB32(&scratch[4]);
97 film->version = AV_RB32(&scratch[8]);
129 if (AV_RB32(&scratch[0]) != FDSC_TAG)
132 if (AV_RB32(&scratch[8]) == CVID_TAG) {
134 } else if (AV_RB32(&scratch[8]) == RAW_TAG) {
149 st->codec->width = AV_RB32(&scratch[16]);
150 st->codec->height = AV_RB32(&scratch[12]);
190 if (AV_RB32(&scratch[0]) != STAB_TAG)
192 film->base_clock = AV_RB32(
[all...]
H A Da64.c48 header[3] = AV_RB32(avctx->extradata+0);
53 header[3] = AV_RB32(avctx->extradata+0);
92 lifetime = AV_RB32(avctx->extradata + 0);
93 frame_count = AV_RB32(avctx->extradata + 4);
94 charset_size = AV_RB32(avctx->extradata + 8);
95 frame_size = AV_RB32(avctx->extradata + 12);
H A Ddnxhddec.c39 compression_id = AV_RB32(p->buf + 0x28);
H A Dncdec.c33 if (AV_RB32(probe_packet->buf) != NC_VIDEO_FLAG)
41 if (AV_RB32(probe_packet->buf+16+size) == NC_VIDEO_FLAG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsunrast.c60 if (AV_RB32(buf) != 0x59a66a95) {
65 w = AV_RB32(buf+4);
66 h = AV_RB32(buf+8);
67 depth = AV_RB32(buf+12);
68 type = AV_RB32(buf+20);
69 maptype = AV_RB32(buf+24);
70 maplength = AV_RB32(buf+28);
H A Dmp3_header_compress_bsf.c37 header = AV_RB32(buf);
59 extraheader = AV_RB32(avctx->extradata+11);
H A Dmp3_header_decompress_bsf.c35 header = AV_RB32(buf);
48 header= AV_RB32(avctx->extradata+11) & MP3_MASK;
H A Dlibopenjpeg.c88 if((AV_RB32(buf) == 12) &&
89 (AV_RB32(buf + 4) == JP2_SIG_TYPE) &&
90 (AV_RB32(buf + 8) == JP2_SIG_VALUE)) {
95 if (AV_RB32(buf + 4) == AV_RB32("jp2c"))

Completed in 313 milliseconds

123456789