Searched refs:AV_RB (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.h342 # define AV_RN(s, p) AV_RB##s(p)
376 # define AV_RB(s, p) AV_RN##s(p) macro
381 # define AV_RB(s, p) av_bswap##s(AV_RN##s(p)) macro
394 # define AV_RB16(p) AV_RB(16, p)
408 # define AV_RB32(p) AV_RB(32, p)
422 # define AV_RB64(p) AV_RB(64, p)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dintreadwrite.h312 # define AV_RN(s, p) AV_RB##s(p)
346 # define AV_RB(s, p) AV_RN##s(p) macro
351 # define AV_RB(s, p) av_bswap##s(AV_RN##s(p)) macro
364 # define AV_RB16(p) AV_RB(16, p)
378 # define AV_RB32(p) AV_RB(32, p)
392 # define AV_RB64(p) AV_RB(64, p)

Completed in 57 milliseconds