Home
last modified time | relevance | path

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

1234567

/third_party/ffmpeg/libavformat/
H A Dsegafilm.c69 if (AV_RB32(&p->buf[0]) != FILM_TAG) in film_probe()
72 if (AV_RB32(&p->buf[16]) != FDSC_TAG) in film_probe()
103 data_offset = AV_RB32(&scratch[4]); in film_read_header()
104 film->version = AV_RB32(&scratch[8]); in film_read_header()
136 if (AV_RB32(&scratch[0]) != FDSC_TAG) in film_read_header()
139 if (AV_RB32(&scratch[8]) == CVID_TAG) { in film_read_header()
141 } else if (AV_RB32(&scratch[8]) == RAW_TAG) { in film_read_header()
159 st->codecpar->width = AV_RB32(&scratch[16]); in film_read_header()
160 st->codecpar->height = AV_RB32(&scratch[12]); in film_read_header()
200 if (AV_RB32( in film_read_header()
[all...]
H A Dscd.c106 table->entries[i] = AV_RB32(table->entries + i); in scd_read_table()
128 ctx->hdr.table0.offset = AV_RB32(buf + 8); in scd_read_offsets()
129 ctx->hdr.table1.offset = AV_RB32(buf + 12); in scd_read_offsets()
130 ctx->hdr.table2.offset = AV_RB32(buf + 16); in scd_read_offsets()
131 ctx->hdr.unk3 = AV_RB32(buf + 20); in scd_read_offsets()
132 ctx->hdr.unk4 = AV_RB32(buf + 24); in scd_read_offsets()
171 track->length = AV_RB32(buf + 0); in scd_read_track()
172 track->num_channels = AV_RB32(buf + 4); in scd_read_track()
173 track->sample_rate = AV_RB32(buf + 8); in scd_read_track()
174 track->data_type = AV_RB32(bu in scd_read_track()
[all...]
H A Dimg2dec.c725 w = is_big ? AV_RB32(p->buf + 0x304) : AV_RL32(p->buf + 0x304); in dpx_probe()
726 h = is_big ? AV_RB32(p->buf + 0x308) : AV_RL32(p->buf + 0x308); in dpx_probe()
749 AV_RB32(b) == 0xff4fff51) in j2k_probe()
760 AV_RB32(b) == 0xFFD8FFF7) in jpeg_probe()
837 if (AV_RB32(b) == 0xffd8fff7) in jpegls_probe()
959 if (AV_RB32(b) == 0x59a66a95) in sunrast_probe()
988 if (AV_RB32(b) == 0x49492a00 || in tiff_probe()
989 AV_RB32(b) == 0x4D4D002a) in tiff_probe()
998 if (AV_RB32(b) == 0x52494646 && in webp_probe()
999 AV_RB32( in webp_probe()
[all...]
H A Dnspdec.c30 if (AV_RB32(p->buf) == AV_RB32("FORM") && in nsp_probe()
31 AV_RB32(p->buf + 4) == AV_RB32("DS16")) in nsp_probe()
H A Dmgsts.c29 if (AV_RB32(p->buf ) != 0x000E || in read_probe()
30 AV_RB32(p->buf + 4) != 0x0050 || in read_probe()
31 AV_RB32(p->buf + 12) != 0x0034) in read_probe()
H A Dmods.c33 if (AV_RB32(p->buf + 8) == 0) in mods_probe()
35 if (AV_RB32(p->buf + 12) == 0) in mods_probe()
37 if (AV_RB32(p->buf + 16) == 0) in mods_probe()
H A Dapngenc.c55 for (b = 0; AV_RB32(buf + b) + 12ULL <= length - b; b += AV_RB32(buf + b) + 12ULL) in apng_find_chunk()
56 if (AV_RB32(&buf[b + 4]) == tag) in apng_find_chunk()
146 const uint8_t *chunk_after_acTL = existing_acTL_chunk + AV_RB32(existing_acTL_chunk) + 12; in flush_packet()
156 const uint8_t *chunk_after_fcTL = existing_fcTL_chunk + AV_RB32(existing_fcTL_chunk) + 12; in flush_packet()
189 if (AV_RB32(existing_fcTL_chunk) != APNG_FCTL_CHUNK_SIZE) in flush_packet()
H A Dwestwood_vqa.c82 if ((AV_RB32(&p->buf[0]) != FORM_TAG) || in wsvqa_probe()
83 (AV_RB32(&p->buf[8]) != WVQA_TAG)) in wsvqa_probe()
143 chunk_tag = AV_RB32(&scratch[0]); in wsvqa_read_header()
144 chunk_size = AV_RB32(&scratch[4]); in wsvqa_read_header()
185 chunk_type = AV_RB32(&preamble[0]); in wsvqa_read_packet()
186 chunk_size = AV_RB32(&preamble[4]); in wsvqa_read_packet()
H A Dimg2_brender_pix.c34 if (AV_RB32(p->buf+16) != 0x03 && in brender_read_probe()
35 AV_RB32(p->buf+16) != 0x3D) in brender_read_probe()
H A Da64.c47 header[3] = AV_RB32(par->extradata+0); in a64_write_header()
52 header[3] = AV_RB32(par->extradata+0); in a64_write_header()
H A Dacedec.c30 if (AV_RB32(p->buf) != MKBETAG('A','A','C',' ')) in ace_probe()
34 asc = AV_RB32(p->buf + 0x40); in ace_probe()
37 if (AV_RB32(p->buf + asc) != MKBETAG('A','S','C',' ')) in ace_probe()
H A Dmsf.c31 if (AV_RB32(p->buf+8) <= 0) in msf_probe()
34 if (AV_RB32(p->buf+16) <= 0) in msf_probe()
37 if (AV_RB32(p->buf+4) > 16) in msf_probe()
H A Dsrtp.c191 uint32_t srtcp_index = AV_RB32(buf + len - 4); in ff_srtp_decrypt()
195 ssrc = AV_RB32(buf + 4); in ff_srtp_decrypt()
210 ssrc = AV_RB32(buf + 8); in ff_srtp_decrypt()
263 ssrc = AV_RB32(buf + 4); in ff_srtp_encrypt()
275 ssrc = AV_RB32(buf + 8); in ff_srtp_encrypt()
H A Dncdec.c33 if (AV_RB32(probe_packet->buf) != NC_VIDEO_FLAG) in nc_probe()
41 if (AV_RB32(probe_packet->buf+16+size) == NC_VIDEO_FLAG) in nc_probe()
H A Dsdxdec.c30 if (AV_RB32(p->buf) == AV_RB32("SDX:")) in sdx_probe()
/third_party/ffmpeg/libavutil/avr32/
H A Dintreadwrite.h94 #define AV_RB32 AV_RB32 macro
95 static av_always_inline uint32_t AV_RB32(const void *p) in AV_RB32() 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) in AV_RB32() function
168 v.hl[0] = AV_RB32(p); in AV_RB64()
169 v.hl[1] = AV_RB32((const uint32_t*)p+1); in AV_RB64()
/third_party/ffmpeg/libavutil/
H A Dencryption_info.c98 key_id_size = AV_RB32(buffer + 12); in av_encryption_info_get_side_data()
99 iv_size = AV_RB32(buffer + 16); in av_encryption_info_get_side_data()
100 subsample_count = AV_RB32(buffer + 20); in av_encryption_info_get_side_data()
109 info->scheme = AV_RB32(buffer); in av_encryption_info_get_side_data()
110 info->crypt_byte_block = AV_RB32(buffer + 4); in av_encryption_info_get_side_data()
111 info->skip_byte_block = AV_RB32(buffer + 8); in av_encryption_info_get_side_data()
117 info->subsamples[i].bytes_of_clear_data = AV_RB32(buffer); in av_encryption_info_get_side_data()
118 info->subsamples[i].bytes_of_protected_data = AV_RB32(buffer + 4); in av_encryption_info_get_side_data()
312 init_info_count = AV_RB32(side_data); in av_encryption_init_info_get_side_data()
321 system_id_size = AV_RB32(side_dat in av_encryption_init_info_get_side_data()
[all...]
H A Dtea.c47 ctx->key[i] = AV_RB32(key + (i << 2)); in av_tea_init()
63 v0 = AV_RB32(src); in tea_crypt_ecb()
64 v1 = AV_RB32(src + 4); in tea_crypt_ecb()
76 v0 ^= AV_RB32(iv); in tea_crypt_ecb()
77 v1 ^= AV_RB32(iv + 4); in tea_crypt_ecb()
H A Dxtea.c47 ctx->key[i] = AV_RB32(key + (i << 2)); in av_xtea_init()
69 v0 = AV_RB32(src); in xtea_crypt_ecb()
70 v1 = AV_RB32(src + 4); in xtea_crypt_ecb()
121 v0 ^= AV_RB32(iv); in xtea_crypt_ecb()
122 v1 ^= AV_RB32(iv + 4); in xtea_crypt_ecb()
H A Dintreadwrite.h113 # if defined(AV_RN32) && !defined(AV_RB32)
114 # define AV_RB32(p) AV_RN32(p) macro
115 # elif !defined(AV_RN32) && defined(AV_RB32)
116 # define AV_RN32(p) AV_RB32(p)
265 #ifndef AV_RB32
266 # define AV_RB32(x) \ macro
415 #ifndef AV_RB32
416 # define AV_RB32(p) AV_RB(32, p) macro
H A Dblowfish.c384 v0 = AV_RB32(src); in av_blowfish_crypt()
385 v1 = AV_RB32(src + 4); in av_blowfish_crypt()
390 v0 ^= AV_RB32(iv); in av_blowfish_crypt()
391 v1 ^= AV_RB32(iv + 4); in av_blowfish_crypt()
406 v0 = AV_RB32(dst); in av_blowfish_crypt()
407 v1 = AV_RB32(dst + 4); in av_blowfish_crypt()
409 v0 = AV_RB32(src); in av_blowfish_crypt()
410 v1 = AV_RB32(src + 4); in av_blowfish_crypt()
/third_party/ffmpeg/libavcodec/
H A Dsunrast.c44 if (AV_RB32(buf) != RAS_MAGIC) { in sunrast_decode_frame()
49 w = AV_RB32(buf + 4); in sunrast_decode_frame()
50 h = AV_RB32(buf + 8); in sunrast_decode_frame()
51 depth = AV_RB32(buf + 12); in sunrast_decode_frame()
52 type = AV_RB32(buf + 20); in sunrast_decode_frame()
53 maptype = AV_RB32(buf + 24); in sunrast_decode_frame()
54 maplength = AV_RB32(buf + 28); in sunrast_decode_frame()
H A Ddvd_nav_parser.c63 uint32_t lba = AV_RB32(&buf[0x01]); in dvd_nav_parse()
64 uint32_t startpts = AV_RB32(&buf[0x0D]); in dvd_nav_parse()
65 uint32_t endpts = AV_RB32(&buf[0x11]); in dvd_nav_parse()
82 uint32_t lba = AV_RB32(&buf[0x05]); in dvd_nav_parse()
H A Dmss12.c592 if (AV_RB32(avctx->extradata) < avctx->extradata_size) { in ff_mss12_decode_init()
595 AV_RB32(avctx->extradata), in ff_mss12_decode_init()
600 avctx->coded_width = FFMAX(AV_RB32(avctx->extradata + 20), avctx->width); in ff_mss12_decode_init()
601 avctx->coded_height = FFMAX(AV_RB32(avctx->extradata + 24), avctx->height); in ff_mss12_decode_init()
614 AV_RB32(avctx->extradata + 4), AV_RB32(avctx->extradata + 8)); in ff_mss12_decode_init()
615 if (version != AV_RB32(avctx->extradata + 4) > 1) { in ff_mss12_decode_init()
621 c->free_colours = AV_RB32(avctx->extradata + 48); in ff_mss12_decode_init()
631 AV_RB32(avctx->extradata + 12), AV_RB32(avct in ff_mss12_decode_init()
[all...]
/third_party/ffmpeg/libavutil/tomi/
H A Dintreadwrite.h76 #define AV_RB32 AV_RB32 macro
77 static av_always_inline uint32_t AV_RB32(const void *p) in AV_RB32() function

Completed in 12 milliseconds

1234567