Home
last modified time | relevance | path

Searched refs:AV_RL64 (Results 1 - 23 of 23) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doggparseskeleton.c63 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 Dnistspheredec.c30 if (AV_RL64(p->buf) == AV_RL64("NIST_1A\x0a")) in nist_probe()
H A Dqcp.c85 AV_RL64(pd->buf+8) == AV_RL64("QLCMfmt ")) in qcp_probe()
H A Dmxg.c217 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 Dasfcrypt.c187 ms_state = multiswap_enc(ms_keys, ms_state, AV_RL64(qwords)); in ff_asfcrypt_dec()
H A Dmms.c77 chunksize = AV_RL64(p + sizeof(ff_asf_guid)); in ff_mms_asf_header_parser()
H A Ddsfdec.c36 if (p->buf_size < 12 || memcmp(p->buf, "DSD ", 4) || AV_RL64(p->buf + 4) != 28) in dsf_probe()
H A Doggparseogm.c154 avpriv_set_pts_info(st, 64, AV_RL64(p + 164), 10000000); in ogm_dshow_header()
H A Drtpdec_asf.c55 uint64_t chunksize = AV_RL64(p + sizeof(ff_asf_guid)); in rtp_asf_fix_header()
H A Ddump.c193 layout = AV_RL64(data); in dump_paramchange()
H A Dimg2dec.c848 if (AV_RL64(b) == FF_JPEGXL_CONTAINER_SIGNATURE_LE) in jpegxl_probe()
H A Dwtvdec.c270 file_length = AV_RL64(buf + 24); in wtvfile_open2()
/third_party/ffmpeg/libavutil/avr32/
H A Dintreadwrite.h173 #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 Dmurmur3.c46 printf("result: 0x%"PRIx64" 0x%"PRIx64"\n", AV_RL64(hash_result), AV_RL64(hash_result + 8)); in main()
/third_party/ffmpeg/libavutil/
H A Dintreadwrite.h199 # 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 Dmurmur3.c58 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 Dffwavesynth.c260 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 Dexr.c1003 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 Dget_bits.h154 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 Dbytestream.h91 DEF(uint64_t, le64, 8, AV_RL64, AV_WL64)
/third_party/ffmpeg/libavutil/ppc/
H A Dintreadwrite.h34 #define AV_RL64 av_read_bswap64 macro
/third_party/ffmpeg/tests/
H A Dtiny_psnr.c130 return av_int2double(AV_RL64(p)); in get_f64l()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c850 ost->error[i] = AV_RL64(sd + 8 + 8*i); in update_video_stats()

Completed in 21 milliseconds