fsize              37 libavcodec/bmp.c     unsigned int fsize, hsize;
fsize              61 libavcodec/bmp.c     fsize = bytestream_get_le32(&buf);
fsize              62 libavcodec/bmp.c     if (buf_size < fsize) {
fsize              64 libavcodec/bmp.c                buf_size, fsize);
fsize              65 libavcodec/bmp.c         fsize = buf_size;
fsize              79 libavcodec/bmp.c     if (fsize == 14 || fsize == ihsize + 14)
fsize              80 libavcodec/bmp.c         fsize = buf_size - 2;
fsize              82 libavcodec/bmp.c     if (fsize <= hsize) {
fsize              85 libavcodec/bmp.c                fsize, hsize);
fsize              34 libavcodec/bmp_parser.c     uint32_t fsize;
fsize              56 libavcodec/bmp_parser.c                     bpc->fsize = av_bswap32(state >> 16);
fsize              57 libavcodec/bmp_parser.c                     if (bpc->fsize > 17)
fsize              68 libavcodec/bmp_parser.c                 bpc->remaining_size = bpc->fsize + i - 17;
fsize              35 libavcodec/dpx_parser.c     uint32_t fsize;
fsize              80 libavcodec/dpx_parser.c             d->fsize = d->is_be ? d->pc.state : av_bswap32(d->pc.state);
fsize              81 libavcodec/dpx_parser.c             if (d->fsize <= 1664) {
fsize              85 libavcodec/dpx_parser.c             if (d->fsize > buf_size - i + 19)
fsize              86 libavcodec/dpx_parser.c                 d->remaining_size = d->fsize - buf_size + i - 19;
fsize              88 libavcodec/dpx_parser.c                 i += d->fsize - 19;
fsize            1938 libavcodec/mpegaudiodec_template.c     int fsize, len = buf_size, out_size = 0;
fsize            1958 libavcodec/mpegaudiodec_template.c         fsize = AV_RB16(buf) >> 4;
fsize            1959 libavcodec/mpegaudiodec_template.c         fsize = FFMIN3(fsize, len, MPA_MAX_CODED_FRAME_SIZE);
fsize            1963 libavcodec/mpegaudiodec_template.c         if (fsize < HEADER_SIZE) {
fsize            1987 libavcodec/mpegaudiodec_template.c         if ((ret = mp_decode_frame(m, outptr, buf, fsize)) < 0) {
fsize            1996 libavcodec/mpegaudiodec_template.c         buf      += fsize;
fsize            1997 libavcodec/mpegaudiodec_template.c         len      -= fsize;
fsize             186 libavcodec/opusenc_psy.c     int fsize, silent_frames;
fsize             194 libavcodec/opusenc_psy.c     for (fsize = CELT_BLOCK_960; fsize > CELT_BLOCK_120; fsize--) {
fsize             195 libavcodec/opusenc_psy.c         if ((1 << fsize) > silent_frames)
fsize             197 libavcodec/opusenc_psy.c         s->p.frames = FFMIN(silent_frames / (1 << fsize), 48 >> fsize);
fsize             198 libavcodec/opusenc_psy.c         s->p.framesize = fsize;
fsize              33 libavcodec/webp_parser.c     uint32_t fsize;
fsize              55 libavcodec/webp_parser.c                     ctx->fsize = av_bswap32(state);
fsize              56 libavcodec/webp_parser.c                     if (ctx->fsize > 15 && ctx->fsize <= UINT32_MAX - 10) {
fsize              58 libavcodec/webp_parser.c                         ctx->fsize += 8;
fsize              67 libavcodec/webp_parser.c                 ctx->remaining_size = ctx->fsize + i - 15;
fsize              37 libavformat/aacdec.c     int fsize, frames;
fsize              60 libavformat/aacdec.c             fsize = (AV_RB32(buf2 + 3) >> 13) & 0x1FFF;
fsize              61 libavformat/aacdec.c             if (fsize < 7)
fsize              63 libavformat/aacdec.c             fsize = FFMIN(fsize, end - buf2);
fsize              64 libavformat/aacdec.c             buf2 += fsize;
fsize             168 libavformat/aacdec.c     int ret, fsize;
fsize             199 libavformat/aacdec.c     fsize = (AV_RB32(pkt->data + 3) >> 13) & 0x1FFF;
fsize             200 libavformat/aacdec.c     if (fsize < ADTS_HEADER_SIZE) {
fsize             204 libavformat/aacdec.c     ret = av_append_packet(s->pb, pkt, fsize - pkt->size);
fsize             425 libavformat/asfdec_f.c         int64_t fsize = avio_size(pb);
fsize             426 libavformat/asfdec_f.c         if (fsize <= 0 || (int64_t)asf->hdr.file_size <= 0 ||
fsize             427 libavformat/asfdec_f.c             20*FFABS(fsize - (int64_t)asf->hdr.file_size) < FFMIN(fsize, asf->hdr.file_size))
fsize              72 libavformat/avidec.c     int64_t fsize;
fsize             174 libavformat/avidec.c     int64_t filesize = avi->fsize;
fsize             492 libavformat/avidec.c     avi->io_fsize = avi->fsize = avio_size(pb);
fsize             493 libavformat/avidec.c     if (avi->fsize <= 0 || avi->fsize < avi->riff_end)
fsize             494 libavformat/avidec.c         avi->fsize = avi->riff_end == 8 ? INT64_MAX : avi->riff_end;
fsize             521 libavformat/avidec.c                     avi->movi_end = avi->fsize;
fsize             757 libavformat/avidec.c                     if (size > 10 * 4 && size < (1 << 30) && size < avi->fsize) {
fsize             996 libavformat/avidec.c                 avi->movi_end  = avi->fsize;
fsize            1202 libavformat/avidec.c         if (i*(avi->io_fsize>0) + (uint64_t)size > avi->fsize || d[0] > 127)
fsize              48 libavformat/bintext.c     uint64_t fsize;  /**< file size less metadata buffer */
fsize              77 libavformat/bintext.c static void calculate_height(AVCodecParameters *par, uint64_t fsize)
fsize              79 libavformat/bintext.c     par->height = (fsize / ((par->width>>3)*2)) << 4;
fsize              88 libavformat/bintext.c static int next_tag_read(AVFormatContext *avctx, uint64_t *fsize)
fsize             103 libavformat/bintext.c     *fsize -= 256;
fsize             122 libavformat/bintext.c static void predict_width(AVCodecParameters *par, uint64_t fsize, int got_width)
fsize             126 libavformat/bintext.c         par->width = fsize > 4000 ? (160<<3) : (80<<3);
fsize             193 libavformat/bintext.c         bin->fsize = avio_size(pb);
fsize             194 libavformat/bintext.c         if (ff_sauce_read(s, &bin->fsize, &got_width, 0) < 0)
fsize             195 libavformat/bintext.c             next_tag_read(s, &bin->fsize);
fsize             197 libavformat/bintext.c             predict_width(st->codecpar, bin->fsize, got_width);
fsize             200 libavformat/bintext.c             calculate_height(st->codecpar, bin->fsize);
fsize             253 libavformat/bintext.c         bin->fsize = avio_size(pb) - 9 - st->codecpar->extradata_size;
fsize             254 libavformat/bintext.c         ff_sauce_read(s, &bin->fsize, NULL, 0);
fsize             293 libavformat/bintext.c         bin->fsize = avio_size(pb) - 1 - 192 - 4096;
fsize             295 libavformat/bintext.c         ff_sauce_read(s, &bin->fsize, &got_width, 0);
fsize             297 libavformat/bintext.c             calculate_height(st->codecpar, bin->fsize);
fsize             345 libavformat/bintext.c     bin->fsize = avio_size(pb) - 12 - 4096 - 48;
fsize             346 libavformat/bintext.c     ff_sauce_read(s, &bin->fsize, &got_width, 0);
fsize             348 libavformat/bintext.c         calculate_height(st->codecpar, bin->fsize);
fsize             359 libavformat/bintext.c     if (bin->fsize > 0) {
fsize             360 libavformat/bintext.c         if (av_get_packet(s->pb, pkt, bin->fsize) < 0)
fsize             362 libavformat/bintext.c         bin->fsize = -1; /* done */
fsize             363 libavformat/bintext.c     } else if (!bin->fsize) {
fsize             405 libavformat/dvenc.c     int fsize;
fsize             407 libavformat/dvenc.c     fsize = dv_assemble_frame(s, s->priv_data, s->streams[pkt->stream_index],
fsize             409 libavformat/dvenc.c     if (fsize > 0) {
fsize             410 libavformat/dvenc.c         avio_write(s->pb, frame, fsize);
fsize              99 libavformat/dxa.c         uint32_t size, fsize;
fsize             104 libavformat/dxa.c         fsize = avio_rl32(pb);
fsize             109 libavformat/dxa.c         ret = ff_get_wav_header(s, pb, ast->codecpar, fsize, 0);
fsize             117 libavformat/dxa.c             fsize = avio_rl32(pb);
fsize             119 libavformat/dxa.c             avio_skip(pb, fsize);
fsize             121 libavformat/dxa.c         c->bpc = (fsize + c->frames - 1) / c->frames;
fsize             124 libavformat/dxa.c         c->bytes_left = fsize;
fsize            1154 libavformat/flvdec.c         int64_t fsize       = avio_size(s->pb);
fsize            1156 libavformat/flvdec.c         avio_seek(s->pb, fsize - 4, SEEK_SET);
fsize            1158 libavformat/flvdec.c         if (size > 0 && size < fsize) {
fsize            1161 libavformat/flvdec.c             avio_seek(s->pb, fsize - 3 - size, SEEK_SET);
fsize            1167 libavformat/flvdec.c                 else if (fsize >= 8 && fsize - 8 >= size) {
fsize            1168 libavformat/flvdec.c                     fsize -= size+4;
fsize              57 libavformat/libmodplug.c     int fsize;            ///< constant frame size
fsize             247 libavformat/libmodplug.c         modplug->fsize    = modplug->linesize * modplug->h;
fsize             289 libavformat/libmodplug.c             if ((ret = av_new_packet(pkt, modplug->fsize)) < 0)
fsize             292 libavformat/libmodplug.c             memset(pkt->data, 0, modplug->fsize);
fsize              33 libavformat/loasdec.c     int fsize, frames;
fsize              47 libavformat/loasdec.c             fsize = (header & 0x1FFF) + 3;
fsize              48 libavformat/loasdec.c             if (fsize < 7)
fsize              50 libavformat/loasdec.c             fsize = FFMIN(fsize, end - buf2);
fsize              51 libavformat/loasdec.c             buf2 += fsize;
fsize             173 libavformat/mp3dec.c     uint64_t fsize = avio_size(s->pb);
fsize             174 libavformat/mp3dec.c     fsize = fsize >= avio_tell(s->pb) ? fsize - avio_tell(s->pb) : 0;
fsize             188 libavformat/mp3dec.c     if (fsize && mp3->header_filesize) {
fsize             190 libavformat/mp3dec.c         min = FFMIN(fsize, mp3->header_filesize);
fsize             191 libavformat/mp3dec.c         delta = FFMAX(fsize, mp3->header_filesize) - min;
fsize             192 libavformat/mp3dec.c         if (fsize > mp3->header_filesize && delta > min >> 4) {
fsize             952 libavformat/mpeg.c         int64_t fsize = avio_size(pb);
fsize             953 libavformat/mpeg.c         psize = fsize < 0 ? 0xffff : fsize - pkt->pos;
fsize              52 libavformat/pmpdec.c     int64_t fsize = avio_size(pb);
fsize             111 libavformat/pmpdec.c         if (fsize > 0 && i == 0 && pos > fsize) {
fsize              32 libavformat/sauce.c int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height)
fsize              83 libavformat/sauce.c     *fsize -= 128;
fsize              90 libavformat/sauce.c             *fsize -= 64*nb_comments + 5;
fsize              38 libavformat/sauce.h int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height);
fsize              67 libavformat/thp.c     int64_t fsize= avio_size(pb);
fsize              83 libavformat/thp.c     if(fsize>0 && (!pb->maxsize || fsize < pb->maxsize))
fsize              84 libavformat/thp.c         pb->maxsize= fsize;
fsize              47 libavformat/tty.c     uint64_t fsize;  /**< file size less metadata buffer */
fsize              98 libavformat/tty.c     s->fsize = start_pos;
fsize             125 libavformat/tty.c         s->fsize = avio_size(avctx->pb);
fsize             126 libavformat/tty.c         st->duration = (s->fsize + s->chars_per_frame - 1) / s->chars_per_frame;
fsize             128 libavformat/tty.c         if (ff_sauce_read(avctx, &s->fsize, 0, 0) < 0)
fsize             129 libavformat/tty.c             efi_read(avctx, s->fsize - 51);
fsize             147 libavformat/tty.c     if (s->fsize) {
fsize             150 libavformat/tty.c         if (p == s->fsize)
fsize             152 libavformat/tty.c         if (p + s->chars_per_frame > s->fsize)
fsize             153 libavformat/tty.c             n = s->fsize - p;
fsize              78 tests/audiomatch.c     datlen = fsize(f[0]) - ftell(f[0]);
fsize              79 tests/audiomatch.c     siglen = fsize(f[1]) - ftell(f[1]);