Searched defs:AV_RB32 (Results 1 – 4 of 4) sorted by relevance
94 #define AV_RB32 AV_RB32 macro95 static av_always_inline uint32_t AV_RB32(const void *p) in AV_RB32() function130 #define AV_RB32 AV_RB32 macro131 static av_always_inline uint32_t AV_RB32(const void *p) in AV_RB32() function
76 #define AV_RB32 AV_RB32 macro77 static av_always_inline uint32_t AV_RB32(const void *p) in AV_RB32() function
40 #define AV_RB32 av_read_bswap32 macro
114 # define AV_RB32(p) AV_RN32(p) macro266 # define AV_RB32(x) \ macro416 # define AV_RB32(p) AV_RB(32, p) macro