Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/avr32/
Dintreadwrite.h64 #define AV_RB24 AV_RB24 macro
65 static av_always_inline uint32_t AV_RB24(const void *p) in AV_RB24() function
/third_party/ffmpeg/libavutil/
Dintreadwrite.h102 # define AV_RB24(p) AV_RN24(p) macro
444 # define AV_RB24(x) \ macro