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

Function get_bits_count

libavcodec/get_bits.h:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252
253
254static inline int get_bits_count(const GetBitContext *s)
255{
256 return s->index;
257}
258
259/**
260 * Get the size of the GetBitContext's buffer in bytes.

Callers 15

ff_iamf_parse_obu_headerFunction · 0.85
read_obu_with_sizeFunction · 0.85
read_sl_headerFunction · 0.85
send_pictureFunction · 0.85
qt_rtp_parse_packetFunction · 0.85
ff_rdt_parse_headerFunction · 0.85
cbs_h265_read_nal_unitFunction · 0.85
find_group3_syncmarkerFunction · 0.85
cfhd_decodeFunction · 0.85
tak_decode_frameFunction · 0.85
mss2_decode_frameFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_apv_read_vlcFunction · 0.68