Home
last modified time | relevance | path

Searched defs:AV_RL24 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/avr32/
Dintreadwrite.h78 #define AV_RL24 AV_RL24 macro
79 static av_always_inline uint32_t AV_RL24(const void *p) in AV_RL24() function
/third_party/ffmpeg/libavutil/
Dintreadwrite.h164 # define AV_RL24(p) AV_RN24(p) macro
458 # define AV_RL24(x) \ macro