Searched refs:gst_byte_writer_fill (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | bytewriter.c | 230 fail_unless (gst_byte_writer_fill (&writer, 0, 4)); in GST_START_TEST() 231 fail_unless (gst_byte_writer_fill (&writer, 5, 2)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/flx/ |
D | gstflxdec.c | 270 ret = gst_byte_writer_fill (writer, 0, flxdec->size); in flx_decode_chunks() 396 if (!gst_byte_writer_fill (writer, x, count)) in flx_decode_brun() 479 if (!gst_byte_writer_fill (writer, x, count)) in flx_decode_delta_fli()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbytewriter.h | 206 gboolean gst_byte_writer_fill (GstByteWriter *writer, guint8 value, guint size); 459 #define gst_byte_writer_fill(writer, val, size) \ macro
|
D | gstbytewriter.c | 420 gst_byte_writer_fill (GstByteWriter * writer, guint8 value, guint size) in gst_byte_writer_fill() function
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggmux.c | 1290 handled &= gst_byte_writer_fill (&bw, ' ', 20); /* UTC time */ in gst_ogg_mux_make_fishead() 1388 handled &= gst_byte_writer_fill (&bw, 0, 3); /* padding */ in gst_ogg_mux_make_fisbone()
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstflvdemux.c | 847 gst_byte_writer_fill (&w, 0, 13); in gst_flv_demux_audio_negotiate()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 80051 API: gst_byte_writer_fill()
|