Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbitwriter.c57 ret->auto_grow = TRUE; in gst_bit_writer_new()
118 bitwriter->auto_grow = TRUE; in gst_bit_writer_init()
140 bitwriter->auto_grow = !fixed; in gst_bit_writer_init_with_size()
165 bitwriter->auto_grow = FALSE; in gst_bit_writer_init_with_data()
Dgstbitwriter.h55 gboolean auto_grow; /* Whether space can auto grow */ member
155 if (!bitwriter->auto_grow) in _gst_bit_writer_check_remaining()