HDRSIZE           240 libavformat/nuv.c     uint8_t hdr[HDRSIZE];
HDRSIZE           245 libavformat/nuv.c         int copyhdrsize = ctx->rtjpg_video ? HDRSIZE : 0;
HDRSIZE           248 libavformat/nuv.c         ret = avio_read(pb, hdr, HDRSIZE);
HDRSIZE           249 libavformat/nuv.c         if (ret < HDRSIZE)
HDRSIZE           336 libavformat/nuv.c     uint8_t hdr[HDRSIZE];
HDRSIZE           348 libavformat/nuv.c         if (avio_read(pb, hdr, HDRSIZE) < HDRSIZE)
HDRSIZE           366 libavformat/nuv.c                     pos = avio_tell(s->pb) - HDRSIZE;
HDRSIZE           370 libavformat/nuv.c                     av_add_index_entry(s->streams[stream_index], pos, dts, size + HDRSIZE, 0,