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

Function avifDecoderSetIO

src/read.c:5117–5121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5115}
5116
5117void avifDecoderSetIO(avifDecoder * decoder, avifIO * io)
5118{
5119 avifIODestroy(decoder->io);
5120 decoder->io = io;
5121}
5122
5123avifResult avifDecoderSetIOMemory(avifDecoder * decoder, const uint8_t * data, size_t size)
5124{

Callers 10

avifDecoderSetIOMemoryFunction · 0.85
avifDecoderSetIOFileFunction · 0.85
runIOTestsFunction · 0.85
ParseFunction · 0.85
DecodeFunction · 0.85
DecodeIncrementallyFunction · 0.85
TESTFunction · 0.85
DecodeIncrFunction · 0.85
TestEncodeDecodeFunction · 0.85
mainFunction · 0.85

Calls 1

avifIODestroyFunction · 0.85

Tested by 7

runIOTestsFunction · 0.68
ParseFunction · 0.68
DecodeFunction · 0.68
DecodeIncrementallyFunction · 0.68
TESTFunction · 0.68
DecodeIncrFunction · 0.68
TestEncodeDecodeFunction · 0.68