Searched refs:read_stream_t (Results 1 – 2 of 2) sorted by relevance
69 typedef const uint8_t* (*read_stream_t)(void* stream, size_t num_bytes); typedef79 AvifInfoStatus AvifInfoIdentifyStream(void* stream, read_stream_t read,82 AvifInfoStatus AvifInfoGetFeaturesStream(void* stream, read_stream_t read,
101 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 10 milliseconds