/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpspeexdepay.c | 153 GST_WRITE_UINT32_LE (data, 1); /* version */ in gst_rtp_speex_depay_setcaps() 155 GST_WRITE_UINT32_LE (data, 80); /* header_size */ in gst_rtp_speex_depay_setcaps() 157 GST_WRITE_UINT32_LE (data, clock_rate); /* rate */ in gst_rtp_speex_depay_setcaps() 159 GST_WRITE_UINT32_LE (data, gst_rtp_speex_depay_get_mode (clock_rate)); /* mode */ in gst_rtp_speex_depay_setcaps() 161 GST_WRITE_UINT32_LE (data, 4); /* mode_bitstream_version */ in gst_rtp_speex_depay_setcaps() 163 GST_WRITE_UINT32_LE (data, nb_channels); /* nb_channels */ in gst_rtp_speex_depay_setcaps() 165 GST_WRITE_UINT32_LE (data, -1); /* bitrate */ in gst_rtp_speex_depay_setcaps() 167 GST_WRITE_UINT32_LE (data, 0xa0); /* frame_size */ in gst_rtp_speex_depay_setcaps() 169 GST_WRITE_UINT32_LE (data, 0); /* VBR */ in gst_rtp_speex_depay_setcaps() 171 GST_WRITE_UINT32_LE (data, 1); /* frames_per_packet */ in gst_rtp_speex_depay_setcaps() [all …]
|
D | gstrtpceltdepay.c | 161 GST_WRITE_UINT32_LE (ptr, 0x80000006); /* version */ in gst_rtp_celt_depay_setcaps() 163 GST_WRITE_UINT32_LE (ptr, 56); /* header_size */ in gst_rtp_celt_depay_setcaps() 165 GST_WRITE_UINT32_LE (ptr, clock_rate); /* rate */ in gst_rtp_celt_depay_setcaps() 167 GST_WRITE_UINT32_LE (ptr, nb_channels); /* channels */ in gst_rtp_celt_depay_setcaps() 169 GST_WRITE_UINT32_LE (ptr, frame_size); /* frame-size */ in gst_rtp_celt_depay_setcaps() 171 GST_WRITE_UINT32_LE (ptr, -1); /* overlap */ in gst_rtp_celt_depay_setcaps() 173 GST_WRITE_UINT32_LE (ptr, -1); /* bytes_per_packet */ in gst_rtp_celt_depay_setcaps() 175 GST_WRITE_UINT32_LE (ptr, 0); /* extra headers */ in gst_rtp_celt_depay_setcaps()
|
D | gstrtpsv3vdepay.c | 237 GST_WRITE_UINT32_LE (cmap.data + 4, payload_len - 2); in gst_rtp_sv3v_depay_process()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | videoanc.c | 140 GST_WRITE_UINT32_LE (line + 16, (0x000 << 0) | (0x3ff << 20)); in GST_START_TEST() 141 GST_WRITE_UINT32_LE (line + 20, (0x3ff << 10)); in GST_START_TEST() 142 GST_WRITE_UINT32_LE (line + 24, (0x123 << 0) | (0x224 << 20)); in GST_START_TEST() 143 GST_WRITE_UINT32_LE (line + 28, (0x108 << 10)); in GST_START_TEST() 145 GST_WRITE_UINT32_LE (line + 32, (0x101 << 0) | (0x102 << 20)); in GST_START_TEST() 146 GST_WRITE_UINT32_LE (line + 36, (0x203 << 10)); in GST_START_TEST() 147 GST_WRITE_UINT32_LE (line + 40, (0x104 << 0) | (0x250 << 20)); in GST_START_TEST() 148 GST_WRITE_UINT32_LE (line + 44, (0x260 << 10)); in GST_START_TEST() 150 GST_WRITE_UINT32_LE (line + 48, (0x170 << 0) | (0x180 << 20)); in GST_START_TEST() 151 GST_WRITE_UINT32_LE (line + 52, (0x2f9 << 10)); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/wavenc/ |
D | gstwavenc.c | 276 GST_WRITE_UINT32_LE (header + 12, wavenc->rate); in write_fmt_chunk() 278 GST_WRITE_UINT32_LE (header + 16, wBlockAlign * wavenc->rate); in write_fmt_chunk() 287 GST_WRITE_UINT32_LE (header + 4, FMT_EXT_CHUNK_LEN - 8); in write_fmt_chunk() 296 GST_WRITE_UINT32_LE (header + 28, (guint32) wavenc->channel_mask); in write_fmt_chunk() 306 GST_WRITE_UINT32_LE (header + 4, FMT_WAV_CHUNK_LEN - 8); in write_fmt_chunk() 328 GST_WRITE_UINT32_LE (header + 4, FACT_CHUNK_LEN - 8); in write_fact_chunk() 332 GST_WRITE_UINT32_LE (header + 8, 0xFFFFFFFF); in write_fact_chunk() 334 GST_WRITE_UINT32_LE (header + 8, (guint32) get_num_frames (wavenc)); in write_fact_chunk() 348 GST_WRITE_UINT32_LE (header + 4, DS64_CHUNK_LEN - 8); in write_ds64_chunk() 350 GST_WRITE_UINT32_LE (header + 8, (guint32) (riffLen & 0xFFFFFFFF)); in write_ds64_chunk() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/asfmux/ |
D | gstasfmux.c | 639 GST_WRITE_UINT32_LE (*buf + 24, child_objects); /* # of child objects */ in gst_asf_mux_write_header_object() 665 GST_WRITE_UINT32_LE (*buf + 88, 0x1); /* flags - broadcast on */ in gst_asf_mux_write_file_properties() 666 GST_WRITE_UINT32_LE (*buf + 92, asfmux->packet_size); /* minimum data packet size */ in gst_asf_mux_write_file_properties() 667 GST_WRITE_UINT32_LE (*buf + 96, asfmux->packet_size); /* maximum data packet size */ in gst_asf_mux_write_file_properties() 668 GST_WRITE_UINT32_LE (*buf + 100, 0); /* maximum bitrate TODO */ in gst_asf_mux_write_file_properties() 716 …GST_WRITE_UINT32_LE (*buf + 64, codec_data_length + media_specific_data_length); /* type spec… in gst_asf_mux_write_stream_properties() 717 GST_WRITE_UINT32_LE (*buf + 68, 0); /* error correction data length */ in gst_asf_mux_write_stream_properties() 721 GST_WRITE_UINT32_LE (*buf + 74, 0); /* reserved */ in gst_asf_mux_write_stream_properties() 729 GST_WRITE_UINT32_LE (*buf + 4, audiopad->audioinfo.rate); in gst_asf_mux_write_stream_properties() 730 GST_WRITE_UINT32_LE (*buf + 8, audiopad->audioinfo.av_bps); in gst_asf_mux_write_stream_properties() [all …]
|
D | gstasfobjects.c | 288 GST_WRITE_UINT32_LE (buf, (guint32) data); in gst_asf_put_i32() 337 GST_WRITE_UINT32_LE (buf + 2, payload->offset_in_media_obj); in gst_asf_put_payload() 339 GST_WRITE_UINT32_LE (buf + 7, payload->media_object_size); in gst_asf_put_payload() 340 GST_WRITE_UINT32_LE (buf + 11, payload->presentation_time); in gst_asf_put_payload() 375 GST_WRITE_UINT32_LE (buf + 2, payload->offset_in_media_obj); in gst_asf_put_subpayload() 377 GST_WRITE_UINT32_LE (buf + 7, payload->media_object_size); in gst_asf_put_subpayload() 378 GST_WRITE_UINT32_LE (buf + 11, payload->presentation_time); in gst_asf_put_subpayload()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-anc.c | 823 GST_WRITE_UINT32_LE (data + (i / 6) * 16 + 0, a); in convert_line_to_v210() 824 GST_WRITE_UINT32_LE (data + (i / 6) * 16 + 4, b); in convert_line_to_v210() 825 GST_WRITE_UINT32_LE (data + (i / 6) * 16 + 8, c); in convert_line_to_v210() 826 GST_WRITE_UINT32_LE (data + (i / 6) * 16 + 12, d); in convert_line_to_v210() 857 GST_WRITE_UINT32_LE (data + (i / 6) * 16 + 0, a); in convert_line_to_v210() 858 GST_WRITE_UINT32_LE (data + (i / 6) * 16 + 4, b); in convert_line_to_v210() 859 GST_WRITE_UINT32_LE (data + (i / 6) * 16 + 8, c); in convert_line_to_v210() 860 GST_WRITE_UINT32_LE (data + (i / 6) * 16 + 12, d); in convert_line_to_v210()
|
D | video-converter.c | 3696 GST_WRITE_UINT32_LE (d1 + (j / 6) * 16 + 0, a0); in convert_I420_v210_task() 3697 GST_WRITE_UINT32_LE (d1 + (j / 6) * 16 + 4, a1); in convert_I420_v210_task() 3698 GST_WRITE_UINT32_LE (d1 + (j / 6) * 16 + 8, a2); in convert_I420_v210_task() 3699 GST_WRITE_UINT32_LE (d1 + (j / 6) * 16 + 12, a3); in convert_I420_v210_task() 3706 GST_WRITE_UINT32_LE (d2 + (j / 6) * 16 + 0, a0); in convert_I420_v210_task() 3707 GST_WRITE_UINT32_LE (d2 + (j / 6) * 16 + 4, a1); in convert_I420_v210_task() 3708 GST_WRITE_UINT32_LE (d2 + (j / 6) * 16 + 8, a2); in convert_I420_v210_task() 3709 GST_WRITE_UINT32_LE (d2 + (j / 6) * 16 + 12, a3); in convert_I420_v210_task() 4145 GST_WRITE_UINT32_LE (d + (j / 6) * 16 + 0, a0); in convert_YUY2_v210_task() 4146 GST_WRITE_UINT32_LE (d + (j / 6) * 16 + 4, a1); in convert_YUY2_v210_task() [all …]
|
D | video-format.c | 697 GST_WRITE_UINT32_LE (d + (i / 6) * 16 + 0, a0); in pack_v210() 698 GST_WRITE_UINT32_LE (d + (i / 6) * 16 + 4, a1); in pack_v210() 699 GST_WRITE_UINT32_LE (d + (i / 6) * 16 + 8, a2); in pack_v210() 700 GST_WRITE_UINT32_LE (d + (i / 6) * 16 + 12, a3); in pack_v210() 916 GST_WRITE_UINT32_LE (d + i, AVYU); in pack_Y410() 5203 GST_WRITE_UINT32_LE (dy + i, Y); in pack_GRAY10_LE32() 5336 GST_WRITE_UINT32_LE (duv + i, UV); in pack_NV12_10LE32() 5342 GST_WRITE_UINT32_LE (duv + i, UV); in pack_NV12_10LE32() 5353 GST_WRITE_UINT32_LE (dy + i, Y); in pack_NV12_10LE32() 5356 GST_WRITE_UINT32_LE (duv + i, UV); in pack_NV12_10LE32() [all …]
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbytewriter.c | 398 CREATE_WRITE_FUNC (32, guint32, uint32_le, GST_WRITE_UINT32_LE); 400 CREATE_WRITE_FUNC (32, gint32, int32_le, GST_WRITE_UINT32_LE);
|
D | gstbytewriter.h | 302 __GST_BYTE_WRITER_CREATE_WRITE_FUNC (32, guint32, uint32_le, GST_WRITE_UINT32_LE) 304 __GST_BYTE_WRITER_CREATE_WRITE_FUNC (32, gint32, int32_le, GST_WRITE_UINT32_LE)
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavimux.c | 1525 GST_WRITE_UINT32_LE (map.data + 4, size); in gst_avi_mux_riff_get_avi_header() 1544 GST_WRITE_UINT32_LE (map.data + 4, datax_size + 3 * 4); in gst_avi_mux_riff_get_avix_header() 1547 GST_WRITE_UINT32_LE (map.data + 16, datax_size); in gst_avi_mux_riff_get_avix_header() 1564 GST_WRITE_UINT32_LE (map.data + 4, video_frame_size); in gst_avi_mux_riff_get_header() 1603 GST_WRITE_UINT32_LE (map.data + 4, 0); /* chunk size; fill later */ in gst_avi_mux_write_avix_index() 1607 GST_WRITE_UINT32_LE (map.data + 12, 0); /* entries in use; fill later */ in gst_avi_mux_write_avix_index() 1610 GST_WRITE_UINT32_LE (map.data + 28, 0); /* reserved */ in gst_avi_mux_write_avix_index() 1619 GST_WRITE_UINT32_LE (map.data, GUINT32_FROM_LE (entry->offset) + 8); in gst_avi_mux_write_avix_index() 1621 GST_WRITE_UINT32_LE (map.data + 4, GUINT32_FROM_LE (entry->size) in gst_avi_mux_write_avix_index() 1632 GST_WRITE_UINT32_LE (data + 4, size - 8); in gst_avi_mux_write_avix_index() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstvc1parse.c | 806 GST_WRITE_UINT32_LE (data + 4, 4); in gst_vc1_parse_make_sequence_layer() 838 GST_WRITE_UINT32_LE (data + 12, vc1parse->height); in gst_vc1_parse_make_sequence_layer() 839 GST_WRITE_UINT32_LE (data + 16, vc1parse->width); in gst_vc1_parse_make_sequence_layer() 841 GST_WRITE_UINT32_LE (data + 12, 0); in gst_vc1_parse_make_sequence_layer() 842 GST_WRITE_UINT32_LE (data + 16, 0); in gst_vc1_parse_make_sequence_layer() 846 GST_WRITE_UINT32_LE (data + 20, 0x0000000c); in gst_vc1_parse_make_sequence_layer() 856 GST_WRITE_UINT32_LE (data + 28, 0); in gst_vc1_parse_make_sequence_layer() 863 GST_WRITE_UINT32_LE (data + 32, gst_vc1_parse_get_max_framerate (vc1parse)); in gst_vc1_parse_make_sequence_layer() 865 GST_WRITE_UINT32_LE (data + 32, in gst_vc1_parse_make_sequence_layer()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstvorbistag.c | 833 GST_WRITE_UINT32_LE (data, vendor_len); in gst_tag_list_to_vorbiscomment_buffer() 838 GST_WRITE_UINT32_LE (data, my_data.count); in gst_tag_list_to_vorbiscomment_buffer() 848 GST_WRITE_UINT32_LE (data, size); in gst_tag_list_to_vorbiscomment_buffer()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstutils.h | 452 # define GST_WRITE_UINT32_LE(data,val) _GST_FAST_WRITE_SWAP(32,data,val) macro 455 # define GST_WRITE_UINT32_LE(data,val) _GST_FAST_WRITE(32,data,val) macro 467 #define GST_WRITE_UINT32_LE(data,val) do { \ macro 789 GST_WRITE_UINT32_LE (data, u.i); in GST_WRITE_FLOAT_LE()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atomsrecovery.c | 1045 GST_WRITE_UINT32_LE (auxdata + 4, FOURCC_moov); in moov_recov_write_file() 1145 GST_WRITE_UINT32_LE (auxdata + 4, FOURCC_mdat); in moov_recov_write_file() 1149 GST_WRITE_UINT32_LE (auxdata + 4, FOURCC_mdat); in moov_recov_write_file()
|
D | atoms.c | 4374 GST_WRITE_UINT32_LE (data, FOURCC_nclx); in build_colr_extension() 4376 GST_WRITE_UINT32_LE (data, FOURCC_nclc); in build_colr_extension() 4425 GST_WRITE_UINT32_LE (data + 4, FOURCC_clef); in build_tapt_extension() 4431 GST_WRITE_UINT32_LE (data + 24, FOURCC_prof); in build_tapt_extension() 4437 GST_WRITE_UINT32_LE (data + 44, FOURCC_enof); in build_tapt_extension() 5611 GST_WRITE_UINT32_LE (ext, 0); in build_amr_extension() 5635 GST_WRITE_UINT32_LE (ext, 0); in build_h263_extension() 5678 GST_WRITE_UINT32_LE (data, FOURCC_SEQH); in build_SMI_atom() 5714 GST_WRITE_UINT32_LE (data + 4, rate); in build_ima_adpcm_atom() 5715 GST_WRITE_UINT32_LE (data + 8, bytespersec); in build_ima_adpcm_atom()
|
D | gstqtmux.c | 977 GST_WRITE_UINT32_LE (map.data + 4, FOURCC_jp2c); in gst_qt_mux_prepare_jpc_buffer() 1074 GST_WRITE_UINT32_LE (map.data + 4, FOURCC_cdat); in gst_qt_mux_prepare_caption_buffer() 1090 GST_WRITE_UINT32_LE (map.data + write_offs + 4, FOURCC_cdt2); in gst_qt_mux_prepare_caption_buffer() 1134 GST_WRITE_UINT32_LE (map.data + 4, FOURCC_ccdp); in gst_qt_mux_prepare_caption_buffer() 1691 GST_WRITE_UINT32_LE (data, entity); in gst_qt_mux_add_3gp_classification() 2149 GST_WRITE_UINT32_LE (map.data + 4, FOURCC_mdat); in gst_qt_mux_send_mdat_header() 2154 GST_WRITE_UINT32_LE (map.data + 4, FOURCC_free); in gst_qt_mux_send_mdat_header() 2156 GST_WRITE_UINT32_LE (map.data + 12, FOURCC_mdat); in gst_qt_mux_send_mdat_header() 2165 GST_WRITE_UINT32_LE (map.data + 4, FOURCC_mdat); in gst_qt_mux_send_mdat_header()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | overlaycomposition.c | 59 #define GST_WRITE_UINT32_NATIVE(data,val) GST_WRITE_UINT32_LE(data,val)
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-mux.c | 1314 GST_WRITE_UINT32_LE (&bih->size, size); in gst_matroska_mux_video_pad_setcaps() 1315 GST_WRITE_UINT32_LE (&bih->width, videocontext->pixel_width); in gst_matroska_mux_video_pad_setcaps() 1316 GST_WRITE_UINT32_LE (&bih->height, videocontext->pixel_height); in gst_matroska_mux_video_pad_setcaps() 1317 GST_WRITE_UINT32_LE (&bih->compression, fourcc); in gst_matroska_mux_video_pad_setcaps() 1320 GST_WRITE_UINT32_LE (&bih->image_size, videocontext->pixel_width * in gst_matroska_mux_video_pad_setcaps() 1327 GST_WRITE_UINT32_LE (&bih->size, size); in gst_matroska_mux_video_pad_setcaps() 2358 GST_WRITE_UINT32_LE (codec_priv + 4, samplerate); in gst_matroska_mux_audio_pad_setcaps() 2359 GST_WRITE_UINT32_LE (codec_priv + 8, bitrate / 8); in gst_matroska_mux_audio_pad_setcaps()
|
D | matroska-demux.c | 3924 GST_WRITE_UINT32_LE (data + 4, wvh.ck_size); in gst_matroska_demux_add_wvpk_header() 3928 GST_WRITE_UINT32_LE (data + 12, wvh.total_samples); in gst_matroska_demux_add_wvpk_header() 3929 GST_WRITE_UINT32_LE (data + 16, wvh.block_index); in gst_matroska_demux_add_wvpk_header() 4005 GST_WRITE_UINT32_LE (outdata, blocksize + WAVPACK4_HEADER_SIZE - 8); in gst_matroska_demux_add_wvpk_header() 4009 GST_WRITE_UINT32_LE (outdata + 8, wvh.total_samples); in gst_matroska_demux_add_wvpk_header() 4010 GST_WRITE_UINT32_LE (outdata + 12, wvh.block_index); in gst_matroska_demux_add_wvpk_header() 4011 GST_WRITE_UINT32_LE (outdata + 16, block_samples); in gst_matroska_demux_add_wvpk_header() 4012 GST_WRITE_UINT32_LE (outdata + 20, flags); in gst_matroska_demux_add_wvpk_header() 4013 GST_WRITE_UINT32_LE (outdata + 24, crc); in gst_matroska_demux_add_wvpk_header() 7059 GST_WRITE_UINT32_LE ((guint8 *) context->codec_priv + 12, in gst_matroska_demux_audio_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpchunkstream.c | 311 GST_WRITE_UINT32_LE (map.data + offset + 7, meta->mstream); in serialize_next()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | adapter.c | 297 GST_WRITE_UINT32_LE (ptr, i + j); in create_and_fill_adapter()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstutils.c | 1293 GST_WRITE_UINT32_LE (cpointer++, 0x41424344); in GST_START_TEST()
|