Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbitwriter.h134 static const guint8 _gst_bit_writer_bit_filling_mask[9] = { variable
196 *cur_byte |= (((value >> nbits) & _gst_bit_writer_bit_filling_mask[fill_bits]) \
266 value = _gst_bit_writer_bit_filling_mask[bit_left]; in gst_bit_writer_align_bytes_unchecked()