AV_RB8 93 libavcodec/bytestream.h DEF(unsigned int, byte, 1, AV_RB8 , AV_WB8) AV_RB8 91 libavformat/adxdec.c avctx->channels = AV_RB8(avctx->extradata + 7); AV_RB8 1838 libavformat/mov.c st->codec->channels = AV_RB8 (st->codec->extradata + 21); AV_RB8 230 libavformat/rtpdec_jpeg.c type = AV_RB8(buf + 4); /* id of jpeg decoder params */ AV_RB8 231 libavformat/rtpdec_jpeg.c q = AV_RB8(buf + 5); /* quantization factor (or table id) */ AV_RB8 232 libavformat/rtpdec_jpeg.c width = AV_RB8(buf + 6); /* frame width in 8 pixel blocks */ AV_RB8 233 libavformat/rtpdec_jpeg.c height = AV_RB8(buf + 7); /* frame height in 8 pixel blocks */ AV_RB8 272 libavformat/rtpdec_jpeg.c precision = AV_RB8(buf + 1); /* size of coefficients */ AV_RB8 398 libavutil/intreadwrite.h #define AV_RL8(x) AV_RB8(x)