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

Function avifRWStreamWriteChars

src/stream.c:392–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392avifResult avifRWStreamWriteChars(avifRWStream * stream, const char * chars, size_t size)
393{
394 return avifRWStreamWrite(stream, chars, size);
395}
396
397avifResult avifRWStreamWriteFullBox(avifRWStream * stream, const char * type, size_t contentSize, int version, uint32_t flags, avifBoxMarker * marker)
398{

Callers 8

avifEncoderFinishFunction · 0.85
TESTFunction · 0.85

Calls 1

avifRWStreamWriteFunction · 0.85

Tested by 1

TESTFunction · 0.68