Searched refs:AV_RL (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dintreadwrite.h345 # define AV_RN(s, p) AV_RL##s(p)
378 # define AV_RL(s, p) av_bswap##s(AV_RN##s(p)) macro
383 # define AV_RL(s, p) AV_RN##s(p) macro
401 # define AV_RL16(p) AV_RL(16, p)
415 # define AV_RL32(p) AV_RL(32, p)
429 # define AV_RL64(p) AV_RL(64, p)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dintreadwrite.h315 # define AV_RN(s, p) AV_RL##s(p)
348 # define AV_RL(s, p) av_bswap##s(AV_RN##s(p)) macro
353 # define AV_RL(s, p) AV_RN##s(p) macro
371 # define AV_RL16(p) AV_RL(16, p)
385 # define AV_RL32(p) AV_RL(32, p)
399 # define AV_RL64(p) AV_RL(64, p)

Completed in 103 milliseconds