Searched refs:GST_WRITE_UINT64_LE (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/asfmux/ |
D | gstasfmux.c | 638 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() 705 …GST_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() 796 …GST_WRITE_UINT64_LE (*buf + 16, ASF_HEADER_EXTENSION_OBJECT_SIZE + extension_size); /* object si… in gst_asf_mux_write_header_extension() [all …]
|
D | gstasfobjects.c | 301 GST_WRITE_UINT64_LE (buf, time); in gst_asf_put_time()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbytewriter.c | 402 CREATE_WRITE_FUNC (64, guint64, uint64_le, GST_WRITE_UINT64_LE); 404 CREATE_WRITE_FUNC (64, gint64, int64_le, GST_WRITE_UINT64_LE);
|
D | gstbytewriter.h | 306 __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/ |
D | gstutils.h | 402 # 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/ |
D | rtpst2022-1-fecdec.c | 356 GST_WRITE_UINT64_LE (dst, in _xor_mem()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | rtpulpfeccommon.c | 127 GST_WRITE_UINT64_LE (dst, in _xor_mem()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpst2022-1-fecenc.c | 242 GST_WRITE_UINT64_LE (dst, in _xor_mem()
|
D | gstrtpst2022-1-fecdec.c | 380 GST_WRITE_UINT64_LE (dst, in _xor_mem()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstutils.c | 1300 GST_WRITE_UINT64_LE (cpointer++, 0x4142434445464748); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavimux.c | 1609 GST_WRITE_UINT64_LE (map.data + 20, avimux->avix_start); /* base offset */ in gst_avi_mux_write_avix_index()
|