/third_party/gstreamer/gstplugins_bad/gst/gdp/ |
D | dataprotocol.c | 188 GST_WRITE_UINT64_BE (h + 10, GST_BUFFER_TIMESTAMP (buffer)); in gst_dp_payload_buffer() 189 GST_WRITE_UINT64_BE (h + 18, GST_BUFFER_DURATION (buffer)); in gst_dp_payload_buffer() 190 GST_WRITE_UINT64_BE (h + 26, GST_BUFFER_OFFSET (buffer)); in gst_dp_payload_buffer() 191 GST_WRITE_UINT64_BE (h + 34, GST_BUFFER_OFFSET_END (buffer)); in gst_dp_payload_buffer() 201 GST_WRITE_UINT64_BE (h + 44, GST_BUFFER_DTS (buffer)); in gst_dp_payload_buffer() 253 GST_WRITE_UINT64_BE (h + 10, (guint64) 0); in gst_dp_payload_caps() 254 GST_WRITE_UINT64_BE (h + 18, (guint64) 0); in gst_dp_payload_caps() 255 GST_WRITE_UINT64_BE (h + 26, (guint64) 0); in gst_dp_payload_caps() 256 GST_WRITE_UINT64_BE (h + 34, (guint64) 0); in gst_dp_payload_caps() 311 GST_WRITE_UINT64_BE (h + 10, GST_CLOCK_TIME_NONE); in gst_dp_payload_event()
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstnettimepacket.c | 137 GST_WRITE_UINT64_BE (ret, packet->local_time); in gst_net_time_packet_serialize() 138 GST_WRITE_UINT64_BE (ret + sizeof (GstClockTime), packet->remote_time); in gst_net_time_packet_serialize()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbytewriter.c | 403 CREATE_WRITE_FUNC (64, guint64, uint64_be, GST_WRITE_UINT64_BE); 405 CREATE_WRITE_FUNC (64, gint64, int64_be, GST_WRITE_UINT64_BE);
|
D | gstbytewriter.h | 307 __GST_BYTE_WRITER_CREATE_WRITE_FUNC (64, guint64, uint64_be, GST_WRITE_UINT64_BE) 309 __GST_BYTE_WRITER_CREATE_WRITE_FUNC (64, gint64, int64_be, GST_WRITE_UINT64_BE)
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxftypes.c | 951 GST_WRITE_UINT64_BE (data, pack->this_partition); in mxf_partition_pack_to_buffer() 954 GST_WRITE_UINT64_BE (data, pack->prev_partition); in mxf_partition_pack_to_buffer() 957 GST_WRITE_UINT64_BE (data, pack->footer_partition); in mxf_partition_pack_to_buffer() 960 GST_WRITE_UINT64_BE (data, pack->header_byte_count); in mxf_partition_pack_to_buffer() 963 GST_WRITE_UINT64_BE (data, pack->index_byte_count); in mxf_partition_pack_to_buffer() 969 GST_WRITE_UINT64_BE (data, pack->body_offset); in mxf_partition_pack_to_buffer() 1058 GST_WRITE_UINT64_BE (data + 4, entry->offset); in mxf_random_index_pack_to_buffer()
|
D | mxfmetadata.c | 2713 GST_WRITE_UINT64_BE (t->data, self->origin); in mxf_metadata_timeline_track_write_tags() 2820 GST_WRITE_UINT64_BE (t->data, self->event_origin); in mxf_metadata_event_track_write_tags() 3049 GST_WRITE_UINT64_BE (t->data, self->duration); in mxf_metadata_sequence_write_tags() 3188 GST_WRITE_UINT64_BE (t->data, self->duration); in mxf_metadata_structural_component_write_tags() 3304 GST_WRITE_UINT64_BE (t->data, self->start_timecode); in mxf_metadata_timecode_component_write_tags() 3471 GST_WRITE_UINT64_BE (t->data, self->start_position); in mxf_metadata_source_clip_write_tags() 3889 GST_WRITE_UINT64_BE (t->data, self->event_start_position); in mxf_metadata_dm_segment_write_tags() 4291 GST_WRITE_UINT64_BE (t->data, self->container_duration); in mxf_metadata_file_descriptor_write_tags()
|
D | mxfaes-bwf.c | 490 GST_WRITE_UINT64_BE (t->data, self->peak_of_peaks_position); in mxf_metadata_wave_audio_essence_descriptor_write_tags()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstutils.h | 401 # define GST_WRITE_UINT64_BE(data,val) _GST_FAST_WRITE(64,data,val) macro 404 # define GST_WRITE_UINT64_BE(data,val) _GST_FAST_WRITE_SWAP(64,data,val) macro 408 #define GST_WRITE_UINT64_BE(data,val) do { \ macro 849 GST_WRITE_UINT64_BE (data, u.i); in GST_WRITE_DOUBLE_BE()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atomsrecovery.c | 219 GST_WRITE_UINT64_BE (data + 16, chunk_offset); in atoms_recov_write_trak_samples() 226 GST_WRITE_UINT64_BE (data + 26, pts_offset); in atoms_recov_write_trak_samples() 229 GST_WRITE_UINT64_BE (data + 26, 0); in atoms_recov_write_trak_samples() 1146 GST_WRITE_UINT64_BE (auxdata + 8, mdatrf->mdat_size); in moov_recov_write_file()
|
D | gstqtmux.c | 2150 GST_WRITE_UINT64_BE (map.data + 8, size + 8); in gst_qt_mux_send_mdat_header()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | rtponvifparse.c | 107 GST_WRITE_UINT64_BE (data, convert_to_ntp (buffer_in->pts + NTP_OFFSET)); in create_extension_buffer()
|
D | rtponviftimestamp.c | 273 GST_WRITE_UINT64_BE (data, convert_to_ntp (GST_BUFFER_PTS (buffer_in) + in create_extension_buffer()
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst-ptp-helper.c | 425 GST_WRITE_UINT64_BE (clock_id_array, clock_id); in setup_sockets() 430 GST_WRITE_UINT64_BE (clock_id_array, clock_id); in setup_sockets()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpst2022-1-fecdec.c | 359 GST_WRITE_UINT64_BE (dst, in _xor_mem()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | rtpulpfeccommon.c | 130 GST_WRITE_UINT64_BE (dst, in _xor_mem()
|
/third_party/gstreamer/gstplugins_bad/gst/onvif/ |
D | gstrtponviftimestamp.c | 568 GST_WRITE_UINT64_BE (data, time); in handle_buffer()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtphdrext.c | 74 GST_WRITE_UINT64_BE (data, ntptime); in gst_rtp_hdrext_set_ntp_64()
|
D | gstrtcpbuffer.c | 786 GST_WRITE_UINT64_BE (data, ntptime); in gst_rtcp_packet_sr_set_sender_info()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | ebml-write.c | 788 GST_WRITE_UINT64_BE (data, in gst_ebml_write_master_finish_full()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpst2022-1-fecenc.c | 245 GST_WRITE_UINT64_BE (dst, in _xor_mem()
|
D | gstrtpst2022-1-fecdec.c | 383 GST_WRITE_UINT64_BE (dst, in _xor_mem()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstmikey.c | 1360 GST_WRITE_UINT64_BE (bytes, ntptime); in gst_mikey_message_add_t_now_ntp_utc()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstutils.c | 1279 GST_WRITE_UINT64_BE (cpointer++, 0x4142434445464748); in GST_START_TEST()
|