AV_RB8 95 libavcodec/bytestream.h DEF(unsigned int, byte, 1, AV_RB8 , AV_WB8) AV_RB8 198 libavcodec/movtextdec.c m->d.back_alpha = AV_RB8(tx3g_ptr); AV_RB8 217 libavcodec/movtextdec.c m->d.alpha = AV_RB8(tx3g_ptr); AV_RB8 332 libavcodec/movtextdec.c m->s_temp->style_flag = AV_RB8(tsmb); AV_RB8 337 libavcodec/movtextdec.c m->s_temp->fontsize = AV_RB8(tsmb); AV_RB8 341 libavcodec/movtextdec.c m->s_temp->alpha = AV_RB8(tsmb); AV_RB8 102 libavformat/adxdec.c par->channels = AV_RB8 (par->extradata + 7); AV_RB8 37 libavformat/mj2kdec.c marker = AV_RB8(b+4+marker_size); AV_RB8 2429 libavformat/mov.c st->codecpar->channels = AV_RB8 (st->codecpar->extradata + 21); AV_RB8 765 libavformat/movenc.c avio_w8(pb, AV_RB8(track->par->extradata + 9)); /* OuputChannelCount */ AV_RB8 232 libavformat/rtpdec_jpeg.c type = AV_RB8(buf + 4); /* id of jpeg decoder params */ AV_RB8 233 libavformat/rtpdec_jpeg.c q = AV_RB8(buf + 5); /* quantization factor (or table id) */ AV_RB8 234 libavformat/rtpdec_jpeg.c width = AV_RB8(buf + 6); /* frame width in 8 pixel blocks */ AV_RB8 235 libavformat/rtpdec_jpeg.c height = AV_RB8(buf + 7); /* frame height in 8 pixel blocks */ AV_RB8 268 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)