Home
last modified time | relevance | path

Searched refs:GUINT32_FROM_BE (Results 1 – 17 of 17) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h311 #define GUINT32_FROM_BE(val) (GUINT32_TO_BE (val))
331 #define g_ntohl(val) (GUINT32_FROM_BE (val))
/third_party/glib/gio/
Dthumbnail-verify.c145 chunk_size = GUINT32_FROM_BE (chunk_size_be); in check_thumbnail_validity()
Dgdatainputstream.c513 v = GUINT32_FROM_BE (v); in g_data_input_stream_read_uint32()
Dgdbusmessage.c2028 ret = 12 + 4 + GUINT32_FROM_BE (((guint32 *) blob)[3]); in g_dbus_message_bytes_needed()
2032 ret += GUINT32_FROM_BE (((guint32 *) blob)[1]); in g_dbus_message_bytes_needed()
Dgdbusprivate.c2604 serial = GUINT32_FROM_BE (((guint32 *) worker->read_buffer)[2]); in read_message_print_transport_debug()
/third_party/glib/glib/
Dgtypes.h392 #define GUINT32_FROM_BE(val) (GUINT32_TO_BE (val)) macro
416 #define g_ntohl(val) (GUINT32_FROM_BE (val))
Dgtimezone.c109 guint32 tmp; memcpy (&tmp, &be, sizeof tmp); return GUINT32_FROM_BE (tmp); in guint32_from_be()
/third_party/gstreamer/gstplugins_bad/gst/vmnc/
Dvmncdec.c243 GUINT32_FROM_BE (redmask), GUINT32_FROM_BE (greenmask), in vmnc_handle_wmvi_rectangle()
244 GUINT32_FROM_BE (bluemask), in vmnc_handle_wmvi_rectangle()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c191 val = GUINT32_FROM_BE ((0xff << A) | (c1 << C1) | (c2 << C2) | (c3 << C3)); \
785 val = GUINT32_FROM_BE ((red << r) | (green << g) | (blue << b)); \
931 val = GUINT32_FROM_BE ((colY << Y1) | (colY << Y2) | (colU << U) | (colV << V)); \
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c248 val = GUINT32_FROM_BE ((0xff << A) | (c1 << C1) | (c2 << C2) | (c3 << C3)); \
902 val = GUINT32_FROM_BE ((red << r) | (green << g) | (blue << b)); \
1060 val = GUINT32_FROM_BE ((colY << Y1) | (colY << Y2) | (colU << U) | (colV << V)); \
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-dither.c419 dither->orc_mask32 = GUINT32_FROM_BE (dither->orc_mask32); in gst_video_dither_new()
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstpcapparse.c341 return GUINT32_FROM_BE (val); in gst_pcap_parse_read_uint32()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudiomixer.c1942 sample = GUINT32_FROM_BE (((guint32 *) outmap.data)[i]); in GST_START_TEST()
2079 sample = GUINT32_FROM_BE (((guint32 *) outmap.data)[i]); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c153 empty_pixel = GUINT32_FROM_BE ((b_alpha << 24) | in fill_ayuv()
157 empty_pixel = GUINT32_FROM_BE ((b_alpha << 24) | in fill_ayuv()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt563 GUINT32_FROM_BE
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c3853 header = GUINT32_FROM_BE (tmp); in gst_matroska_demux_add_mpeg_seq_header()
/third_party/gstreamer/gstplugins_bad/
DChangeLog186803 Use GST_READ_UINT32_BE instead of GUINT32_FROM_BE to