AV_RL64 760 fftools/ffmpeg.c ost->error[i] = AV_RL64(sd + 8 + 8*i); AV_RL64 87 libavcodec/bytestream.h DEF(uint64_t, le64, 8, AV_RL64, AV_WL64) AV_RL64 1010 libavcodec/exr.c line_offset = AV_RL64(s->gb.buffer + jobnr * 8); AV_RL64 259 libavcodec/ffwavesynth.c in->ts_start = AV_RL64(edata + 0); AV_RL64 260 libavcodec/ffwavesynth.c in->ts_end = AV_RL64(edata + 8); AV_RL64 436 libavcodec/ffwavesynth.c ts = AV_RL64(packet->data); AV_RL64 154 libavcodec/get_bits.h AV_RL64((gb)->buffer + (name ## _index >> 3)) >> (name ## _index & 7) AV_RL64 252 libavcodec/get_bits.h s->cache = AV_RL64(s->buffer + (s->index >> 3)); AV_RL64 186 libavformat/asfcrypt.c ms_state = multiswap_enc(ms_keys, ms_state, AV_RL64(qwords)); AV_RL64 35 libavformat/dsfdec.c if (p->buf_size < 12 || memcmp(p->buf, "DSD ", 4) || AV_RL64(p->buf + 4) != 28) AV_RL64 186 libavformat/dump.c layout = AV_RL64(data); AV_RL64 77 libavformat/mms.c chunksize = AV_RL64(p + sizeof(ff_asf_guid)); AV_RL64 218 libavformat/mxg.c pkt->pts = pkt->dts = AV_RL64(startmarker_ptr + 8); AV_RL64 232 libavformat/mxg.c mxg->dts = AV_RL64(startmarker_ptr + 12); AV_RL64 30 libavformat/nistspheredec.c if (AV_RL64(p->buf) == AV_RL64("NIST_1A\x0a")) AV_RL64 153 libavformat/oggparseogm.c avpriv_set_pts_info(st, 64, AV_RL64(p + 164), 10000000); AV_RL64 63 libavformat/oggparseskeleton.c start_num = AV_RL64(buf+12); AV_RL64 64 libavformat/oggparseskeleton.c start_den = AV_RL64(buf+20); AV_RL64 78 libavformat/oggparseskeleton.c start_granule = AV_RL64(buf+36); AV_RL64 85 libavformat/qcp.c AV_RL64(pd->buf+8) == AV_RL64("QLCMfmt ")) AV_RL64 56 libavformat/rtpdec_asf.c uint64_t chunksize = AV_RL64(p + sizeof(ff_asf_guid)); AV_RL64 269 libavformat/wtvdec.c file_length = AV_RL64(buf + 24); AV_RL64 173 libavutil/avr32/intreadwrite.h #define AV_RL64 AV_RL64 AV_RL64 199 libavutil/intreadwrite.h # if defined(AV_RN64) && !defined(AV_RL64) AV_RL64 201 libavutil/intreadwrite.h # elif !defined(AV_RN64) && defined(AV_RL64) AV_RL64 202 libavutil/intreadwrite.h # define AV_RN64(p) AV_RL64(p) AV_RL64 324 libavutil/intreadwrite.h #ifndef AV_RL64 AV_RL64 436 libavutil/intreadwrite.h #ifndef AV_RL64 AV_RL64 56 libavutil/murmur3.c uint64_t k = AV_RL64(src); AV_RL64 65 libavutil/murmur3.c uint64_t k = AV_RL64(src + 8); AV_RL64 46 libavutil/tests/murmur3.c printf("result: 0x%"PRIx64" 0x%"PRIx64"\n", AV_RL64(hash_result), AV_RL64(hash_result + 8)); AV_RL64 130 tests/tiny_psnr.c return av_int2double(AV_RL64(p));