Home
last modified time | relevance | path

Searched defs:AV_RL64 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/avr32/
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/ppc/
Dintreadwrite.h34 #define AV_RL64 av_read_bswap64 macro
/third_party/ffmpeg/libavutil/
Dintreadwrite.h200 # define AV_RL64(p) AV_RN64(p) macro
325 # define AV_RL64(x) \ macro
437 # define AV_RL64(p) AV_RL(64, p) macro