/third_party/ffmpeg/libavformat/ |
H A D | oggparseskeleton.c | 63 start_num = AV_RL64(buf+12); in skeleton_header() 64 start_den = AV_RL64(buf+20); in skeleton_header() 78 start_granule = AV_RL64(buf+36); in skeleton_header()
|
H A D | nistspheredec.c | 30 if (AV_RL64(p->buf) == AV_RL64("NIST_1A\x0a")) in nist_probe()
|
H A D | qcp.c | 85 AV_RL64(pd->buf+8) == AV_RL64("QLCMfmt ")) in qcp_probe()
|
H A D | mxg.c | 217 pkt->pts = pkt->dts = AV_RL64(startmarker_ptr + 8); in mxg_read_packet() 231 mxg->dts = AV_RL64(startmarker_ptr + 12); in mxg_read_packet()
|
H A D | asfcrypt.c | 187 ms_state = multiswap_enc(ms_keys, ms_state, AV_RL64(qwords)); in ff_asfcrypt_dec()
|
H A D | mms.c | 77 chunksize = AV_RL64(p + sizeof(ff_asf_guid)); in ff_mms_asf_header_parser()
|
H A D | dsfdec.c | 36 if (p->buf_size < 12 || memcmp(p->buf, "DSD ", 4) || AV_RL64(p->buf + 4) != 28) in dsf_probe()
|
H A D | oggparseogm.c | 154 avpriv_set_pts_info(st, 64, AV_RL64(p + 164), 10000000); in ogm_dshow_header()
|
H A D | rtpdec_asf.c | 55 uint64_t chunksize = AV_RL64(p + sizeof(ff_asf_guid)); in rtp_asf_fix_header()
|
H A D | dump.c | 193 layout = AV_RL64(data); in dump_paramchange()
|
H A D | img2dec.c | 848 if (AV_RL64(b) == FF_JPEGXL_CONTAINER_SIGNATURE_LE) in jpegxl_probe()
|
H A D | wtvdec.c | 270 file_length = AV_RL64(buf + 24); in wtvfile_open2()
|
/third_party/ffmpeg/libavutil/avr32/ |
H A D | intreadwrite.h | 173 #define AV_RL64 AV_RL64 macro 174 static av_always_inline uint64_t AV_RL64(const void *p) in AV_RL64() function
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | murmur3.c | 46 printf("result: 0x%"PRIx64" 0x%"PRIx64"\n", AV_RL64(hash_result), AV_RL64(hash_result + 8)); in main()
|
/third_party/ffmpeg/libavutil/ |
H A D | intreadwrite.h | 199 # if defined(AV_RN64) && !defined(AV_RL64) 200 # define AV_RL64(p) AV_RN64(p) macro 201 # elif !defined(AV_RN64) && defined(AV_RL64) 202 # define AV_RN64(p) AV_RL64(p) 324 #ifndef AV_RL64 325 # define AV_RL64(x) \ macro 436 #ifndef AV_RL64 437 # define AV_RL64(p) AV_RL(64, p) macro
|
H A D | murmur3.c | 58 uint64_t k = AV_RL64(src); in get_k1() 67 uint64_t k = AV_RL64(src + 8); in get_k2()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ffwavesynth.c | 260 in->ts_start = AV_RL64(edata + 0); in wavesynth_parse_extradata() 261 in->ts_end = AV_RL64(edata + 8); in wavesynth_parse_extradata() 429 ts = AV_RL64(packet->data); in wavesynth_decode()
|
H A D | exr.c | 1003 version = AV_RL64(src + 0); in dwa_uncompress() 1007 lo_usize = AV_RL64(src + 8); in dwa_uncompress() 1008 lo_size = AV_RL64(src + 16); in dwa_uncompress() 1009 ac_size = AV_RL64(src + 24); in dwa_uncompress() 1010 dc_size = AV_RL64(src + 32); in dwa_uncompress() 1011 rle_csize = AV_RL64(src + 40); in dwa_uncompress() 1012 rle_usize = AV_RL64(src + 48); in dwa_uncompress() 1013 rle_raw_size = AV_RL64(src + 56); in dwa_uncompress() 1014 ac_count = AV_RL64(src + 64); in dwa_uncompress() 1015 dc_count = AV_RL64(sr in dwa_uncompress() [all...] |
H A D | get_bits.h | 154 AV_RL64((gb)->buffer + (name ## _index >> 3)) >> (name ## _index & 7) 252 s->cache = AV_RL64(s->buffer + (s->index >> 3)); in refill_64()
|
H A D | bytestream.h | 91 DEF(uint64_t, le64, 8, AV_RL64, AV_WL64)
|
/third_party/ffmpeg/libavutil/ppc/ |
H A D | intreadwrite.h | 34 #define AV_RL64 av_read_bswap64 macro
|
/third_party/ffmpeg/tests/ |
H A D | tiny_psnr.c | 130 return av_int2double(AV_RL64(p)); in get_f64l()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 850 ost->error[i] = AV_RL64(sd + 8 + 8*i); in update_video_stats()
|