Home
last modified time | relevance | path

Searched refs:GDOUBLE_TO_BE (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioconvert.c775 { GDOUBLE_TO_BE (0.0), GDOUBLE_TO_BE (1.0), GDOUBLE_TO_BE (-1.0), in GST_START_TEST()
776 GDOUBLE_TO_BE (0.5), GDOUBLE_TO_BE (-0.5) in GST_START_TEST()
837 { GDOUBLE_TO_BE (0.0), GDOUBLE_TO_BE (1.0), GDOUBLE_TO_BE (-1.0), in GST_START_TEST()
838 GDOUBLE_TO_BE (0.5), GDOUBLE_TO_BE (-0.5), GDOUBLE_TO_BE (1.1), in GST_START_TEST()
839 GDOUBLE_TO_BE (-1.1) in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstutils.h667 #define GDOUBLE_TO_BE(val) (GDOUBLE_SWAP_LE_BE (val)) macro
673 #define GDOUBLE_TO_BE(val) ((gdouble) (val)) macro
682 #define GDOUBLE_FROM_BE(val) (GDOUBLE_TO_BE (val))
/third_party/gstreamer/gstplugins_good/gst/matroska/
Debml-write.c667 num = GDOUBLE_TO_BE (num); in gst_ebml_write_float()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Damf.c1025 value = GDOUBLE_TO_BE (value); in serialize_number()
/third_party/gstreamer/gstreamer/
DChangeLog3741 666: Warning: Gst: symbol='GDOUBLE_TO_BE': Unknown namespace for symbol 'GDOUBLE_TO_BE'
3745 672: Warning: Gst: symbol='GDOUBLE_TO_BE': Unknown namespace for symbol 'GDOUBLE_TO_BE'
62915 Re-adds GFLOAT_TO_LE, GFLOAT_TO_BE, GDOUBLE_TO_LE, and GDOUBLE_TO_BE.
91424 This adds GDOUBLE_FROM_BE, GDOUBLE_FROM_LE, GDOUBLE_TO_BE,
/third_party/gstreamer/gstplugins_good/
DChangeLog81089 GDOUBLE_TO_BE was moved to core a long time ago.
128656 gst/matroska/ebml-write.c: Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
128659 Use GDOUBLE_TO_BE() instead of (probably slower) custom code.