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

Function bytestream2_get_bytes_left_p

libavcodec/bytestream.h:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163static av_always_inline int bytestream2_get_bytes_left_p(const PutByteContext *p)
164{
165 return p->buffer_end - p->buffer;
166}
167
168static av_always_inline void bytestream2_skip(GetByteContext *g,
169 unsigned int size)

Callers 14

wavpack_encode_blockFunction · 0.85
sgi_rle_encodeFunction · 0.85
decode_delta_dFunction · 0.85
decode_delta_eFunction · 0.85
cfhd_encode_frameFunction · 0.85
decompress_2Function · 0.85
decompress_5Function · 0.85
decompress_68Function · 0.85
rle_uncompressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected