Home
last modified time | relevance | path

Searched refs:G_STMT_START (Results 1 – 25 of 3076) sorted by relevance

12345678910>>...124

/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstinfo.h502 G_STMT_START{ \
1515 #define GST_CAT_INFO(...) G_STMT_START{ }G_STMT_END
1517 #define GST_CAT_LOG(...) G_STMT_START{ }G_STMT_END
1529 #define GST_ERROR(...) G_STMT_START{ }G_STMT_END
1530 #define GST_WARNING(...) G_STMT_START{ }G_STMT_END
1531 #define GST_INFO(...) G_STMT_START{ }G_STMT_END
1532 #define GST_DEBUG(...) G_STMT_START{ }G_STMT_END
1533 #define GST_LOG(...) G_STMT_START{ }G_STMT_END
1534 #define GST_FIXME(...) G_STMT_START{ }G_STMT_END
1535 #define GST_TRACE(...) G_STMT_START{ }G_STMT_END
[all …]
H A Dgsttracerutils.h108 #define GST_TRACER_DISPATCH(key,type,args) G_STMT_START{ \
137 #define GST_TRACER_PAD_PUSH_PRE(pad, buffer) G_STMT_START{ \
153 #define GST_TRACER_PAD_PUSH_POST(pad, res) G_STMT_START{ \
169 #define GST_TRACER_PAD_PUSH_LIST_PRE(pad, list) G_STMT_START{ \
186 #define GST_TRACER_PAD_PUSH_LIST_POST(pad, res) G_STMT_START{ \
268 #define GST_TRACER_PAD_QUERY_PRE(pad, query) G_STMT_START{ \
365 #define GST_TRACER_ELEMENT_NEW(element) G_STMT_START{ \
447 #define GST_TRACER_BIN_ADD_PRE(bin, element) G_STMT_START{ \
577 #define GST_TRACER_MINI_OBJECT_CREATED(object) G_STMT_START{ \
676 #define GST_TRACER_OBJECT_CREATED(object) G_STMT_START{ \
[all …]
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/common/
H A Dlog.h43 #define spice_return_if_fail(x) G_STMT_START { \
51 #define spice_return_val_if_fail(x, val) G_STMT_START { \
58 #define spice_warn_if_reached() G_STMT_START { \
62 #define spice_info(...) G_STMT_START { \
66 #define spice_debug(...) G_STMT_START { \
70 #define spice_warning(...) G_STMT_START { \
74 #define spice_critical(...) G_STMT_START { \
79 #define spice_error(...) G_STMT_START { \
84 #define spice_warn_if_fail(x) G_STMT_START { \
90 #define spice_assert(x) G_STMT_START { \
[all …]
/dports/graphics/vips/vips-8.12.0/libvips/include/vips/
H A Ddebug.h40 G_STMT_START { printf( __VA_ARGS__ ); } G_STMT_END
43 G_STMT_START { ; } G_STMT_END
48 G_STMT_START { printf( "red: " __VA_ARGS__ ); } G_STMT_END
51 G_STMT_START { ; } G_STMT_END
56 G_STMT_START { printf( "amber: " __VA_ARGS__ ); } G_STMT_END
59 G_STMT_START { ; } G_STMT_END
64 G_STMT_START { printf( "green: " __VA_ARGS__ ); } G_STMT_END
67 G_STMT_START { ; } G_STMT_END
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]
/dports/audio/gstreamer1-plugins-ladspa/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \
35 #define CHECK_ALLOWED(val, min, max) G_STMT_START { \
43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \
50 #define READ_UINT16(reader, val, nbits) G_STMT_START { \
57 #define READ_UINT32(reader, val, nbits) G_STMT_START { \
64 #define READ_UINT64(reader, val, nbits) G_STMT_START { \
72 #define U_READ_UINT8(reader, val, nbits) G_STMT_START { \
76 #define U_READ_UINT16(reader, val, nbits) G_STMT_START { \
80 #define U_READ_UINT32(reader, val, nbits) G_STMT_START { \
84 #define U_READ_UINT64(reader, val, nbits) G_STMT_START { \
[all …]

12345678910>>...124