Home
last modified time | relevance | path

Searched refs:GUINT32_FROM_LE (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/riff/
Driff-read.c302 strh->type = GUINT32_FROM_LE (strh->type); in gst_riff_parse_strh()
303 strh->fcc_handler = GUINT32_FROM_LE (strh->fcc_handler); in gst_riff_parse_strh()
304 strh->flags = GUINT32_FROM_LE (strh->flags); in gst_riff_parse_strh()
305 strh->priority = GUINT32_FROM_LE (strh->priority); in gst_riff_parse_strh()
306 strh->init_frames = GUINT32_FROM_LE (strh->init_frames); in gst_riff_parse_strh()
307 strh->scale = GUINT32_FROM_LE (strh->scale); in gst_riff_parse_strh()
308 strh->rate = GUINT32_FROM_LE (strh->rate); in gst_riff_parse_strh()
309 strh->start = GUINT32_FROM_LE (strh->start); in gst_riff_parse_strh()
310 strh->length = GUINT32_FROM_LE (strh->length); in gst_riff_parse_strh()
311 strh->bufsize = GUINT32_FROM_LE (strh->bufsize); in gst_riff_parse_strh()
[all …]
/third_party/glib/gio/gvdb/
Dgvdb-format.h68 return GUINT32_FROM_LE (value.value); in guint32_from_le()
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.c1163 avih->us_frame = GUINT32_FROM_LE (avih->us_frame); in gst_avi_demux_parse_avih()
1164 avih->max_bps = GUINT32_FROM_LE (avih->max_bps); in gst_avi_demux_parse_avih()
1165 avih->pad_gran = GUINT32_FROM_LE (avih->pad_gran); in gst_avi_demux_parse_avih()
1166 avih->flags = GUINT32_FROM_LE (avih->flags); in gst_avi_demux_parse_avih()
1167 avih->tot_frames = GUINT32_FROM_LE (avih->tot_frames); in gst_avi_demux_parse_avih()
1168 avih->init_frames = GUINT32_FROM_LE (avih->init_frames); in gst_avi_demux_parse_avih()
1169 avih->streams = GUINT32_FROM_LE (avih->streams); in gst_avi_demux_parse_avih()
1170 avih->bufsize = GUINT32_FROM_LE (avih->bufsize); in gst_avi_demux_parse_avih()
1171 avih->width = GUINT32_FROM_LE (avih->width); in gst_avi_demux_parse_avih()
1172 avih->height = GUINT32_FROM_LE (avih->height); in gst_avi_demux_parse_avih()
[all …]
Dgstavimux.c1619 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()
1622 | (GUINT32_FROM_LE (entry->flags) in gst_avi_mux_write_avix_index()
/third_party/glib/gio/
Dstrinfo.c227 *result = GUINT32_FROM_LE (strinfo[index]); in strinfo_enum_from_string()
Dgresource.c694 _size = GUINT32_FROM_LE (_size); in do_lookup()
695 _flags = GUINT32_FROM_LE (_flags); in do_lookup()
Dgdatainputstream.c516 v = GUINT32_FROM_LE (v); in g_data_input_stream_read_uint32()
Dgdbusmessage.c2019 ret = 12 + 4 + GUINT32_FROM_LE (((guint32 *) blob)[3]); in g_dbus_message_bytes_needed()
2023 ret += GUINT32_FROM_LE (((guint32 *) blob)[1]); in g_dbus_message_bytes_needed()
Dgdbusprivate.c2600 serial = GUINT32_FROM_LE (((guint32 *) worker->read_buffer)[2]); in read_message_print_transport_debug()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_mjpgdemux.c495 aux_header.frame_interval = GUINT32_FROM_LE (aux_header.frame_interval); in gst_uvc_h264_mjpg_demux_chain()
497 aux_header.pts = GUINT32_FROM_LE (aux_header.pts); in gst_uvc_h264_mjpg_demux_chain()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h309 #define GUINT32_FROM_LE(val) (GUINT32_TO_LE (val))
/third_party/glib/glib/
Dgtypes.h390 #define GUINT32_FROM_LE(val) (GUINT32_TO_LE (val)) macro
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c3907 block_samples = GUINT32_FROM_LE (tmp); in gst_matroska_demux_add_wvpk_header()
6403 vids->size = GUINT32_FROM_LE (vids->size); in gst_matroska_demux_video_caps()
6404 vids->width = GUINT32_FROM_LE (vids->width); in gst_matroska_demux_video_caps()
6405 vids->height = GUINT32_FROM_LE (vids->height); in gst_matroska_demux_video_caps()
6408 vids->compression = GUINT32_FROM_LE (vids->compression); in gst_matroska_demux_video_caps()
6409 vids->image_size = GUINT32_FROM_LE (vids->image_size); in gst_matroska_demux_video_caps()
6410 vids->xpels_meter = GUINT32_FROM_LE (vids->xpels_meter); in gst_matroska_demux_video_caps()
6411 vids->ypels_meter = GUINT32_FROM_LE (vids->ypels_meter); in gst_matroska_demux_video_caps()
6412 vids->num_colors = GUINT32_FROM_LE (vids->num_colors); in gst_matroska_demux_video_caps()
6413 vids->imp_colors = GUINT32_FROM_LE (vids->imp_colors); in gst_matroska_demux_video_caps()
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstpcapparse.c343 return GUINT32_FROM_LE (val); in gst_pcap_parse_read_uint32()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudiomixer.c1940 sample = GUINT32_FROM_LE (((guint32 *) outmap.data)[i]); in GST_START_TEST()
2077 sample = GUINT32_FROM_LE (((guint32 *) outmap.data)[i]); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.c1403 wav->fact = GUINT32_FROM_LE (wav->fact); in gst_wavparse_stream_headers()
1490 ltag = GUINT32_FROM_LE (ltag); in gst_wavparse_stream_headers()
/third_party/gstreamer/gstplugins_good/sys/ximage/
Dgstximagesrc.c416 color = GUINT32_FROM_LE (*(guint32 *) (dest)); in composite_pixel()
/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c1785 empty_pixel = GUINT32_FROM_LE ((b_alpha << (p[0] * 8)) | in fill_rgb32()
1790 empty_pixel = GUINT32_FROM_LE ( in fill_rgb32()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt564 GUINT32_FROM_LE