avio_read        1254 ffmpeg_opt.c       while ((ret = avio_read(pb, buf, sizeof(buf))) > 0)
avio_read        2032 ffmpeg_opt.c           avio_read(pb, attachment, len);
avio_read         224 libavformat/4xm.c     if (avio_read(pb, header, header_size) != header_size) {
avio_read         292 libavformat/4xm.c         if ((ret = avio_read(s->pb, header, 8)) < 0)
avio_read         321 libavformat/4xm.c             ret = avio_read(s->pb, &pkt->data[8], size);
avio_read         129 libavformat/act.c         ret = avio_read(pb, ctx->audio_buffer, frame_size);
avio_read         168 libavformat/act.c         ret = avio_read(pb, ctx->audio_buffer, frame_size);
avio_read          79 libavformat/aiffdec.c         int res = avio_read(s->pb, str, size);
avio_read          86 libavformat/amr.c     avio_read(pb, header, 6);
avio_read          92 libavformat/amr.c         avio_read(pb, header + 6, 3);
avio_read         155 libavformat/amr.c     read              = avio_read(s->pb, pkt->data + 1, size - 1);
avio_read         140 libavformat/anm.c     ret = avio_read(pb, st->codec->extradata, st->codec->extradata_size);
avio_read         196 libavformat/ape.c         avio_read(pb, ape->md5, 16);
avio_read         419 libavformat/ape.c     ret = avio_read(s->pb, pkt->data + extra_size, ape->frames[ape->currentframe].size);
avio_read         107 libavformat/apetag.c         c = avio_read(pb, value, size);
avio_read         132 libavformat/apetag.c     avio_read(pb, buf, 8);     /* APETAGEX */
avio_read         141 libavformat/apngdec.c     if ((ret = avio_read(pb, s->extradata + previous_size, len)) < 0)
avio_read         189 libavformat/apngdec.c     if ((ret = avio_read(pb, st->codec->extradata+16, 9)) < 0)
avio_read         300 libavformat/asfdec.c         avio_read(s->pb, value, len);
avio_read         480 libavformat/asfdec.c             avio_read(pb, st->codec->extradata, st->codec->extradata_size);
avio_read        1274 libavformat/asfdec.c         ret = avio_read(pb, asf_st->pkt.data + asf->packet_frag_offset,
avio_read         144 libavformat/avidec.c     avio_read(pb, header, 4);
avio_read         147 libavformat/avidec.c     avio_read(pb, header + 4, 4);
avio_read         312 libavformat/avidec.c     if (avio_read(pb, value, size) != size)
avio_read         359 libavformat/avidec.c                 size -= avio_read(s->pb, buffer,
avio_read         531 libavformat/avidec.c             size -= avio_read(pb, date, FFMIN(size, sizeof(date) - 1));
avio_read         316 libavformat/avio.h int avio_read(AVIOContext *s, unsigned char *buf, int size);
avio_read         591 libavformat/aviobuf.c         return avio_read(s, buf, size);
avio_read         989 libavformat/aviobuf.c         ret = avio_read(h, buf, FFMIN(max_size, sizeof(buf)));
avio_read         109 libavformat/avs.c     ret = avio_read(s->pb, pkt->data + palette_size + 4, size - 4) + 4;
avio_read         176 libavformat/avs.c                 ret = avio_read(s->pb, palette, size - 4);
avio_read         141 libavformat/bethsoftvid.c         if (avio_read(pb, &vidbuf_start[vidbuf_nbytes], 2) != 2) {
avio_read         160 libavformat/bethsoftvid.c             if (avio_read(pb, &vidbuf_start[vidbuf_nbytes], code) != code) {
avio_read         232 libavformat/bethsoftvid.c             if (avio_read(pb, vid->palette, BVID_PALETTE_SIZE) != BVID_PALETTE_SIZE) {
avio_read          87 libavformat/bfi.c     avio_read(pb, vstream->codec->extradata,
avio_read          96 libavformat/bintext.c     if (avio_read(pb, buf, sizeof(next_magic)) != sizeof(next_magic))
avio_read         109 libavformat/bintext.c     if (avio_read(pb, buf, size) == size && *buf) { \
avio_read         199 libavformat/bintext.c     if (avio_read(pb, st->codec->extradata + 2, st->codec->extradata_size - 2) < 0)
avio_read         232 libavformat/bintext.c     if (avio_read(pb, st->codec->extradata + 2, 24) < 0)
avio_read         235 libavformat/bintext.c     if (avio_read(pb, st->codec->extradata + 2 + 24, 24) < 0)
avio_read         237 libavformat/bintext.c     if (avio_read(pb, st->codec->extradata + 2 + 48, 4096) < 0)
avio_read         289 libavformat/bintext.c     if (avio_read(pb, st->codec->extradata + 2 + 48, 4096) < 0)
avio_read         291 libavformat/bintext.c     if (avio_read(pb, st->codec->extradata + 2, 48) < 0)
avio_read          87 libavformat/bit.c     ret = avio_read(pb, (uint8_t*)buf, (8 * packet_size) * sizeof(uint16_t));
avio_read          90 libavformat/bmv.c         if (avio_read(s->pb, c->packet + 1, c->size) != c->size)
avio_read         170 libavformat/brstm.c             if (avio_read(s->pb, b->table + ch * 32, 32) != 32) {
avio_read         211 libavformat/brstm.c                 avio_read(s->pb, b->adpc, asize);
avio_read         272 libavformat/brstm.c         ret = avio_read(s->pb, dst, size);
avio_read         159 libavformat/c93.c     ret = avio_read(pb, pkt->data + 1, datasize);
avio_read         173 libavformat/c93.c         ret = avio_read(pb, pkt->data + pkt->size, datasize);
avio_read         132 libavformat/cafdec.c         avio_read(pb, preamble, ALAC_PREAMBLE);
avio_read         147 libavformat/cafdec.c             avio_read(pb, st->codec->extradata, ALAC_HEADER);
avio_read         154 libavformat/cafdec.c             avio_read(pb, &st->codec->extradata[24], ALAC_NEW_KUKI - 12);
avio_read         121 libavformat/cdxl.c         avio_read(pb, cdxl->header, CDXL_HEADER_SIZE) != CDXL_HEADER_SIZE)
avio_read         203 libavformat/cdxl.c         ret = avio_read(pb, pkt->data + CDXL_HEADER_SIZE, video_size);
avio_read         201 libavformat/dsicin.c         ret = avio_read(pb, &pkt->data[4], pkt_size);
avio_read          79 libavformat/dss.c     ret = avio_read(s->pb, string, DSS_TIME_SIZE);
avio_read         105 libavformat/dss.c     ret = avio_read(s->pb, value, size);
avio_read         243 libavformat/dss.c         ret = avio_read(s->pb, ctx->dss_sp_buf + offset + buff_offset,
avio_read         252 libavformat/dss.c     ret = avio_read(s->pb, ctx->dss_sp_buf + offset + buff_offset,
avio_read         309 libavformat/dss.c         ret = avio_read(s->pb, pkt->data + offset,
avio_read         320 libavformat/dss.c     ret = avio_read(s->pb, pkt->data + offset, size - offset);
avio_read         370 libavformat/dss.c     avio_read(s->pb, header, DSS_AUDIO_BLOCK_HEADER_SIZE);
avio_read          93 libavformat/dtshddec.c             avio_read(pb, value, chunk_size);
avio_read         478 libavformat/dv.c     ret = avio_read(s->pb, partial_frame, partial_frame_size);
avio_read         525 libavformat/dv.c     if (avio_read(s->pb, c->buf + 4, DV_PROFILE_BYTES - 4) != DV_PROFILE_BYTES - 4 ||
avio_read         560 libavformat/dv.c         if (avio_read(s->pb, c->buf, size) <= 0)
avio_read         174 libavformat/dxa.c         if ((ret = avio_read(s->pb, buf, 4)) != 4) {
avio_read         192 libavformat/dxa.c             avio_read(s->pb, pal + 4, 768);
avio_read         195 libavformat/dxa.c             if ((ret = avio_read(s->pb, buf + 4, DXA_EXTRA_SIZE - 4)) != DXA_EXTRA_SIZE - 4) {
avio_read         208 libavformat/dxa.c             ret = avio_read(s->pb, pkt->data + DXA_EXTRA_SIZE + pal_size, size);
avio_read         113 libavformat/ffmdec.c             avio_read(pb, ffm->packet, ffm->packet_size - FFM_HEADER_SIZE);
avio_read          57 libavformat/flac_picture.c         avio_read(pb, mimetype, FFMIN(len, sizeof(mimetype) - 1)) != len) {
avio_read          89 libavformat/flac_picture.c         if (avio_read(pb, desc, len) != len) {
avio_read         115 libavformat/flac_picture.c     if (avio_read(pb, data->data, len) != len) {
avio_read          52 libavformat/flacdec.c         avio_read(s->pb, header, 4);
avio_read          65 libavformat/flacdec.c             if (avio_read(s->pb, buffer, metadata_size) != metadata_size) {
avio_read          99 libavformat/flic.c     if (avio_read(pb, header, FLIC_HEADER_SIZE) != FLIC_HEADER_SIZE)
avio_read         133 libavformat/flic.c     if (avio_read(pb, preamble, FLIC_PREAMBLE_SIZE) != FLIC_PREAMBLE_SIZE) {
avio_read         209 libavformat/flic.c         if ((ret = avio_read(pb, preamble, FLIC_PREAMBLE_SIZE)) !=
avio_read         227 libavformat/flic.c             ret = avio_read(pb, pkt->data + FLIC_PREAMBLE_SIZE,
avio_read         245 libavformat/flic.c             ret = avio_read(pb, pkt->data, size);
avio_read         294 libavformat/flvdec.c     avio_read(ioc, buffer, length);
avio_read         651 libavformat/flvdec.c     avio_read(pb, flv->new_extradata[stream], size);
avio_read         282 libavformat/format.c         if ((ret = avio_read(pb, buf + buf_offset,
avio_read          70 libavformat/g723_1.c     ret = avio_read(s->pb, pkt->data + 1, size - 1);
avio_read         170 libavformat/gifdec.c         ret = avio_read(pb, data, sb_size);
avio_read         176 libavformat/gifdec.c             ret = avio_read(pb, data, sb_size);
avio_read         204 libavformat/gifdec.c     if ((ret = avio_read(pb, buf, 6)) == 6) {
avio_read         151 libavformat/icodec.c         if ((ret = avio_read(pb, buf, image->size)) < 0)
avio_read         246 libavformat/id3v1.c             ret = avio_read(s->pb, buf, ID3v1_TAG_SIZE);
avio_read         208 libavformat/id3v2.c         avio_read(s, tag, len) < len)
avio_read         373 libavformat/id3v2.c     if (avio_read(pb, lang, 3) < 3)
avio_read         458 libavformat/id3v2.c         if ((len = avio_read(pb, geob_data->data, taglen)) < taglen)
avio_read         565 libavformat/id3v2.c         avio_read(pb, mimetype, 3);
avio_read         602 libavformat/id3v2.c     if (!apic->buf || !taglen || avio_read(pb, apic->buf->data, taglen) != taglen)
avio_read         654 libavformat/id3v2.c         if (avio_read(pb, tag, 4) < 4)
avio_read         704 libavformat/id3v2.c     if (avio_read(pb, priv->data, priv->datasize) != priv->datasize)
avio_read         825 libavformat/id3v2.c             if (avio_read(pb, tag, 4) < 4)
avio_read         853 libavformat/id3v2.c             if (avio_read(pb, tag, 3) < 3)
avio_read         944 libavformat/id3v2.c                         err = avio_read(pb, buffer, tlen);
avio_read        1016 libavformat/id3v2.c         ret = avio_read(pb, buf, ID3v2_HEADER_SIZE);
avio_read         274 libavformat/idcin.c             ret = avio_read(pb, palette_buffer, 768);
avio_read          78 libavformat/idroqdec.c     if (avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) !=
avio_read         113 libavformat/idroqdec.c         if ((ret = avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE)) !=
avio_read         137 libavformat/idroqdec.c                 if (avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) != RoQ_CHUNK_PREAMBLE_SIZE)
avio_read         154 libavformat/idroqdec.c             if (avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) !=
avio_read         220 libavformat/idroqdec.c             ret = avio_read(pb, pkt->data + RoQ_CHUNK_PREAMBLE_SIZE,
avio_read         128 libavformat/iff.c     if (avio_read(s->pb, buf, data_size) != data_size) {
avio_read         461 libavformat/iff.c             if (avio_read(pb, st->codec->extradata + IFF_EXTRA_VIDEO_SIZE, data_size) < 0)
avio_read         490 libavformat/iff.c             if ((fmt_size = avio_read(pb, fmt, sizeof(fmt))) < 0)
avio_read         530 libavformat/iff.c             res = avio_read(pb, iff->tvdc, sizeof(iff->tvdc));
avio_read         735 libavformat/iff.c         ret = avio_read(pb, buf, iff->body_size);
avio_read          77 libavformat/ilbc.c     avio_read(pb, header, 9);
avio_read         114 libavformat/ilbc.c     if ((ret = avio_read(s->pb, pkt->data, enc->block_align)) != enc->block_align) {
avio_read         322 libavformat/img2dec.c             probe_buffer_size = avio_read(s1->pb, probe_buffer, probe_buffer_size);
avio_read         410 libavformat/img2dec.c             ret = avio_read(f[0], header, PROBE_BUF_MIN);
avio_read         466 libavformat/img2dec.c             ret[i] = avio_read(f[i], pkt->data + pkt->size, size[i]);
avio_read         470 libavformat/img2dec.c                     ret[i] = avio_read(f[i], pkt->data + pkt->size, size[i]);
avio_read         181 libavformat/ipmovie.c         if (avio_read(pb, pkt->data, s->decode_map_chunk_size) !=
avio_read         190 libavformat/ipmovie.c         if (avio_read(pb, pkt->data + s->decode_map_chunk_size,
avio_read         242 libavformat/ipmovie.c     if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
avio_read         290 libavformat/ipmovie.c         if (avio_read(pb, opcode_preamble, CHUNK_PREAMBLE_SIZE) !=
avio_read         329 libavformat/ipmovie.c             if (avio_read(pb, scratch, opcode_size) !=
avio_read         347 libavformat/ipmovie.c             if (avio_read(pb, scratch, opcode_size) !=
avio_read         386 libavformat/ipmovie.c             if (avio_read(pb, scratch, opcode_size) !=
avio_read         459 libavformat/ipmovie.c             if (avio_read(pb, scratch, opcode_size) != opcode_size) {
avio_read         554 libavformat/ipmovie.c     avio_read(pb, signature_buffer, sizeof(signature_buffer));
avio_read         578 libavformat/ipmovie.c     if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
avio_read         194 libavformat/jvdec.c                 ret = avio_read(pb, pkt->data + JV_PREAMBLE_SIZE, size);
avio_read          99 libavformat/libgme.c     sz = avio_read(pb, buf, sz);
avio_read         102 libavformat/libgme.c     if (avio_read(pb, &dummy, 1) == 1) {
avio_read         192 libavformat/libmodplug.c     sz = avio_read(pb, modplug->buf, sz);
avio_read         179 libavformat/libnut.c     return avio_read(bc, buf, len);
avio_read          91 libavformat/lxfdec.c     if ((ret = avio_read(s->pb, buf, LXF_IDENT_LENGTH)) != LXF_IDENT_LENGTH)
avio_read         126 libavformat/lxfdec.c     ret = avio_read(pb, header + LXF_IDENT_LENGTH, 8);
avio_read         143 libavformat/lxfdec.c     if ((ret = avio_read(pb, header + (p - header),
avio_read         248 libavformat/lxfdec.c     if ((ret = avio_read(pb, header_data, LXF_HEADER_DATA_SIZE)) != LXF_HEADER_DATA_SIZE)
avio_read         319 libavformat/lxfdec.c     if ((ret2 = avio_read(pb, pkt->data, ret)) != ret) {
avio_read         840 libavformat/matroskadec.c     if (avio_read(pb, (uint8_t *) res, size) != size) {
avio_read         863 libavformat/matroskadec.c     if (avio_read(pb, bin->data, length) != length) {
avio_read          71 libavformat/mlvdec.c     avio_read(pb, version, 8);
avio_read          86 libavformat/mlvdec.c     avio_read(pb, value, size);
avio_read         148 libavformat/mm.c         if (avio_read(pb, preamble, MM_PREAMBLE_SIZE) != MM_PREAMBLE_SIZE) {
avio_read         167 libavformat/mm.c             if (avio_read(pb, pkt->data + MM_PREAMBLE_SIZE, length) != length)
avio_read         395 libavformat/mov.c             int ret = avio_read(pb, str, str_size);
avio_read         442 libavformat/mov.c         avio_read(pb, str, str_len);
avio_read         494 libavformat/mov.c             avio_read(pb, dref->volume, 27);
avio_read         502 libavformat/mov.c             avio_read(pb, dref->filename, 63);
avio_read         529 libavformat/mov.c                     avio_read(pb, dref->path, len);
avio_read         544 libavformat/mov.c                     if (avio_read(pb, dref->dir, len) != len)
avio_read         601 libavformat/mov.c         avio_read(pb, title_str, title_size);
avio_read         782 libavformat/mov.c     avio_read(pb, type, 4);
avio_read         796 libavformat/mov.c     avio_read(pb, comp_brands_str, comp_brand_size);
avio_read         989 libavformat/mov.c     avio_read(pb, color_parameter_type, 4);
avio_read        1105 libavformat/mov.c     err = avio_read(pb, buf + 8, atom.size);
avio_read        2152 libavformat/mov.c     if (avio_read(pb, buf, num_bytes) < num_bytes) {
avio_read        2808 libavformat/mov.c         avio_read(pb, *p, len);
avio_read        3293 libavformat/mov.c     avio_read(pb, cmov_data, cmov_len);
avio_read        3378 libavformat/mov.c     ret = avio_read(pb, uuid, sizeof(uuid));
avio_read        3399 libavformat/mov.c         ret = avio_read(pb, buffer, len);
avio_read        3440 libavformat/mov.c     ret = avio_read(pb, content, FFMIN(sizeof(content), atom.size));
avio_read        3554 libavformat/mov.c                 avio_read(pb, buf, 8);
avio_read        5263 libavformat/movenc.c     read_size[read_buf_id] = avio_read(read_pb, read_buf[read_buf_id], moov_size);  \
avio_read         182 libavformat/mp3dec.c     avio_read(s->pb, version, 9);
avio_read         165 libavformat/mpc.c     ret = avio_read(s->pb, pkt->data + 4, size);
avio_read         159 libavformat/mpc8.c     ret = avio_read(s->pb, buf, size);
avio_read         161 libavformat/mpeg.c     avio_read(pb, buf + 1, 4);
avio_read         275 libavformat/mpeg.c                 bytesread = avio_read(s->pb, ps2buf, len);
avio_read         534 libavformat/mpeg.c         avio_read(s->pb, buf, 8);
avio_read         930 libavformat/mpeg.c         n = avio_read(pb, pkt->data + (pkt->size - to_read), to_read);
avio_read        1326 libavformat/mpegts.c     avio_read(&d->pb, descr->dec_config_descr, len);
avio_read        2468 libavformat/mpegts.c     len = avio_read(pb, buf, sizeof(buf));
avio_read        2580 libavformat/mpegts.c                 avio_read(s->pb, pcr_buf, 12);
avio_read        2662 libavformat/mpegts.c         if (avio_read(s->pb, buf, TS_PACKET_SIZE) != TS_PACKET_SIZE)
avio_read         238 libavformat/mvdec.c         avio_read(pb, name, 16);
avio_read         355 libavformat/mxfdec.c     avio_read(pb, klv->key + 4, 12);
avio_read         429 libavformat/mxfdec.c     avio_read(pb, klv->key, 16);
avio_read         444 libavformat/mxfdec.c     avio_read(pb, ivec, 16);
avio_read         445 libavformat/mxfdec.c     avio_read(pb, tmpbuf, 16);
avio_read         488 libavformat/mxfdec.c     avio_read(pb, mxf->local_tags, item_num*item_len);
avio_read         550 libavformat/mxfdec.c     if (avio_read(pb, op, sizeof(UID)) != sizeof(UID)) {
avio_read         671 libavformat/mxfdec.c         avio_read(pb, cryptocontext->source_container_ul, 16);
avio_read         684 libavformat/mxfdec.c     avio_read(pb, (uint8_t *)*refs, *count * sizeof(UID));
avio_read         714 libavformat/mxfdec.c         avio_read(pb, source_clip->source_package_uid, 16);
avio_read         745 libavformat/mxfdec.c         avio_read(pb, mxf_pulldown->input_segment_ref, 16);
avio_read         759 libavformat/mxfdec.c         avio_read(pb, track->track_number, 4);
avio_read         766 libavformat/mxfdec.c         avio_read(pb, track->sequence_ref, 16);
avio_read         780 libavformat/mxfdec.c         avio_read(pb, sequence->data_definition_ul, 16);
avio_read         836 libavformat/mxfdec.c         avio_read(pb, package->package_ul, 16);
avio_read         837 libavformat/mxfdec.c         avio_read(pb, package->package_uid, 16);
avio_read         840 libavformat/mxfdec.c         avio_read(pb, package->descriptor_ref, 16);
avio_read         942 libavformat/mxfdec.c         avio_read(pb, descriptor->essence_container_ul, 16);
avio_read         948 libavformat/mxfdec.c         avio_read(pb, descriptor->essence_codec_ul, 16);
avio_read         980 libavformat/mxfdec.c         avio_read(pb, descriptor->essence_codec_ul, 16);
avio_read        1002 libavformat/mxfdec.c             avio_read(pb, descriptor->extradata, size);
avio_read        2056 libavformat/mxfdec.c     avio_read(pb, var, 16); \
avio_read        2205 libavformat/mxfdec.c             avio_read(pb, ctx->uid, 16);
avio_read         122 libavformat/mxg.c     ret = avio_read(s->pb, mxg->buffer_ptr + mxg->cache_size,
avio_read         317 libavformat/nsvdec.c         avio_read(pb, strings, strings_size);
avio_read          46 libavformat/nutdec.c         avio_read(bc, string, FFMIN(len, maxlen));
avio_read         338 libavformat/nutdec.c             avio_read(bc, hdr, nut->header_len[i]);
avio_read         858 libavformat/nutdec.c             avio_read(bc, dst, value_len);
avio_read        1038 libavformat/nutdec.c     ret = avio_read(bc, pkt->data + nut->header_len[header_idx], size);
avio_read         161 libavformat/nuv.c     avio_read(pb, id_string, 12);
avio_read         248 libavformat/nuv.c         ret = avio_read(pb, hdr, HDRSIZE);
avio_read         276 libavformat/nuv.c             ret = avio_read(pb, pkt->data + copyhdrsize, size);
avio_read         348 libavformat/nuv.c         if (avio_read(pb, hdr, HDRSIZE) < HDRSIZE)
avio_read         191 libavformat/oggdec.c         avio_read(s->pb, magic, sizeof(magic));
avio_read         321 libavformat/oggdec.c     ret = avio_read(bc, sync, 4);
avio_read         386 libavformat/oggdec.c     ret = avio_read(bc, os->segments, nsegs);
avio_read         427 libavformat/oggdec.c     ret = avio_read(bc, os->buf + os->bufpos, size);
avio_read         300 libavformat/omadec.c     ret = avio_read(s->pb, buf, EA3_HEADER_SIZE);
avio_read         487 libavformat/omadec.c     if ((err = avio_read(s->pb, oc->iv, 8)) < 8) {
avio_read         228 libavformat/paf.c             avio_read(pb, p->audio_frame + offset, p->buffer_size);
avio_read         237 libavformat/paf.c             avio_read(pb, p->video_frame + offset, p->buffer_size);
avio_read         144 libavformat/psxstr.c     if (avio_read(pb, sector, RIFF_HEADER_SIZE) != RIFF_HEADER_SIZE)
avio_read         175 libavformat/psxstr.c         if (avio_read(pb, sector, RAW_CD_SECTOR_SIZE) != RAW_CD_SECTOR_SIZE)
avio_read         146 libavformat/pva.c             ret = avio_read(pb, pes_header_data, pes_header_data_length);
avio_read         102 libavformat/qcp.c     avio_read(pb, buf, 16);
avio_read         107 libavformat/r3d.c     avio_read(s->pb, filename, 257);
avio_read          35 libavformat/riffdec.c     if (avio_read(s, *g, sizeof(*g)) < (int)sizeof(*g)) {
avio_read         255 libavformat/riffdec.c         if (avio_read(pb, value, chunk_size) != chunk_size) {
avio_read         190 libavformat/rmdec.c             avio_read(pb, buf, 4);
avio_read         748 libavformat/rmdec.c         if ((ret = avio_read(pb, pkt->data + 9, len)) != len) {
avio_read         789 libavformat/rmdec.c     if (avio_read(pb, vst->pkt.data + vst->videobufpos, len) != len)
avio_read         834 libavformat/rmdec.c     int ret = avio_read(pb, dst, n);
avio_read        2242 libavformat/rtsp.c     size = avio_read(s->pb, content, SDP_MAX_SIZE - 1);
avio_read          40 libavformat/sauce.c     if (avio_read(pb, buf, 7) != 7)
avio_read          46 libavformat/sauce.c     if (avio_read(pb, buf, size) == size && buf[0]) { \
avio_read          87 libavformat/sauce.c         if (avio_read(pb, buf, 5) == 5 && !memcmp(buf, "COMNT", 5)) {
avio_read          94 libavformat/sauce.c                 if (avio_read(pb, str + 65*i, 64) != 64)
avio_read         872 libavformat/sbgdec.c         r = avio_read(io, buf, bufsize - size - 1);
avio_read          96 libavformat/sdr2.c         ret = avio_read(s->pb, pkt->data + 24, next - 52);
avio_read         100 libavformat/segafilm.c     if (avio_read(pb, scratch, 16) != 16)
avio_read         108 libavformat/segafilm.c         if (avio_read(pb, scratch, 20) != 20)
avio_read         117 libavformat/segafilm.c         if (avio_read(pb, scratch, 32) != 32)
avio_read         194 libavformat/segafilm.c     if (avio_read(pb, scratch, 16) != 16)
avio_read         217 libavformat/segafilm.c         if (avio_read(pb, scratch, 16) != 16) {
avio_read         104 libavformat/sierravmd.c     if (avio_read(pb, vmd->vmd_header, VMD_HEADER_SIZE) != VMD_HEADER_SIZE)
avio_read         191 libavformat/sierravmd.c     if (avio_read(pb, raw_frame_table, raw_frame_table_size) !=
avio_read         207 libavformat/sierravmd.c             if ((ret = avio_read(pb, chunk, BYTES_PER_FRAME_RECORD)) != BYTES_PER_FRAME_RECORD) {
avio_read         285 libavformat/sierravmd.c         ret = avio_read(pb, pkt->data, frame->frame_size);
avio_read         287 libavformat/sierravmd.c         ret = avio_read(pb, pkt->data + BYTES_PER_FRAME_RECORD,
avio_read         205 libavformat/siff.c                 avio_read(s->pb, c->gmc, c->gmcsize);
avio_read         220 libavformat/siff.c             if (avio_read(s->pb, pkt->data + 2 + c->gmcsize, size) != size) {
avio_read         233 libavformat/smacker.c     ret = avio_read(pb, st->codec->extradata + 16, st->codec->extradata_size - 16);
avio_read         336 libavformat/smacker.c                 ret = avio_read(s->pb, smk->bufs[smk->curstream], size);
avio_read         351 libavformat/smacker.c         ret = avio_read(s->pb, pkt->data + 769, frame_size);
avio_read          71 libavformat/smjpegdec.c             if (avio_read(pb, comment, hlength) != hlength) {
avio_read         441 libavformat/smoothstreamingenc.c             avio_read(in, uuid, 16);
avio_read         498 libavformat/smoothstreamingenc.c         n = avio_read(in, buf, n);
avio_read         102 libavformat/soxdec.c         if (avio_read(pb, comment, comment_size) != comment_size) {
avio_read         195 libavformat/spdifdec.c     if (avio_read(pb, pkt->data, pkt->size) < pkt->size) {
avio_read          99 libavformat/swfdec.c         int n = avio_read(s->pb, swf->zbuf_in, ZBUF_SIZE);
avio_read         351 libavformat/swfdec.c             len = avio_read(pb, zbuf, len);
avio_read         477 libavformat/swfdec.c             if (avio_read(pb, pkt->data, 4) != 4) {
avio_read         487 libavformat/swfdec.c                 res = avio_read(pb, pkt->data, pkt->size);
avio_read         489 libavformat/swfdec.c                 res = avio_read(pb, pkt->data + 4, pkt->size - 4);
avio_read          91 libavformat/takdec.c             if (avio_read(pb, buffer, size - 3) != size - 3) {
avio_read         112 libavformat/takdec.c             avio_read(pb, md5, 16);
avio_read          73 libavformat/tedcaptionsdec.c     int ret = avio_read(pb, &b, 1);
avio_read          97 libavformat/thp.c     avio_read(pb, thp->components, 16);
avio_read         119 libavformat/tiertexseq.c     if (avio_read(pb, seq_buffer->data + seq_buffer->fill_size, data_size) != data_size)
avio_read         264 libavformat/tiertexseq.c                 if (avio_read(pb, &pkt->data[1], seq->current_pal_data_size) != seq->current_pal_data_size)
avio_read         121 libavformat/tta.c     avio_read(s->pb, st->codec->extradata, st->codec->extradata_size);
avio_read          63 libavformat/tty.c     if (avio_read(pb, buf, size) == size) { \
avio_read         223 libavformat/utils.c         ret = avio_read(s, pkt->data + prev_size, read_size);
avio_read        2878 libavformat/utils.c     ret = avio_read(pb, avctx->extradata, size);
avio_read         145 libavformat/vivo.c             avio_read(s->pb, vivo->text, vivo->length);
avio_read          64 libavformat/vqf.c     avio_read(s->pb, buf, len);
avio_read         132 libavformat/vqf.c             avio_read(s->pb, comm_chunk, 12);
avio_read         246 libavformat/vqf.c     ret = avio_read(s->pb, pkt->data+2, size);
avio_read         156 libavformat/wavdec.c     if ((ret = avio_read(s->pb, temp, length)) < 0)
avio_read         226 libavformat/wavdec.c         if ((ret = avio_read(s->pb, coding_history, size)) < 0)
avio_read         461 libavformat/wavdec.c         avio_read(pb, guid, 16);
avio_read         658 libavformat/wavdec.c     avio_read(pb, guid, 16);
avio_read         666 libavformat/wavdec.c     avio_read(pb, guid, 16);
avio_read         679 libavformat/wavdec.c         if (avio_read(pb, guid, 16) != 16)
avio_read         722 libavformat/wavdec.c                 avio_read(pb, chunk_key, 4);
avio_read         133 libavformat/wc3movie.c             if ((ret = avio_read(pb, buffer, size)) != size)
avio_read         248 libavformat/wc3movie.c             if ((unsigned)size > sizeof(text) || (ret = avio_read(pb, text, size)) != size)
avio_read          90 libavformat/westwood_aud.c     if (avio_read(pb, header, AUD_HEADER_SIZE) != AUD_HEADER_SIZE)
avio_read         138 libavformat/westwood_aud.c     if (avio_read(pb, preamble, AUD_CHUNK_PREAMBLE_SIZE) !=
avio_read         156 libavformat/westwood_aud.c         if ((ret = avio_read(pb, &pkt->data[4], chunk_size)) != chunk_size)
avio_read         129 libavformat/westwood_vqa.c         if (avio_read(pb, scratch, VQA_PREAMBLE_SIZE) != VQA_PREAMBLE_SIZE)
avio_read         170 libavformat/westwood_vqa.c     while (avio_read(pb, preamble, VQA_PREAMBLE_SIZE) == VQA_PREAMBLE_SIZE) {
avio_read          89 libavformat/wtvdec.c         n = avio_read(pb, buf, read_request);
avio_read         519 libavformat/wtvdec.c         avio_read(pb, guid, 16);
avio_read         859 libavformat/wtvdec.c                 avio_read(pb, buf, buf_size);
avio_read         890 libavformat/wtvdec.c                 avio_read(pb, language, 3);
avio_read         987 libavformat/wtvdec.c     root_size = avio_read(s->pb, root, root_size);
avio_read          90 libavformat/wvdec.c     ret = avio_read(pb, wc->block_header, WV_HEADER_SIZE);
avio_read         274 libavformat/wvdec.c     ret = avio_read(s->pb, pkt->data + WV_HEADER_SIZE, wc->header.blocksize);
avio_read         292 libavformat/wvdec.c         ret = avio_read(s->pb, pkt->data + off + WV_HEADER_SIZE, wc->header.blocksize);
avio_read         308 libavformat/xmv.c     if (avio_read(pb, data, 8) != 8)
avio_read         340 libavformat/xmv.c         if (avio_read(pb, data, 4) != 4)
avio_read          97 libavformat/yop.c     ret = avio_read(pb, video_dec->extradata, 8);
avio_read         153 libavformat/yop.c     ret = avio_read(pb, yop->video_packet.data, yop->palette_size);
avio_read         170 libavformat/yop.c     ret = avio_read(pb, yop->video_packet.data + yop->palette_size,
avio_read          89 tools/aviocat.c         n = avio_read(input, buf, sizeof(buf));
avio_read         124 tools/ismindex.c         if ((got = avio_read(in, buf, len)) != len) {