Searched refs:PRINT_INPUT (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerDebug.h28 # define PRINT_INPUT(_text, _in) do { char _buf[300]; string_for_format((_in).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_in).node.node, (_in).node.port, (_in).source.port, (_in).source.id, (_in).destination.port, (_in).destination.id, _buf, (_in).name); } while (0) macro
39 # define PRINT_INPUT(_text, _in) ((void)0) macro
H A DMixerInput.cpp46 PRINT_INPUT("MixerInput::MixerInput", fInput);
/haiku/headers/private/media/
H A DMediaDebug.h21 #define PRINT_INPUT(_text, _in) do { char _buf[300]; string_for_format((_in).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_in).node.node, (_in).node.port, (_in).source.port, (_in).source.id, (_in).destination.port, (_in).destination.id, _buf, (_in).name); } while (0) macro
41 #define PRINT_INPUT(_text, _in) ((void)0) macro
/haiku/src/kits/media/
H A DMediaRoster.cpp589 PRINT_INPUT("input ", input);
1182 PRINT_INPUT(" input", *out_input);

Completed in 91 milliseconds