MCPcopy Create free account
hub / github.com/AOMediaCodec/libavif / avifROStreamHasBytesLeft

Function avifROStreamHasBytesLeft

src/stream.c:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31avifBool avifROStreamHasBytesLeft(const avifROStream * stream, size_t byteCount)
32{
33 return byteCount <= (stream->raw->size - stream->offset);
34}
35
36size_t avifROStreamRemainingBytes(const avifROStream * stream)
37{

Callers 15

avifROStreamSkipFunction · 0.85
avifROStreamReadFunction · 0.85
avifParseGroupsListBoxFunction · 0.85
avifParseMetaBoxFunction · 0.85
avifParseSampleTableBoxFunction · 0.85
avifParseMediaBoxFunction · 0.85
avifTrackReferenceBoxFunction · 0.85
avifParseEditBoxFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68