Home
last modified time | relevance | path

Searched refs:GINT32_TO_BE (Results 1 – 8 of 8) sorted by relevance

/third_party/glib/glib/
Dglibconfig.h222 #define GINT32_TO_BE(val) ((gint32) GUINT32_SWAP_LE_BE (val)) macro
238 #define GINT_TO_BE(val) ((gint) GINT32_TO_BE (val))
250 #define GLONG_TO_BE(val) ((glong) GINT32_TO_BE (val))
254 #define GINT_TO_BE(val) ((gint) GINT32_TO_BE (val))
259 #define GSSIZE_TO_BE(val) ((gssize) GINT32_TO_BE (val))
Dgtypes.h391 #define GINT32_FROM_BE(val) (GINT32_TO_BE (val))
/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp77 m_header.headersize = GINT32_TO_BE (MC_HEADER); in MotionCells()
78 m_header.type = GINT32_TO_BE (MC_TYPE); in MotionCells()
79 m_header.version = GINT32_TO_BE (MC_VERSION); in MotionCells()
309 GINT32_TO_BE ((int) ceil (ceil (m_gridx * m_gridy / 8.0) / 4.0) * 4 + in initDataFile()
311 m_header.gridx = GINT32_TO_BE (m_gridx); in initDataFile()
312 m_header.gridy = GINT32_TO_BE (m_gridy); in initDataFile()
326 mc_data.timestamp = GINT32_TO_BE (timestamp_millisec); in saveMotionCells()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dproperties.c122 prop = GINT32_TO_BE (prop); in prop_copy_int32()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h310 #define GINT32_FROM_BE(val) (GINT32_TO_BE (val))
/third_party/glib/gio/
Dgdataoutputstream.c362 data = GINT32_TO_BE (data); in g_data_output_stream_put_int32()
Dgdbusmessage.c346 data = GINT32_TO_BE (data); in g_memory_buffer_put_int32()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt559 GINT32_TO_BE