Searched defs:AV_RL32 (Results 1 – 4 of 4) sorted by relevance
114 #define AV_RL32 AV_RL32 macro115 static av_always_inline uint32_t AV_RL32(const void *p) in AV_RL32() function
109 #define AV_RL32(p) av_bswap32(AV_RB32(p)) macro146 #define AV_RL32 AV_RL32 macro147 static av_always_inline uint32_t AV_RL32(const void *p) in AV_RL32() function
32 #define AV_RL32 av_read_bswap32 macro
176 # define AV_RL32(p) AV_RN32(p) macro283 # define AV_RL32(x) \ macro423 # define AV_RL32(p) AV_RL(32, p) macro