/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-format.c | 744 GST_WRITE_UINT16_LE (d + i * 4 + 0, s[(i + 0) * 4 + 2]); in pack_v216() 745 GST_WRITE_UINT16_LE (d + i * 4 + 2, s[(i + 0) * 4 + 1]); in pack_v216() 746 GST_WRITE_UINT16_LE (d + i * 4 + 4, s[(i + 0) * 4 + 3]); in pack_v216() 747 GST_WRITE_UINT16_LE (d + i * 4 + 6, s[(i + 1) * 4 + 1]); in pack_v216() 750 GST_WRITE_UINT16_LE (d + i * 4 + 0, s[i * 4 + 2]); in pack_v216() 751 GST_WRITE_UINT16_LE (d + i * 4 + 2, s[i * 4 + 1]); in pack_v216() 752 GST_WRITE_UINT16_LE (d + i * 4 + 4, s[i * 4 + 3]); in pack_v216() 753 GST_WRITE_UINT16_LE (d + i * 4 + 6, s[i * 4 + 1]); in pack_v216() 853 GST_WRITE_UINT16_LE (d + i * 4 + 0, Y0); in pack_Y210() 854 GST_WRITE_UINT16_LE (d + i * 4 + 2, U); in pack_Y210() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/asfmux/ |
D | gstasfmux.c | 720 GST_WRITE_UINT16_LE (*buf + 72, flags); in gst_asf_mux_write_stream_properties() 727 GST_WRITE_UINT16_LE (*buf, audiopad->audioinfo.format); in gst_asf_mux_write_stream_properties() 728 GST_WRITE_UINT16_LE (*buf + 2, audiopad->audioinfo.channels); in gst_asf_mux_write_stream_properties() 731 GST_WRITE_UINT16_LE (*buf + 12, audiopad->audioinfo.blockalign); in gst_asf_mux_write_stream_properties() 732 GST_WRITE_UINT16_LE (*buf + 14, audiopad->audioinfo.bits_per_sample); in gst_asf_mux_write_stream_properties() 733 GST_WRITE_UINT16_LE (*buf + 16, codec_data_length); in gst_asf_mux_write_stream_properties() 754 GST_WRITE_UINT16_LE (*buf + 9, in gst_asf_mux_write_stream_properties() 762 GST_WRITE_UINT16_LE (*buf + 23, 1); /* reserved */ in gst_asf_mux_write_stream_properties() 763 GST_WRITE_UINT16_LE (*buf + 25, videopad->vidinfo.bit_cnt); in gst_asf_mux_write_stream_properties() 798 GST_WRITE_UINT16_LE (*buf + 40, 6); /* reserved */ in gst_asf_mux_write_header_extension() [all …]
|
D | gstasfobjects.c | 341 GST_WRITE_UINT16_LE (buf + 15, (guint16) gst_buffer_get_size (payload->data)); in gst_asf_put_payload() 382 GST_WRITE_UINT16_LE (buf + 15, payload_size); in gst_asf_put_subpayload()
|
/third_party/gstreamer/gstplugins_good/gst/wavenc/ |
D | gstwavenc.c | 274 GST_WRITE_UINT16_LE (header + 10, wavenc->channels); in write_fmt_chunk() 280 GST_WRITE_UINT16_LE (header + 20, wBlockAlign); in write_fmt_chunk() 282 GST_WRITE_UINT16_LE (header + 22, wavenc->width); in write_fmt_chunk() 290 GST_WRITE_UINT16_LE (header + 8, 0xFFFE); in write_fmt_chunk() 292 GST_WRITE_UINT16_LE (header + 24, 22); in write_fmt_chunk() 294 GST_WRITE_UINT16_LE (header + 26, wavenc->width); in write_fmt_chunk() 298 GST_WRITE_UINT16_LE (header + 32, wavenc->format); in write_fmt_chunk() 309 GST_WRITE_UINT16_LE (header + 8, wavenc->format); in write_fmt_chunk()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbytewriter.c | 390 CREATE_WRITE_FUNC (16, guint16, uint16_le, GST_WRITE_UINT16_LE); 392 CREATE_WRITE_FUNC (16, gint16, int16_le, GST_WRITE_UINT16_LE);
|
D | gstbytewriter.h | 294 __GST_BYTE_WRITER_CREATE_WRITE_FUNC (16, guint16, uint16_le, GST_WRITE_UINT16_LE) 296 __GST_BYTE_WRITER_CREATE_WRITE_FUNC (16, gint16, int16_le, GST_WRITE_UINT16_LE)
|
/third_party/gstreamer/gstplugins_bad/gst/pnm/ |
D | gstpnmdec.c | 286 GST_WRITE_UINT16_LE (outdata + i, s->last_val); in gst_pnmdec_parse_ascii() 315 GST_WRITE_UINT16_LE (outdata + i, scanner->value.v_int); in gst_pnmdec_parse_ascii() 444 GST_WRITE_UINT16_LE (data + i, val); in gst_pnmdec_handle_frame()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstutils.h | 524 # define GST_WRITE_UINT16_LE(data,val) _GST_FAST_WRITE_SWAP(16,data,val) macro 527 # define GST_WRITE_UINT16_LE(data,val) _GST_FAST_WRITE(16,data,val) macro 537 #define GST_WRITE_UINT16_LE(data,val) do { \ macro
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfd10.c | 149 GST_WRITE_UINT16_LE (outdata, in); in mxf_d10_sound_handle_essence_element()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-mux.c | 1318 GST_WRITE_UINT16_LE (&bih->planes, (guint16) 1); in gst_matroska_mux_video_pad_setcaps() 1319 GST_WRITE_UINT16_LE (&bih->bit_cnt, (guint16) 24); in gst_matroska_mux_video_pad_setcaps() 2356 GST_WRITE_UINT16_LE (codec_priv, format); in gst_matroska_mux_audio_pad_setcaps() 2357 GST_WRITE_UINT16_LE (codec_priv + 2, channels); in gst_matroska_mux_audio_pad_setcaps() 2360 GST_WRITE_UINT16_LE (codec_priv + 12, block_align); in gst_matroska_mux_audio_pad_setcaps() 2361 GST_WRITE_UINT16_LE (codec_priv + 14, 0); in gst_matroska_mux_audio_pad_setcaps() 2363 GST_WRITE_UINT16_LE (codec_priv + 16, gst_buffer_get_size (buf)); in gst_matroska_mux_audio_pad_setcaps() 2365 GST_WRITE_UINT16_LE (codec_priv + 16, 0); in gst_matroska_mux_audio_pad_setcaps()
|
D | matroska-demux.c | 3925 GST_WRITE_UINT16_LE (data + 8, wvh.version); in gst_matroska_demux_add_wvpk_header() 4006 GST_WRITE_UINT16_LE (outdata + 4, wvh.version); in gst_matroska_demux_add_wvpk_header() 7065 GST_WRITE_UINT16_LE ((guint8 *) context->codec_priv + 10, delay); in gst_matroska_demux_audio_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpchunkstream.c | 302 GST_WRITE_UINT16_LE (map.data + 1, in serialize_next()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 5712 GST_WRITE_UINT16_LE (data, 0x11); in build_ima_adpcm_atom() 5713 GST_WRITE_UINT16_LE (data + 2, channels); in build_ima_adpcm_atom() 5716 GST_WRITE_UINT16_LE (data + 12, blocksize); in build_ima_adpcm_atom() 5717 GST_WRITE_UINT16_LE (data + 14, 4); in build_ima_adpcm_atom() 5718 GST_WRITE_UINT16_LE (data + 16, 2); /* Two extra bytes */ in build_ima_adpcm_atom() 5719 GST_WRITE_UINT16_LE (data + 18, samplesperblock); in build_ima_adpcm_atom()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstutils.c | 1286 GST_WRITE_UINT16_LE (cpointer++, 0x4142); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstexiftag.c | 760 GST_WRITE_UINT16_LE ((guint8 *) & offset, value); in gst_exif_writer_write_short_tag()
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavimux.c | 1604 GST_WRITE_UINT16_LE (map.data + 8, 2); /* index entry is 2 words */ in gst_avi_mux_write_avix_index()
|
/third_party/gstreamer/gstplugins_good/gst/videobox/ |
D | gstvideobox.c | 2180 GST_WRITE_UINT16_LE (dest + 2 * j, val); in fill_gray()
|