Home
last modified time | relevance | path

Searched refs:GST_DEBUG_FG_MASK (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstinfo.c1001 if (colorinfo & GST_DEBUG_FG_MASK) { in gst_debug_construct_term_color()
1002 g_string_append_printf (color, ";3%1d", colorinfo & GST_DEBUG_FG_MASK); in gst_debug_construct_term_color()
1052 if ((colorinfo & (GST_DEBUG_FG_MASK | GST_DEBUG_BG_MASK)) == 0) { in gst_debug_construct_win_color()
1061 if (colorinfo & GST_DEBUG_FG_MASK) { in gst_debug_construct_win_color()
1062 color |= ansi_to_win_fg[colorinfo & GST_DEBUG_FG_MASK]; in gst_debug_construct_win_color()
H A Dgstinfo.h203 #define GST_DEBUG_FG_MASK (0x000F) macro
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-sys-0.17.3/tests/
H A Dconstant.c137 PRINT_CONSTANT(GST_DEBUG_FG_MASK); in main()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-sys-0.17.3/tests/
H A Dconstant.c137 PRINT_CONSTANT(GST_DEBUG_FG_MASK); in main()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-sys-0.17.0/tests/
H A Dconstant.c137 PRINT_CONSTANT(GST_DEBUG_FG_MASK); in main()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-sys-0.8.1/src/
H A Dlib.rs429 pub const GST_DEBUG_FG_MASK: c_int = 15; const
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-sys-0.8.1/src/
H A Dlib.rs429 pub const GST_DEBUG_FG_MASK: c_int = 15; const
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-sys/src/
H A Dlib.rs429 pub const GST_DEBUG_FG_MASK: c_int = 15; const
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-sys-0.17.3/src/
H A Dlib.rs434 pub const GST_DEBUG_FG_MASK: c_int = 15; const
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-sys-0.17.3/src/
H A Dlib.rs434 pub const GST_DEBUG_FG_MASK: c_int = 15; const
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-sys-0.17.0/src/
H A Dlib.rs434 pub const GST_DEBUG_FG_MASK: c_int = 15; const
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgstreamer-1.0.vapi8 [CCode (cheader_filename = "gst/gst.h", cname = "GST_DEBUG_FG_MASK")]