/third_party/ffmpeg/libavformat/ |
D | segafilm.c | 69 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(&scratch[0]) != STAB_TAG) in film_read_header() [all …]
|
D | img2dec.c | 720 w = is_big ? AV_RB32(p->buf + 0x304) : AV_RL32(p->buf + 0x304); in dpx_probe() 721 h = is_big ? AV_RB32(p->buf + 0x308) : AV_RL32(p->buf + 0x308); in dpx_probe() 744 AV_RB32(b) == 0xff4fff51) in j2k_probe() 755 AV_RB32(b) == 0xFFD8FFF7) in jpeg_probe() 828 if (AV_RB32(b) == 0xffd8fff7) in jpegls_probe() 932 if (AV_RB32(b) == 0x59a66a95) in sunrast_probe() 961 if (AV_RB32(b) == 0x49492a00 || in tiff_probe() 962 AV_RB32(b) == 0x4D4D002a) in tiff_probe() 971 if (AV_RB32(b) == 0x52494646 && in webp_probe() 972 AV_RB32(b + 8) == 0x57454250) in webp_probe() [all …]
|
D | nspdec.c | 30 if (AV_RB32(p->buf) == AV_RB32("FORM") && in nsp_probe() 31 AV_RB32(p->buf + 4) == AV_RB32("DS16")) in nsp_probe()
|
D | westwood_vqa.c | 72 if ((AV_RB32(&p->buf[0]) != FORM_TAG) || in wsvqa_probe() 73 (AV_RB32(&p->buf[8]) != WVQA_TAG)) in wsvqa_probe() 131 chunk_tag = AV_RB32(&scratch[0]); in wsvqa_read_header() 132 chunk_size = AV_RB32(&scratch[4]); in wsvqa_read_header() 170 chunk_type = AV_RB32(&preamble[0]); in wsvqa_read_packet() 171 chunk_size = AV_RB32(&preamble[4]); in wsvqa_read_packet()
|
D | mods.c | 33 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()
|
D | mgsts.c | 29 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()
|
D | acedec.c | 30 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()
|
D | msf.c | 31 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()
|
D | img2_brender_pix.c | 34 if (AV_RB32(p->buf+16) != 0x03 && in brender_read_probe() 35 AV_RB32(p->buf+16) != 0x3D) in brender_read_probe()
|
D | srtp.c | 191 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()
|
D | a64.c | 46 header[3] = AV_RB32(par->extradata+0); in a64_write_header() 51 header[3] = AV_RB32(par->extradata+0); in a64_write_header()
|
D | wsddec.c | 31 !AV_RB32(p->buf + 36) || !p->buf[44] || in wsd_probe() 32 (p->buf[0] >= 0x10 && (AV_RB32(p->buf + 20) < 0x80 || AV_RB32(p->buf + 24) < 0x80))) in wsd_probe()
|
/third_party/ffmpeg/libavutil/avr32/ |
D | intreadwrite.h | 94 #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/ |
D | encryption_info.c | 98 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() 240 init_info_count = AV_RB32(side_data); in av_encryption_init_info_get_side_data() 249 system_id_size = AV_RB32(side_data); in av_encryption_init_info_get_side_data() [all …]
|
D | blowfish.c | 383 v0 = AV_RB32(src); in av_blowfish_crypt() 384 v1 = AV_RB32(src + 4); in av_blowfish_crypt() 389 v0 ^= AV_RB32(iv); in av_blowfish_crypt() 390 v1 ^= AV_RB32(iv + 4); in av_blowfish_crypt() 405 v0 = AV_RB32(dst); in av_blowfish_crypt() 406 v1 = AV_RB32(dst + 4); in av_blowfish_crypt() 408 v0 = AV_RB32(src); in av_blowfish_crypt() 409 v1 = AV_RB32(src + 4); in av_blowfish_crypt()
|
D | tea.c | 47 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()
|
D | cast5.c | 395 l = AV_RB32(src); in encipher() 396 r = AV_RB32(src + 4); in encipher() 422 l = AV_RB32(src); in decipher() 423 r = AV_RB32(src + 4); in decipher() 443 r ^= AV_RB32(iv); in decipher() 444 l ^= AV_RB32(iv + 4); in decipher() 468 q[i] = AV_RB32(newKey + (4 * i)); in av_cast5_init()
|
D | xtea.c | 47 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()
|
D | intreadwrite.h | 113 # 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
|
/third_party/ffmpeg/libavcodec/ |
D | sunrast.c | 43 if (AV_RB32(buf) != RAS_MAGIC) { in sunrast_decode_frame() 48 w = AV_RB32(buf + 4); in sunrast_decode_frame() 49 h = AV_RB32(buf + 8); in sunrast_decode_frame() 50 depth = AV_RB32(buf + 12); in sunrast_decode_frame() 51 type = AV_RB32(buf + 20); in sunrast_decode_frame() 52 maptype = AV_RB32(buf + 24); in sunrast_decode_frame() 53 maplength = AV_RB32(buf + 28); in sunrast_decode_frame()
|
D | mss12.c | 592 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(avctx->extradata + 16)); in ff_mss12_decode_init() 635 av_int2float(AV_RB32(avctx->extradata + 28))); in ff_mss12_decode_init() 637 AV_RB32(avctx->extradata + 32)); in ff_mss12_decode_init() [all …]
|
D | dvd_nav_parser.c | 63 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()
|
D | dxa.c | 62 …if (12ULL + ((avctx->width * avctx->height) >> 4) + AV_RB32(src + 0) + AV_RB32(src + 4) > srcsize) in decode_13() 67 mv = data + AV_RB32(src + 0); in decode_13() 68 msk = mv + AV_RB32(src + 4); in decode_13() 187 mask = AV_RB32(msk); in decode_13()
|
/third_party/ffmpeg/libavutil/tomi/ |
D | intreadwrite.h | 76 #define AV_RB32 AV_RB32 macro 77 static av_always_inline uint32_t AV_RB32(const void *p) in AV_RB32() function
|
/third_party/ffmpeg/libavutil/tests/ |
D | xtea.c | 100 AV_WL32(&buf[4*j], AV_RB32(&xtea_test_key[i][4*j])); in main() 103 AV_WL32(&ct[4*j], AV_RB32(&xtea_test_ct[i][4*j])); in main() 104 AV_WL32(&pl[4*j], AV_RB32(&xtea_test_pt[i][4*j])); in main()
|