Searched refs:AV_RN (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.h216 # define AV_RN(s, p) (((const union unaligned_##s *) (p))->l) macro
221 # define AV_RN(s, p) (*((const __unaligned uint##s##_t*)(p))) macro
226 # define AV_RN(s, p) (((const av_alias##s*)(p))->u##s) macro
342 # define AV_RN(s, p) AV_RB##s(p) macro
345 # define AV_RN(s, p) AV_RL##s(p) macro
352 # define AV_RN16(p) AV_RN(16, p)
356 # define AV_RN32(p) AV_RN(32, p)
360 # define AV_RN64(p) AV_RN(64, p)
376 # define AV_RB(s, p) AV_RN##s(p)
378 # define AV_RL(s, p) av_bswap##s(AV_RN##
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dintreadwrite.h192 # define AV_RN(s, p) (((const union unaligned_##s *) (p))->l) macro
197 # define AV_RN(s, p) (*((const __unaligned uint##s##_t*)(p))) macro
202 # define AV_RN(s, p) (((const av_alias##s*)(p))->u##s) macro
312 # define AV_RN(s, p) AV_RB##s(p) macro
315 # define AV_RN(s, p) AV_RL##s(p) macro
322 # define AV_RN16(p) AV_RN(16, p)
326 # define AV_RN32(p) AV_RN(32, p)
330 # define AV_RN64(p) AV_RN(64, p)
346 # define AV_RB(s, p) AV_RN##s(p)
348 # define AV_RL(s, p) av_bswap##s(AV_RN##
[all...]

Completed in 57 milliseconds