Home
last modified time | relevance | path

Searched defs:get_unaligned_i24 (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/volume/
Dgstvolume.c463 #define get_unaligned_i24(_x) ( (((guint8*)_x)[0]) | ((((guint8*)_x)[1]) << 8) | ((((gint8*)_x)[2])… macro
473 #define get_unaligned_i24(_x) ( (((guint8*)_x)[2]) | ((((guint8*)_x)[1]) << 8) | ((((gint8*)_x)[0])… macro
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvolume.c651 #define get_unaligned_i24(_x) ( (((guint8*)_x)[0]) | ((((guint8*)_x)[1]) << 8) | ((((gint8*)_x)[2])… macro
654 #define get_unaligned_i24(_x) ( (((guint8*)_x)[2]) | ((((guint8*)_x)[1]) << 8) | ((((gint8*)_x)[0])… macro