read 378 ffmpeg.c n = read(0, &ch, 1); read 395 ffmpeg.c read(0, &ch, 1); read 406 ffmpeg.c read(0, &ch, 1); read 273 ffserver.c if (read(fd, buf, 8) != 8) read 42 libavcodec/bytestream.h #define DEF(type, name, bytes, read, write) \ read 46 libavcodec/bytestream.h return read(*b - bytes); \ read 82 libavcodec/bytestream.h return read(g->buffer); \ read 424 libavcodec/lagarith.c int read = 0; read 458 libavcodec/lagarith.c read += lag_decode_line(l, &rac, dst + (i * stride), width, read 461 libavcodec/lagarith.c if (read > length) read 463 libavcodec/lagarith.c "Output more bytes than length (%d of %"PRIu32")\n", read, read 177 libavcodec/libstagefright.cpp frame->status = (*s->decoder)->read(&buffer); read 85 libavdevice/oss_audio_dec.c ret = read(s->fd, pkt->data, pkt->size); read 316 libavdevice/v4l.c if (read(s->fd, pkt->data, pkt->size) != pkt->size) read 120 libavdevice/v4l2.c s->read_f = prefix ## read; \ read 116 libavformat/amr.c int read, size = 0, toc, mode; read 155 libavformat/amr.c read = avio_read(s->pb, pkt->data + 1, size - 1); read 157 libavformat/amr.c if (read != size - 1) { read 722 libavformat/aviobuf.c #define GET_STR16(type, read) \ read 732 libavformat/aviobuf.c GET_UTF16(ch, (ret += 2) <= maxlen ? read(pb) : 0, break;)\ read 179 libavformat/cache.c r = read(c->fd, buf, FFMIN(size, entry->size - in_block_pos)); read 86 libavformat/file.c r = read(c->fd, buf, size); read 240 libavformat/flvdec.c int flv_codecid, int read) read 261 libavformat/flvdec.c if (read) { read 673 libavformat/ftp.c int read, err, retry_done = 0; read 691 libavformat/ftp.c read = ffurl_read(s->conn_data, buf, size); read 692 libavformat/ftp.c if (read >= 0) { read 693 libavformat/ftp.c s->position += read; read 705 libavformat/ftp.c if (read <= 0 && s->position < s->filesize && !h->is_streamed) { read 720 libavformat/ftp.c return read; read 931 libavformat/http.c int read = http_buf_read(h, s->inflate_buffer, DECOMPRESS_BUF_SIZE); read 932 libavformat/http.c if (read <= 0) read 933 libavformat/http.c return read; read 935 libavformat/http.c s->inflate_stream.avail_in = read; read 723 libavformat/id3v2.c void (*read)(AVFormatContext *s, AVIOContext *pb, int taglen, read 969 libavformat/id3v2.c extra_func->read(s, pbx, tlen, tag, extra_meta, isv34); read 198 libavformat/libnut.c .read = av_read, read 715 libavformat/matroskadec.c int read = 1, n = 1; read 734 libavformat/matroskadec.c read = 8 - ff_log2_tab[total]; read 735 libavformat/matroskadec.c if (read > max_size) { read 745 libavformat/matroskadec.c while (n++ < read) read 750 libavformat/matroskadec.c return read; read 264 libavformat/mxfdec.c MXFMetadataReadFunc *read; read 2248 libavformat/mxfdec.c static int mxf_parse_klv(MXFContext *mxf, KLVPacket klv, MXFMetadataReadFunc *read, read 2254 libavformat/mxfdec.c res = mxf_read_local_tags(mxf, &klv, read, ctx_size, type); read 2257 libavformat/mxfdec.c res = read(mxf, s->pb, 0, klv.length, klv.key, klv.offset); read 2647 libavformat/mxfdec.c for (metadata = mxf_metadata_read_table; metadata->read; metadata++) { read 2649 libavformat/mxfdec.c if ((ret = mxf_parse_klv(mxf, klv, metadata->read, metadata->ctx_size, metadata->type)) < 0) read 2657 libavformat/mxfdec.c if (!metadata->read) read 97 libavformat/rtmppkt.c uint64_t read; read 100 libavformat/rtmppkt.c read = bytestream2_get_be64(bc); read 101 libavformat/rtmppkt.c *val = av_int2double(read); read 238 libavformat/rtmppkt.c if (!prev_pkt[channel_id].read) { read 242 libavformat/rtmppkt.c p->read = written; read 256 libavformat/rtmppkt.c p->read = prev->read + written; read 274 libavformat/rtmppkt.c p->read += toread; read 280 libavformat/rtmppkt.c prev->read = p->read; read 286 libavformat/rtmppkt.c prev_pkt[channel_id].read = 0; // read complete; reset if needed read 287 libavformat/rtmppkt.c return p->read; read 86 libavformat/rtmppkt.h int read; ///< amount read, including headers read 992 libavformat/rtsp.c int read = 0; read 1005 libavformat/rtsp.c read++; read 1016 libavformat/rtsp.c read = 0; read 1021 libavformat/rtsp.c if (read > 0) read 52 libavformat/smush.c uint32_t width = 0, height = 0, got_audio = 0, read = 0; read 102 libavformat/smush.c while (!got_audio && ((read + 8) < size)) { read 110 libavformat/smush.c read += 8; read 123 libavformat/smush.c read += chunk_size; read 128 libavformat/smush.c read += chunk_size; read 136 libavformat/smush.c avio_skip(pb, size - read); read 122 libavutil/file.c read(fd, *bufptr, *size); read 56 libavutil/random_seed.c err = read(fd, dst, sizeof(*dst)); read 53 tools/cws2fws.c if (read(fd_in, &buf_in, 8) != 8) { read 91 tools/cws2fws.c int ret, len = read(fd_in, &buf_in, 1024); read 95 tools/ffhash.c int size = read(fd, buffer, SIZE); read 82 tools/yuvcmp.c v = read(fd[i], Y[i], lsiz); read 115 tools/yuvcmp.c v = read(fd[i], C[p][i], csiz);