Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/libs/
Dbytewriter.c230 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/
Dgstflxdec.c270 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/
Dgstbytewriter.h206 gboolean gst_byte_writer_fill (GstByteWriter *writer, guint8 value, guint size);
459 #define gst_byte_writer_fill(writer, val, size) \ macro
Dgstbytewriter.c420 gst_byte_writer_fill (GstByteWriter * writer, guint8 value, guint size) in gst_byte_writer_fill() function
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.c1290 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/
Dgstflvdemux.c847 gst_byte_writer_fill (&w, 0, 13); in gst_flv_demux_audio_negotiate()
/third_party/gstreamer/gstreamer/
DChangeLog80051 API: gst_byte_writer_fill()