Searched refs:PRINT_FORMAT (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/kits/media/
H A DMediaRoster.cpp1063 PRINT_FORMAT("BMediaRoster::Connect calling "
1081 PRINT_FORMAT("BMediaRoster::Connect calling "
1100 PRINT_FORMAT("BMediaRoster::Connect calling "
1124 PRINT_FORMAT("BMediaRoster::Connect calling BBufferConsumer::Connected() "
1150 PRINT_FORMAT("BMediaRoster::Connect calling BBufferProducer::Connect with "
1181 PRINT_FORMAT(" format", *io_format);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp222 PRINT_FORMAT("AudioMixer::AcceptFormat: ", *ioFormat);
402 PRINT_FORMAT("AudioMixer::Connected: ", with_format);
786 PRINT_FORMAT("AudioMixer::PrepareToConnect: suggested format", *format);
799 PRINT_FORMAT("AudioMixer::PrepareToConnect: bad format", *format);
865 PRINT_FORMAT("AudioMixer::PrepareToConnect: final format", *format);
H A DMixerDebug.h27 # define PRINT_FORMAT(_text, _fmt) do { char _buf[300]; string_for_format((_fmt), _buf, sizeof(_buf)); printf("%s %s\n", (_text), (_buf)); } while (0) macro
38 # define PRINT_FORMAT(_text, _fmt) ((void)0) macro
/haiku/headers/private/media/
H A DMediaDebug.h20 #define PRINT_FORMAT(_text, _fmt) do { char _buf[300]; string_for_format((_fmt), _buf, sizeof(_buf)); printf("%s %s\n", (_text), (_buf)); } while (0) macro
40 #define PRINT_FORMAT(_text, _fmt) ((void)0) macro

Completed in 70 milliseconds