MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ring_size

Function ring_size

libavformat/async.c:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static int ring_size(RingBuffer *ring)
106{
107 return av_fifo_can_read(ring->fifo) - ring->read_pos;
108}
109
110static int ring_space(RingBuffer *ring)
111{

Callers 4

ring_readFunction · 0.85
ring_drainFunction · 0.85
async_read_internalFunction · 0.85
async_seekFunction · 0.85

Calls 1

av_fifo_can_readFunction · 0.85

Tested by

no test coverage detected