Home
last modified time | relevance | path

Searched defs:AV_RB32 (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/avr32/
Dintreadwrite.h94 #define AV_RB32 AV_RB32 macro
95 static av_always_inline uint32_t AV_RB32(const void *p) in AV_RB32() function
130 #define AV_RB32 AV_RB32 macro
131 static av_always_inline uint32_t AV_RB32(const void *p) in AV_RB32() function
/third_party/ffmpeg/libavutil/tomi/
Dintreadwrite.h76 #define AV_RB32 AV_RB32 macro
77 static av_always_inline uint32_t AV_RB32(const void *p) in AV_RB32() function
/third_party/ffmpeg/libavutil/ppc/
Dintreadwrite.h40 #define AV_RB32 av_read_bswap32 macro
/third_party/ffmpeg/libavutil/
Dintreadwrite.h114 # define AV_RB32(p) AV_RN32(p) macro
266 # define AV_RB32(x) \ macro
416 # define AV_RB32(p) AV_RB(32, p) macro