Searched refs:AV_RB8 (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_jpeg.c238 type = AV_RB8(buf + 4); /* id of jpeg decoder params */
239 q = AV_RB8(buf + 5); /* quantization factor (or table id) */
240 width = AV_RB8(buf + 6); /* frame width in 8 pixel blocks */
241 height = AV_RB8(buf + 7); /* frame height in 8 pixel blocks */
270 precision = AV_RB8(buf + 1); /* size of coefficients */
H A Dmov.c1600 st->codec->channels = AV_RB8 (st->codec->extradata + 21);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dintreadwrite.h387 #define AV_RB8(x) (((const uint8_t*)(x))[0]) macro
390 #define AV_RL8(x) AV_RB8(x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dintreadwrite.h357 #define AV_RB8(x) (((const uint8_t*)(x))[0]) macro
360 #define AV_RL8(x) AV_RB8(x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbytestream.h96 DEF (byte, 1, AV_RB8 , AV_WB8 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbytestream.h93 DEF(unsigned int, byte, 1, AV_RB8 , AV_WB8)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmov.c1407 st->codec->channels = AV_RB8 (st->codec->extradata+21);

Completed in 119 milliseconds