get_byte 129 libavformat/amr.c toc=get_byte(s->pb); get_byte 181 libavformat/asfdec.c get_byte(pb); get_byte 182 libavformat/asfdec.c get_byte(pb); get_byte 296 libavformat/asfdec.c asf_st->ds_span = get_byte(pb); get_byte 300 libavformat/asfdec.c get_byte(pb); //ds_silence_data get_byte 333 libavformat/asfdec.c get_byte(pb); get_byte 501 libavformat/asfdec.c v1 = get_byte(pb); get_byte 517 libavformat/asfdec.c get_byte(pb); get_byte 518 libavformat/asfdec.c get_byte(pb); get_byte 547 libavformat/asfdec.c case 1: var = get_byte(pb); rsize++; break; \ get_byte 565 libavformat/asfdec.c e= get_byte(pb); get_byte 580 libavformat/asfdec.c c= get_byte(pb); get_byte 581 libavformat/asfdec.c d= get_byte(pb); get_byte 609 libavformat/asfdec.c asf->packet_segsizetype = get_byte(pb); rsize++; get_byte 630 libavformat/asfdec.c int num = get_byte(pb); get_byte 669 libavformat/asfdec.c asf->packet_time_delta = get_byte(pb); get_byte 744 libavformat/asfdec.c asf->packet_obj_size = asf->packet_frag_size = get_byte(pb); get_byte 39 libavformat/assdec.c c = get_byte(s); get_byte 118 libavformat/avidec.c int index_sub_type = get_byte(pb); get_byte 119 libavformat/avidec.c int index_type = get_byte(pb); get_byte 485 libavformat/avidec.c get_byte(pb); get_byte 798 libavformat/avidec.c d[7]= get_byte(pb); get_byte 858 libavformat/avidec.c int k = get_byte(pb); get_byte 859 libavformat/avidec.c int last = (k + get_byte(pb) - 1) & 0xFF; get_byte 302 libavformat/avio.h int get_byte(ByteIOContext *s); get_byte 451 libavformat/aviobuf.c val = get_byte(s); get_byte 452 libavformat/aviobuf.c val |= get_byte(s) << 8; get_byte 460 libavformat/aviobuf.c val |= get_byte(s) << 16; get_byte 483 libavformat/aviobuf.c val = get_byte(s) << 8; get_byte 484 libavformat/aviobuf.c val |= get_byte(s); get_byte 492 libavformat/aviobuf.c val |= get_byte(s); get_byte 508 libavformat/aviobuf.c while ((c = get_byte(s))) { get_byte 531 libavformat/aviobuf.c tmp = get_byte(bc); get_byte 163 libavformat/avs.c sub_type = get_byte(s->pb); get_byte 164 libavformat/avs.c type = get_byte(s->pb); get_byte 134 libavformat/bethsoftvid.c code = get_byte(pb); get_byte 139 libavformat/bethsoftvid.c vidbuf_start[vidbuf_nbytes++] = get_byte(pb); get_byte 148 libavformat/bethsoftvid.c if(get_byte(pb)) get_byte 185 libavformat/bethsoftvid.c block_type = get_byte(pb); get_byte 200 libavformat/bethsoftvid.c s->streams[1]->codec->sample_rate = 1000000 / (256 - get_byte(pb)); get_byte 122 libavformat/bfi.c state = 256*state + get_byte(pb); get_byte 66 libavformat/c93.c c93->block_records[i].length = get_byte(pb); get_byte 67 libavformat/c93.c c93->block_records[i].frames = get_byte(pb); get_byte 83 libavformat/dsicin.c hdr->audio_bits = get_byte(pb); get_byte 84 libavformat/dsicin.c hdr->audio_stereo = get_byte(pb); get_byte 144 libavformat/dsicin.c hdr->video_frame_type = get_byte(pb); get_byte 145 libavformat/dsicin.c hdr->audio_frame_type = get_byte(pb); get_byte 422 libavformat/dv.c state = (state << 8) | get_byte(s->pb); get_byte 61 libavformat/dxa.c flags = get_byte(pb); get_byte 85 libavformat/electronicarts.c size = get_byte(pb); get_byte 89 libavformat/electronicarts.c byte = get_byte(pb); get_byte 115 libavformat/electronicarts.c byte = get_byte(pb); get_byte 123 libavformat/electronicarts.c subbyte = get_byte(pb); get_byte 221 libavformat/electronicarts.c ea->bytes = get_byte(pb); /* 1=8-bit, 2=16-bit */ get_byte 222 libavformat/electronicarts.c ea->num_channels = get_byte(pb); get_byte 223 libavformat/electronicarts.c compression_type = get_byte(pb); get_byte 275 libavformat/ffmdec.c codec->codec_type = get_byte(pb); /* codec_type */ get_byte 290 libavformat/ffmdec.c codec->qmin = get_byte(pb); get_byte 291 libavformat/ffmdec.c codec->qmax = get_byte(pb); get_byte 292 libavformat/ffmdec.c codec->max_qdiff = get_byte(pb); get_byte 317 libavformat/ffmdec.c codec->thread_count = get_byte(pb); get_byte 338 libavformat/ffmdec.c get_byte(pb); get_byte 91 libavformat/flvdec.c vcodec->extradata[0] = get_byte(s->pb); get_byte 128 libavformat/flvdec.c amf_type = get_byte(ioc); get_byte 134 libavformat/flvdec.c num_val = get_byte(ioc); break; get_byte 147 libavformat/flvdec.c if(get_byte(ioc) != AMF_END_OF_OBJECT) get_byte 162 libavformat/flvdec.c if(get_byte(ioc) != AMF_END_OF_OBJECT) get_byte 235 libavformat/flvdec.c type = get_byte(ioc); get_byte 268 libavformat/flvdec.c flags = get_byte(s->pb); get_byte 320 libavformat/flvdec.c type = get_byte(s->pb); get_byte 323 libavformat/flvdec.c dts |= get_byte(s->pb) << 24; get_byte 337 libavformat/flvdec.c flags = get_byte(s->pb); get_byte 341 libavformat/flvdec.c flags = get_byte(s->pb); get_byte 412 libavformat/flvdec.c int type = get_byte(s->pb); get_byte 43 libavformat/gxf.c if (get_byte(pb) != 1) get_byte 45 libavformat/gxf.c *type = get_byte(pb); get_byte 52 libavformat/gxf.c if (get_byte(pb) != 0xe1) get_byte 54 libavformat/gxf.c if (get_byte(pb) != 0xe2) get_byte 164 libavformat/gxf.c GXFMatTag tag = get_byte(pb); get_byte 165 libavformat/gxf.c int tlen = get_byte(pb); get_byte 213 libavformat/gxf.c GXFTrackTag tag = get_byte(pb); get_byte 214 libavformat/gxf.c int tlen = get_byte(pb); get_byte 270 libavformat/gxf.c if (get_byte(pb) != 0x0e0 || get_byte(pb) != 0xff) { get_byte 295 libavformat/gxf.c track_type = get_byte(pb); get_byte 296 libavformat/gxf.c track_id = get_byte(pb); get_byte 367 libavformat/gxf.c tmp = tmp << 8 | get_byte(pb); \ get_byte 399 libavformat/gxf.c get_byte(pb); get_byte 400 libavformat/gxf.c cur_track = get_byte(pb); get_byte 440 libavformat/gxf.c track_type = get_byte(pb); get_byte 441 libavformat/gxf.c track_id = get_byte(pb); get_byte 449 libavformat/gxf.c get_byte(pb); // flags get_byte 450 libavformat/gxf.c get_byte(pb); // reserved get_byte 113 libavformat/iff.c st->codec->codec_tag = get_byte(pb); get_byte 47 libavformat/iss.c while ((c = get_byte(s))) { get_byte 55 libavformat/iss.c get_byte(s); get_byte 538 libavformat/matroskadec.c if (!(total = get_byte(pb))) { get_byte 565 libavformat/matroskadec.c total = (total << 8) | get_byte(pb); get_byte 586 libavformat/matroskadec.c *num = (*num << 8) | get_byte(pb); get_byte 215 libavformat/mmf.c get_byte(pb); /* format type */ get_byte 216 libavformat/mmf.c get_byte(pb); /* sequence type */ get_byte 217 libavformat/mmf.c params = get_byte(pb); /* (channel << 7) | (format << 4) | rate */ get_byte 223 libavformat/mmf.c get_byte(pb); /* wave base bit */ get_byte 224 libavformat/mmf.c get_byte(pb); /* time base d */ get_byte 225 libavformat/mmf.c get_byte(pb); /* time base g */ get_byte 276 libavformat/mov.c volume_len = get_byte(pb); get_byte 320 libavformat/mov.c get_byte(pb); /* version */ get_byte 358 libavformat/mov.c int c = get_byte(pb); get_byte 369 libavformat/mov.c *tag = get_byte(pb); get_byte 400 libavformat/mov.c get_byte(pb); /* priority */ get_byte 406 libavformat/mov.c int object_type_id = get_byte(pb); get_byte 407 libavformat/mov.c get_byte(pb); /* stream type */ get_byte 522 libavformat/mov.c version = get_byte(pb); get_byte 548 libavformat/mov.c int version = get_byte(pb); /* version */ get_byte 725 libavformat/mov.c get_byte(pb); /* version */ get_byte 796 libavformat/mov.c get_byte(pb); /* version */ get_byte 939 libavformat/mov.c get_byte(pb); get_byte 940 libavformat/mov.c get_byte(pb); get_byte 941 libavformat/mov.c r = get_byte(pb); get_byte 942 libavformat/mov.c get_byte(pb); get_byte 943 libavformat/mov.c g = get_byte(pb); get_byte 944 libavformat/mov.c get_byte(pb); get_byte 945 libavformat/mov.c b = get_byte(pb); get_byte 946 libavformat/mov.c get_byte(pb); get_byte 1123 libavformat/mov.c get_byte(pb); /* version */ get_byte 1156 libavformat/mov.c get_byte(pb); /* version */ get_byte 1188 libavformat/mov.c get_byte(pb); /* version */ get_byte 1226 libavformat/mov.c get_byte(pb); /* version */ get_byte 1273 libavformat/mov.c get_byte(pb); /* version */ get_byte 1588 libavformat/mov.c version = get_byte(pb); get_byte 1658 libavformat/mov.c get_byte(pb); /* version */ get_byte 1698 libavformat/mov.c get_byte(pb); /* version */ get_byte 1725 libavformat/mov.c get_byte(pb); /* version */ get_byte 1864 libavformat/mov.c get_byte(pb); /* version */ get_byte 166 libavformat/mp3.c v= (v<<7) + (get_byte(s)&0x7F); get_byte 182 libavformat/mp3.c switch(get_byte(s->pb)) { /* encoding type */ get_byte 188 libavformat/mp3.c PUT_UTF8(get_byte(s->pb), tmp, if (q - dst < dstlen - 1) *q++ = tmp;) get_byte 70 libavformat/mpc.c t = get_byte(s->pb) << 21; get_byte 71 libavformat/mpc.c t |= get_byte(s->pb) << 14; get_byte 72 libavformat/mpc.c t |= get_byte(s->pb) << 7; get_byte 73 libavformat/mpc.c t |= get_byte(s->pb); get_byte 81 libavformat/mpc.c c->ver = get_byte(s->pb); get_byte 172 libavformat/mpc8.c c->ver = get_byte(pb); get_byte 112 libavformat/mpeg.c v = get_byte(s->pb); get_byte 125 libavformat/mpeg.c buf[0] = c<0 ? get_byte(pb) : c; get_byte 142 libavformat/mpeg.c v = get_byte(pb); get_byte 173 libavformat/mpeg.c get_byte(pb); get_byte 204 libavformat/mpeg.c get_byte(pb); get_byte 205 libavformat/mpeg.c get_byte(pb); get_byte 214 libavformat/mpeg.c unsigned char type = get_byte(pb); get_byte 215 libavformat/mpeg.c unsigned char es_id = get_byte(pb); get_byte 263 libavformat/mpeg.c if (get_byte(s->pb) == 'S') { get_byte 296 libavformat/mpeg.c c = get_byte(s->pb); get_byte 304 libavformat/mpeg.c get_byte(s->pb); get_byte 305 libavformat/mpeg.c c = get_byte(s->pb); get_byte 323 libavformat/mpeg.c flags = get_byte(s->pb); get_byte 324 libavformat/mpeg.c header_len = get_byte(s->pb); get_byte 342 libavformat/mpeg.c pes_ext = get_byte(s->pb); get_byte 355 libavformat/mpeg.c ext2_len = get_byte(s->pb); get_byte 358 libavformat/mpeg.c id_ext = get_byte(s->pb); get_byte 373 libavformat/mpeg.c startcode = get_byte(s->pb); get_byte 377 libavformat/mpeg.c get_byte(s->pb); get_byte 378 libavformat/mpeg.c get_byte(s->pb); get_byte 379 libavformat/mpeg.c get_byte(s->pb); get_byte 383 libavformat/mpeg.c get_byte(s->pb); get_byte 424 libavformat/mpeg.c dvdaudio_substream_type = get_byte(s->pb); get_byte 539 libavformat/mpeg.c get_byte(s->pb); /* emphasis (1), muse(1), reserved(1), frame number(5) */ get_byte 540 libavformat/mpeg.c b1 = get_byte(s->pb); /* quant (2), freq(2), reserved(1), channels(3) */ get_byte 541 libavformat/mpeg.c get_byte(s->pb); /* dynamic range control (0x80 = off) */ get_byte 91 libavformat/msnwc_tcp.c while(get_byte(pb) != HEADER_SIZE && !url_feof(pb)); get_byte 76 libavformat/mtv.c mtv->img_bpp = get_byte(pb); get_byte 56 libavformat/mvi.c version = get_byte(pb); get_byte 57 libavformat/mvi.c vst->codec->extradata[0] = get_byte(pb); get_byte 58 libavformat/mvi.c vst->codec->extradata[1] = get_byte(pb); get_byte 63 libavformat/mvi.c get_byte(pb); get_byte 66 libavformat/mvi.c get_byte(pb); get_byte 69 libavformat/mvi.c get_byte(pb); get_byte 163 libavformat/mxfdec.c uint64_t size = get_byte(pb); get_byte 171 libavformat/mxfdec.c size = size << 8 | get_byte(pb); get_byte 180 libavformat/mxfdec.c b = get_byte(pb); get_byte 525 libavformat/mxfdec.c code = get_byte(pb); get_byte 529 libavformat/mxfdec.c descriptor->bits_per_sample += get_byte(pb); get_byte 532 libavformat/mxfdec.c descriptor->bits_per_sample += get_byte(pb); get_byte 535 libavformat/mxfdec.c descriptor->bits_per_sample += get_byte(pb); get_byte 538 libavformat/mxfdec.c get_byte(pb); get_byte 71 libavformat/ncdec.c state = (state<<8) + get_byte(s->pb); get_byte 74 libavformat/ncdec.c get_byte(s->pb); get_byte 247 libavformat/nsvdec.c v |= get_byte(pb); get_byte 407 libavformat/nsvdec.c i = get_byte(pb); get_byte 570 libavformat/nsvdec.c auxcount = get_byte(pb); get_byte 627 libavformat/nsvdec.c bps = get_byte(pb); get_byte 628 libavformat/nsvdec.c channels = get_byte(pb); get_byte 38 libavformat/nutdec.c get_byte(bc); get_byte 119 libavformat/nutdec.c state= (state<<8) | get_byte(bc); get_byte 179 libavformat/nutdec.c get_byte(bc); get_byte 778 libavformat/nutdec.c frame_code = get_byte(bc); get_byte 784 libavformat/nutdec.c tmp = (tmp<<8) + get_byte(bc); get_byte 801 libavformat/nutdec.c frame_code = get_byte(bc); get_byte 65 libavformat/nuv.c frametype = get_byte(pb); get_byte 68 libavformat/nuv.c subtype = get_byte(pb); get_byte 139 libavformat/nuv.c get_byte(pb); // 'P' == progressive, 'I' == interlaced get_byte 79 libavformat/pva.c streamid = get_byte(pb); get_byte 80 libavformat/pva.c get_byte(pb); /* counter not used */ get_byte 81 libavformat/pva.c reserved = get_byte(pb); get_byte 82 libavformat/pva.c flags = get_byte(pb); get_byte 117 libavformat/pva.c get_byte(pb); get_byte 120 libavformat/pva.c pes_header_data_length = get_byte(pb); get_byte 62 libavformat/r3d.c tmp = get_byte(s->pb); // major version get_byte 63 libavformat/r3d.c tmp2 = get_byte(s->pb); // minor version get_byte 86 libavformat/r3d.c tmp = get_byte(s->pb); // audio channels get_byte 219 libavformat/r3d.c tmp = get_byte(s->pb); // major version get_byte 220 libavformat/r3d.c tmp2 = get_byte(s->pb); // minor version get_byte 279 libavformat/r3d.c tmp = get_byte(s->pb); // major version get_byte 280 libavformat/r3d.c tmp2 = get_byte(s->pb); // minor version get_byte 58 libavformat/rmdec.c r = get_byte(pb); get_byte 67 libavformat/rmdec.c get_strl(pb, buf, buf_size, get_byte(pb)); get_byte 75 libavformat/rmdec.c int len = wide ? get_be16(s->pb) : get_byte(s->pb); get_byte 107 libavformat/rmdec.c get_byte(pb); get_byte 165 libavformat/rmdec.c get_be16(pb); get_byte(pb); get_byte 167 libavformat/rmdec.c get_byte(pb); get_byte 196 libavformat/rmdec.c get_be16(pb); get_byte(pb); get_byte 198 libavformat/rmdec.c get_byte(pb); get_byte 208 libavformat/rmdec.c get_byte(pb); get_byte 216 libavformat/rmdec.c get_byte(pb); get_byte 217 libavformat/rmdec.c get_byte(pb); get_byte 218 libavformat/rmdec.c get_byte(pb); get_byte 440 libavformat/rmdec.c state= (state<<8) + get_byte(pb); get_byte 456 libavformat/rmdec.c res= get_byte(pb); /* reserved */ get_byte 457 libavformat/rmdec.c *flags = get_byte(pb); /* flags */ get_byte 488 libavformat/rmdec.c hdr = get_byte(pb); len--; get_byte 492 libavformat/rmdec.c seq = get_byte(pb); len--; get_byte 497 libavformat/rmdec.c pic_num = get_byte(pb); len--; get_byte 806 libavformat/rmdec.c h= get_byte(s->pb); len--; get_byte 808 libavformat/rmdec.c seq = get_byte(s->pb); len--; get_byte 54 libavformat/rpl.c int b = get_byte(pb); get_byte 150 libavformat/smacker.c smk->frm_flags[i] = get_byte(pb); get_byte 245 libavformat/smacker.c size = get_byte(s->pb); get_byte 252 libavformat/smacker.c t = get_byte(s->pb); get_byte 257 libavformat/smacker.c off = get_byte(s->pb) * 3; get_byte 268 libavformat/smacker.c *pal++ = smk_pal[get_byte(s->pb) & 0x3F]; get_byte 269 libavformat/smacker.c *pal++ = smk_pal[get_byte(s->pb) & 0x3F]; get_byte 101 libavformat/sol.c type = get_byte(pb); get_byte 104 libavformat/sol.c get_byte(pb); /* newer SOLs contain padding byte */ get_byte 71 libavformat/swfdec.c nbits = get_byte(pb) >> 3; get_byte 98 libavformat/swfdec.c get_byte(pb); get_byte 104 libavformat/swfdec.c vst->codec->codec_id = codec_get_id(swf_codec_tags, get_byte(pb)); get_byte 111 libavformat/swfdec.c get_byte(pb); get_byte 112 libavformat/swfdec.c v = get_byte(pb); get_byte 151 libavformat/tiertexseq.c buffer_num[i] = get_byte(pb); get_byte 50 libavformat/vc1test.c if(get_byte(pb) != 0xC5 || get_le32(pb) != 4) get_byte 92 libavformat/vc1test.c if(get_byte(pb) & 0x80) get_byte 75 libavformat/vocdec.c type = get_byte(pb); get_byte 83 libavformat/vocdec.c dec->sample_rate = 1000000 / (256 - get_byte(pb)); get_byte 87 libavformat/vocdec.c dec->codec_id = codec_get_id(ff_voc_codec_tags, get_byte(pb)); get_byte 99 libavformat/vocdec.c get_byte(pb); get_byte 100 libavformat/vocdec.c channels = get_byte(pb) + 1; get_byte 108 libavformat/vocdec.c dec->bits_per_coded_sample = get_byte(pb); get_byte 109 libavformat/vocdec.c dec->channels = get_byte(pb); get_byte 92 libavformat/wv.c get_byte(pb); // track no get_byte 93 libavformat/wv.c get_byte(pb); // track sub index get_byte 200 libavformat/yuv4mpeg.c header[i] = get_byte(pb); get_byte 348 libavformat/yuv4mpeg.c header[i] = get_byte(s->pb); get_byte 53 libavutil/lzo.c #define GETB(c) get_byte(&(c)) get_byte 65 libavutil/lzo.c while (!(x = get_byte(c))) cnt += 255;