Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/mips/
Dintreadwrite.h29 #define AV_RN32 AV_RN32 macro
30 static av_always_inline uint32_t AV_RN32(const void *p) in AV_RN32() function
/third_party/ffmpeg/libavutil/arm/
Dintreadwrite.h49 #define AV_RN32 AV_RN32 macro
50 static av_always_inline uint32_t AV_RN32(const void *p) in AV_RN32() function
/third_party/ffmpeg/libavutil/
Dintreadwrite.h116 # define AV_RN32(p) AV_RB32(p) macro
178 # define AV_RN32(p) AV_RL32(p) macro
364 # define AV_RN32(p) AV_RN(32, p) macro