Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tomi/
Dintreadwrite.h53 #define AV_RL16 AV_RL16 macro
54 static av_always_inline uint16_t AV_RL16(const void *p) in AV_RL16() function
/third_party/ffmpeg/libavutil/avr32/
Dintreadwrite.h42 #define AV_RL16 AV_RL16 macro
43 static av_always_inline uint16_t AV_RL16(const void *p) in AV_RL16() function
/third_party/ffmpeg/libavutil/ppc/
Dintreadwrite.h30 #define AV_RL16 av_read_bswap16 macro
/third_party/ffmpeg/libavutil/
Dintreadwrite.h152 # define AV_RL16(p) AV_RN16(p) macro
253 # define AV_RL16(x) \ macro
409 # define AV_RL16(p) AV_RL(16, p) macro