Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/avr32/
Dintreadwrite.h164 #define AV_RB64 AV_RB64 macro
165 static av_always_inline uint64_t AV_RB64(const void *p) in AV_RB64() function
/third_party/ffmpeg/libavutil/ppc/
Dintreadwrite.h42 #define AV_RB64 av_read_bswap64 macro
/third_party/ffmpeg/libavutil/
Dintreadwrite.h138 # define AV_RB64(p) AV_RN64(p) macro
300 # define AV_RB64(x) \ macro
430 # define AV_RB64(p) AV_RB(64, p) macro