Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfmux.c638 GST_WRITE_UINT64_LE (*buf + 16, size); /* object size */ in gst_asf_mux_write_header_object()
657 GST_WRITE_UINT64_LE (*buf + 16, ASF_FILE_PROPERTIES_OBJECT_SIZE); /* object size */ in gst_asf_mux_write_file_properties()
659 GST_WRITE_UINT64_LE (*buf + 40, 0); /* file size - needs update */ in gst_asf_mux_write_file_properties()
661 GST_WRITE_UINT64_LE (*buf + 56, 0); /* data packets - needs update */ in gst_asf_mux_write_file_properties()
662 GST_WRITE_UINT64_LE (*buf + 64, 0); /* play duration - needs update */ in gst_asf_mux_write_file_properties()
663 GST_WRITE_UINT64_LE (*buf + 72, 0); /* send duration - needs update */ in gst_asf_mux_write_file_properties()
664 GST_WRITE_UINT64_LE (*buf + 80, asfmux->preroll); /* preroll */ in gst_asf_mux_write_file_properties()
705GST_WRITE_UINT64_LE (*buf + 16, ASF_STREAM_PROPERTIES_OBJECT_SIZE + codec_data_length + media_spec… in gst_asf_mux_write_stream_properties()
714 GST_WRITE_UINT64_LE (*buf + 56, 0); /* time offset */ in gst_asf_mux_write_stream_properties()
796GST_WRITE_UINT64_LE (*buf + 16, ASF_HEADER_EXTENSION_OBJECT_SIZE + extension_size); /* object si… in gst_asf_mux_write_header_extension()
[all …]
Dgstasfobjects.c301 GST_WRITE_UINT64_LE (buf, time); in gst_asf_put_time()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbytewriter.c402 CREATE_WRITE_FUNC (64, guint64, uint64_le, GST_WRITE_UINT64_LE);
404 CREATE_WRITE_FUNC (64, gint64, int64_le, GST_WRITE_UINT64_LE);
Dgstbytewriter.h306 __GST_BYTE_WRITER_CREATE_WRITE_FUNC (64, guint64, uint64_le, GST_WRITE_UINT64_LE)
308 __GST_BYTE_WRITER_CREATE_WRITE_FUNC (64, gint64, int64_le, GST_WRITE_UINT64_LE)
/third_party/gstreamer/gstreamer/gst/
Dgstutils.h402 # define GST_WRITE_UINT64_LE(data,val) _GST_FAST_WRITE_SWAP(64,data,val) macro
405 # define GST_WRITE_UINT64_LE(data,val) _GST_FAST_WRITE(64,data,val) macro
421 #define GST_WRITE_UINT64_LE(data,val) do { \ macro
829 GST_WRITE_UINT64_LE (data, u.i); in GST_WRITE_DOUBLE_LE()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpst2022-1-fecdec.c356 GST_WRITE_UINT64_LE (dst, in _xor_mem()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpulpfeccommon.c127 GST_WRITE_UINT64_LE (dst, in _xor_mem()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecenc.c242 GST_WRITE_UINT64_LE (dst, in _xor_mem()
Dgstrtpst2022-1-fecdec.c380 GST_WRITE_UINT64_LE (dst, in _xor_mem()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstutils.c1300 GST_WRITE_UINT64_LE (cpointer++, 0x4142434445464748); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.c1609 GST_WRITE_UINT64_LE (map.data + 20, avimux->avix_start); /* base offset */ in gst_avi_mux_write_avix_index()