Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tomi/
Dintreadwrite.h114 #define AV_RL32 AV_RL32 macro
115 static av_always_inline uint32_t AV_RL32(const void *p) in AV_RL32() function
/third_party/ffmpeg/libavutil/avr32/
Dintreadwrite.h109 #define AV_RL32(p) av_bswap32(AV_RB32(p)) macro
146 #define AV_RL32 AV_RL32 macro
147 static av_always_inline uint32_t AV_RL32(const void *p) in AV_RL32() function
/third_party/ffmpeg/libavutil/ppc/
Dintreadwrite.h32 #define AV_RL32 av_read_bswap32 macro
/third_party/ffmpeg/libavutil/
Dintreadwrite.h176 # define AV_RL32(p) AV_RN32(p) macro
283 # define AV_RL32(x) \ macro
423 # define AV_RL32(p) AV_RL(32, p) macro