read32             62 libavcodec/dpx.c         *lbuf = read32(ptr, is_big);
read32             78 libavcodec/dpx.c         *lbuf = read32(ptr, is_big);
read32             93 libavcodec/dpx.c         *lbuf = read32(ptr, is_big);
read32            102 libavcodec/dpx.c             *lbuf = read32(ptr, is_big);
read32            110 libavcodec/dpx.c             *lbuf = read32(ptr, is_big);
read32            160 libavcodec/dpx.c     offset = read32(&buf, endian);
read32            166 libavcodec/dpx.c     header_version = read32(&buf, 0);
read32            177 libavcodec/dpx.c     ret = read32(&buf, endian);
read32            186 libavcodec/dpx.c     w = read32(&buf, endian);
read32            187 libavcodec/dpx.c     h = read32(&buf, endian);
read32            210 libavcodec/dpx.c     avctx->sample_aspect_ratio.num = read32(&buf, endian);
read32            211 libavcodec/dpx.c     avctx->sample_aspect_ratio.den = read32(&buf, endian);
read32            221 libavcodec/dpx.c         i = read32(&buf, endian);
read32            144 libavformat/brstm.c                 info_offset = read32(s);
read32            145 libavformat/brstm.c                 /*info_size =*/ read32(s);
read32            152 libavformat/brstm.c                 start = read32(s) + 8;
read32            171 libavformat/brstm.c     size = read32(s);
read32            175 libavformat/brstm.c     h1offset = read32(s);
read32            179 libavformat/brstm.c     toffset = read32(s) + 16LL;
read32            207 libavformat/brstm.c     st->codecpar->sample_rate = bfstm ? read32(s) : read16(s);
read32            216 libavformat/brstm.c                             av_rescale(read32(s), AV_TIME_BASE,
read32            225 libavformat/brstm.c     st->duration = read32(s);
read32            229 libavformat/brstm.c         start = read32(s);
read32            231 libavformat/brstm.c     b->block_count = read32(s);
read32            237 libavformat/brstm.c     b->block_size = read32(s);
read32            241 libavformat/brstm.c     b->samples_per_block = read32(s);
read32            242 libavformat/brstm.c     b->last_block_used_bytes = read32(s);
read32            243 libavformat/brstm.c     b->last_block_samples = read32(s);
read32            244 libavformat/brstm.c     b->last_block_size = read32(s);
read32            256 libavformat/brstm.c             toffset = read32(s) + 16LL;
read32            258 libavformat/brstm.c             toffset = toffset + read32(s) + st->codecpar->channels * 8 - 8;
read32            285 libavformat/brstm.c         size  = read32(s);