Home
last modified time | relevance | path

Searched refs:read_stream_t (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/standard/libavifinfo/
H A Davifinfo.h69 typedef const uint8_t* (*read_stream_t)(void* stream, size_t num_bytes); typedef
79 AvifInfoStatus AvifInfoIdentifyStream(void* stream, read_stream_t read,
82 AvifInfoStatus AvifInfoGetFeaturesStream(void* stream, read_stream_t read,
H A Davifinfo.c101 read_stream_t read; // Used to fetch more bytes from the 'stream'.
712 AvifInfoStatus AvifInfoIdentifyStream(void* stream, read_stream_t read, in AvifInfoIdentifyStream()
723 AvifInfoStatus AvifInfoGetFeaturesStream(void* stream, read_stream_t read, in AvifInfoGetFeaturesStream()

Completed in 9 milliseconds