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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/ppc/
H A Dintreadwrite.h59 #define AV_RL64 AV_RL64 macro
60 static av_always_inline uint64_t AV_RL64(const void *p) function
75 #define AV_RL64 AV_RL64 macro
76 static av_always_inline uint64_t AV_RL64(const void *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/ppc/
H A Dintreadwrite.h68 #define AV_RL64 AV_RX64 macro
89 #define AV_RL64 AV_RL64 macro
90 static av_always_inline uint64_t AV_RL64(const void *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Doggparseskeleton.c63 start_num = AV_RL64(buf+12);
64 start_den = AV_RL64(buf+20);
78 start_granule = AV_RL64(buf+36);
H A Dnistspheredec.c30 if (AV_RL64(p->buf) == AV_RL64("NIST_1A\x0a"))
H A Dqcp.c79 AV_RL64(pd->buf+8) == AV_RL64("QLCMfmt "))
H A Dmxg.c215 pkt->pts = pkt->dts = AV_RL64(startmarker_ptr + 8);
237 mxg->dts = AV_RL64(startmarker_ptr + 12);
H A Dasfcrypt.c179 ms_state = multiswap_enc(ms_keys, ms_state, AV_RL64(qwords));
H A Ddsfdec.c33 if (p->buf_size < 12 || memcmp(p->buf, "DSD ", 4) || AV_RL64(p->buf + 4) != 28)
H A Dmms.c77 chunksize = AV_RL64(p + sizeof(ff_asf_guid));
H A Doggparseogm.c144 avpriv_set_pts_info(st, 64, AV_RL64(p + 164), 10000000);
H A Drtpdec_asf.c55 uint64_t chunksize = AV_RL64(p + sizeof(ff_asf_guid));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doggparseskeleton.c60 start_num = AV_RL64(buf+12);
61 start_den = AV_RL64(buf+20);
75 start_granule = AV_RL64(buf+36);
H A Dqcp.c78 AV_RL64(pd->buf+8) == AV_RL64("QLCMfmt "))
H A Dmxg.c205 pkt->pts = pkt->dts = AV_RL64(startmarker_ptr + 8);
222 mxg->dts = AV_RL64(startmarker_ptr + 12);
H A Dasfcrypt.c170 ms_state = multiswap_enc(ms_keys, ms_state, AV_RL64(qwords));
H A Dmms.c77 chunksize = AV_RL64(p + sizeof(ff_asf_guid));
H A Doggparseogm.c121 st->codec->time_base.num = AV_RL64(p + 164);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/avr32/
H A Dintreadwrite.h173 #define AV_RL64 AV_RL64 macro
174 static av_always_inline uint64_t AV_RL64(const void *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/avr32/
H A Dintreadwrite.h173 #define AV_RL64 AV_RL64 macro
174 static av_always_inline uint64_t AV_RL64(const void *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmurmur3.c56 uint64_t k = AV_RL64(src);
65 uint64_t k = AV_RL64(src + 8);
179 printf("result: 0x%"PRIx64" 0x%"PRIx64"\n", AV_RL64(hash_result), AV_RL64(hash_result + 8));
H A Dintreadwrite.h191 # if defined(AV_RN64) && !defined(AV_RL64)
192 # define AV_RL64(p) AV_RN64(p) macro
193 # elif !defined(AV_RN64) && defined(AV_RL64)
194 # define AV_RN64(p) AV_RL64(p)
316 #ifndef AV_RL64
317 # define AV_RL64(x) \ macro
428 #ifndef AV_RL64
429 # define AV_RL64(p) AV_RL(64, p) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dintreadwrite.h167 # if defined(AV_RN64) && !defined(AV_RL64)
168 # define AV_RL64(p) AV_RN64(p) macro
169 # elif !defined(AV_RN64) && defined(AV_RL64)
170 # define AV_RN64(p) AV_RL64(p)
287 #ifndef AV_RL64
288 # define AV_RL64(x) \ macro
398 #ifndef AV_RL64
399 # define AV_RL64(p) AV_RL(64, p) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ds3tc.c96 dxt1_decode_pixels(s+8, d, qstride, 1, AV_RL64(s));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dffwavesynth.c265 in->ts_start = AV_RL64(edata + 0);
266 in->ts_end = AV_RL64(edata + 8);
438 ts = AV_RL64(packet->data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dtiny_psnr.c130 return av_int2double(AV_RL64(p));

Completed in 107 milliseconds

12