Searched refs:avio_r8 (Results 76 - 100 of 155) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dbintext.c100 if (avio_r8(pb) != 0x01)
106 len = avio_r8(pb); \
184 fontheight = avio_r8(pb);
186 flags = avio_r8(pb);
219 if (avio_r8(pb) != 1)
H A Delectronicarts.c89 size = avio_r8(pb);
93 byte = avio_r8(pb);
115 byte = avio_r8(pb);
123 subbyte = avio_r8(pb);
263 ea->bytes = avio_r8(pb); /* 1=8-bit, 2=16-bit */
264 ea->num_channels = avio_r8(pb);
265 compression_type = avio_r8(pb);
H A Dsmacker.c142 smk->aflags[i] = avio_r8(pb);
165 smk->frm_flags[i] = avio_r8(pb);
275 size = avio_r8(s->pb);
284 t = avio_r8(s->pb);
289 off = avio_r8(s->pb);
307 *pal++ = smk_pal[avio_r8(s->pb) & 0x3F];
308 *pal++ = smk_pal[avio_r8(s->pb) & 0x3F];
H A Did3v2.c169 v = (v << 7) + (avio_r8(s) & 0x7F);
216 ch = avio_r8(pb);
254 ch = avio_r8(pb);
285 encoding = avio_r8(pb);
343 encoding = avio_r8(pb);
468 enc = avio_r8(pb);
493 pic_type = avio_r8(pb);
805 *b++ = avio_r8(pb);
809 uint8_t val = avio_r8(pb);
810 *b++ = val ? val : avio_r8(p
[all...]
H A Disom.c400 int c = avio_r8(pb);
411 *tag = avio_r8(pb);
422 flags = avio_r8(pb);
426 int len = avio_r8(pb);
447 int object_type_id = avio_r8(pb);
448 avio_r8(pb); /* stream type */
H A Daviobuf.c498 int avio_r8(AVIOContext *s) function
607 val = avio_r8(s);
608 val |= avio_r8(s) << 8;
616 val |= avio_r8(s) << 16;
639 val = avio_r8(s) << 8;
640 val |= avio_r8(s);
648 val |= avio_r8(s);
665 c = avio_r8(s);
669 if (c == '\r' && avio_r8(s) != '\n')
685 if (!(buf[i] = avio_r8(
[all...]
H A Dbmv.c79 type = avio_r8(s->pb);
H A Davs.c165 sub_type = avio_r8(s->pb);
166 type = avio_r8(s->pb);
H A Dc93.c70 c93->block_records[i].length = avio_r8(pb);
71 c93->block_records[i].frames = avio_r8(pb);
H A Dyop.c90 frame_rate = avio_r8(pb);
91 yop->frame_size = avio_r8(pb) * 2048;
H A Dyuv4mpegdec.c45 header[i] = avio_r8(pb);
271 header[i] = avio_r8(s->pb);
H A Dnsvdec.c241 v |= avio_r8(pb);
393 i = avio_r8(pb);
563 auxcount = avio_r8(pb);
619 bps = avio_r8(pb);
620 channels = avio_r8(pb);
H A Dmov.c97 avio_r8(pb);
98 avio_r8(pb);
99 avio_r8(pb);
101 snprintf(buf, sizeof(buf), "%d", avio_r8(pb));
112 snprintf(buf, sizeof(buf), "%d", avio_r8(pb));
124 avio_r8(pb); // unknown
126 genre = avio_r8(pb);
162 uint8_t t, c = avio_r8(pb);
397 version = avio_r8(pb);
401 nb_chapters = avio_r8(p
[all...]
H A Damr.c125 toc = avio_r8(s->pb);
H A Dassdec.c75 char c = avio_r8(pb);
H A Davio.h305 int avio_r8 (AVIOContext *s);
H A Dbfi.c129 state = 256*state + avio_r8(pb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dffmdec.c100 state = (state << 8) | avio_r8(s->pb);
303 codec->codec_type = avio_r8(pb); /* codec_type */
317 codec->qmin = avio_r8(pb);
318 codec->qmax = avio_r8(pb);
319 codec->max_qdiff = avio_r8(pb);
345 codec->thread_count = avio_r8(pb);
378 avio_r8(pb);
H A Daviobuf.c373 return avio_r8(s);
632 int avio_r8(AVIOContext *s) function
725 val = avio_r8(s);
726 val |= avio_r8(s) << 8;
734 val |= avio_r8(s) << 16;
757 val = avio_r8(s) << 8;
758 val |= avio_r8(s);
766 val |= avio_r8(s);
791 c = avio_r8(s);
809 if (!(buf[i] = avio_r8(
[all...]
H A Dmov.c92 avio_r8(pb);
93 avio_r8(pb);
94 avio_r8(pb);
96 snprintf(buf, sizeof(buf), "%d", avio_r8(pb));
107 snprintf(buf, sizeof(buf), "%d", avio_r8(pb));
119 avio_r8(pb); // unknown
121 genre = avio_r8(pb);
157 uint8_t t, c = avio_r8(pb);
279 version = avio_r8(pb);
283 nb_chapters = avio_r8(p
[all...]
H A Dasfdec.c311 asf_st->ds_span = avio_r8(pb);
315 avio_r8(pb); //ds_silence_data
349 avio_r8(pb);
510 unsigned int lang_len = avio_r8(pb);
564 avio_r8(pb); // skip the name
598 avio_r8(pb);
599 avio_r8(pb);
665 avio_r8(pb);
666 avio_r8(pb);
713 case 1: var = avio_r8(p
[all...]
H A Dbmv.c78 type = avio_r8(s->pb);
H A Davs.c163 sub_type = avio_r8(s->pb);
164 type = avio_r8(s->pb);
H A Dc93.c71 c93->block_records[i].length = avio_r8(pb);
72 c93->block_records[i].frames = avio_r8(pb);
H A Dyop.c86 frame_rate = avio_r8(pb);
87 yop->frame_size = avio_r8(pb) * 2048;

Completed in 153 milliseconds

1234567