Home
last modified time | relevance | path

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

/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/src/hostapi/coreaudio/
H A Dpa_mac_core_utilities.c225 VDBUG(("Ringbuffer size (1): %d\n", (int)ringSize )); in computeRingBufferSize()
241 VDBUG(( "Final Ringbuffer size (2): %d\n", (int)ringSize )); in computeRingBufferSize()
422 VDBUG(("%lu Available Sample Rates are:\n",propsize/sizeof(AudioValueRange))); in setBestSampleRateForDevice()
425 VDBUG( ("\t%g-%g\n", in setBestSampleRateForDevice()
429 VDBUG(("-----\n")); in setBestSampleRateForDevice()
444 VDBUG( ("Maximum Rate %g. best is %g.\n", max, best ) ); in setBestSampleRateForDevice()
523 VDBUG(("Requested block size of %lu was not available.\n", in setBestFramesPerBuffer()
525 VDBUG(("%lu Available block sizes are:\n",propsize/sizeof(AudioValueRange))); in setBestFramesPerBuffer()
528 VDBUG( ("\t%g-%g\n", in setBestFramesPerBuffer()
532 VDBUG(("-----\n")); in setBestFramesPerBuffer()
[all …]
H A Dpa_mac_core_utilities.h53 # define VDBUG(MSG) do { printf("||PaMacCore (v )|| "); printf MSG ; fflush(stdout); } while(0) macro
55 # define VDBUG(MSG) macro
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/coreaudio/
H A Dpa_mac_core_utilities.c273 VDBUG( ( "suggested latency : %d\n", (int) (latency*sampleRate) ) ); in computeRingBufferSize()
276 VDBUG(("framesPerBuffer:%d\n",(int)framesPerBuffer)); in computeRingBufferSize()
277 VDBUG(("Ringbuffer size (1): %d\n", (int)ringSize )); in computeRingBufferSize()
293 VDBUG(( "Final Ringbuffer size (2): %d\n", (int)ringSize )); in computeRingBufferSize()
431 VDBUG(("Setting sample rate for device %ld to %g.\n",device,(float)desiredSrate)); in setBestSampleRateForDevice()
467 VDBUG(("Requested sample rate of %g was not available.\n", (float)desiredSrate)); in setBestSampleRateForDevice()
468 VDBUG(("%lu Available Sample Rates are:\n",propsize/sizeof(AudioValueRange))); in setBestSampleRateForDevice()
471 VDBUG( ("\t%g-%g\n", in setBestSampleRateForDevice()
475 VDBUG(("-----\n")); in setBestSampleRateForDevice()
490 VDBUG( ("Maximum Rate %g. best is %g.\n", max, best ) ); in setBestSampleRateForDevice()
H A Dpa_mac_core_utilities.h99 # define VDBUG(MSG) do { printf("||PaMacCore (v )|| "); printf MSG ; fflush(stdout); } while(0) macro
101 # define VDBUG(MSG) macro
H A Dpa_mac_core.c361 VDBUG( ( "Found %ld device(s).\n", auhalHostApi->devCount ) ); in gatherDeviceInfo()
393 VDBUG(("Failed to get default input device from OS.")); in gatherDeviceInfo()
410 VDBUG(("Failed to get default output device from OS.")); in gatherDeviceInfo()
423 VDBUG( ( "Default in : %ld\n", auhalHostApi->defaultIn ) ); in gatherDeviceInfo()
424 VDBUG( ( "Default out: %ld\n", auhalHostApi->defaultOut ) ); in gatherDeviceInfo()
1525 VDBUG(( "Creating sample rate converter for input" in OpenAndSetupOneAudioUnit()
1713 VDBUG( ("Opening Stream.\n") ); in OpenStream()
2612 VDBUG( ( "Closing stream.\n" ) ); in CloseStream()
2690 VDBUG( ( "Starting stream.\n" ) ); in StartStream()
2777 VDBUG( ( "Stream Stopped.\n" ) ); in FinishStoppingStream()
[all …]
H A Dpa_mac_core_blocking.c605 VDBUG(( "waitUntilBlioWriteBufferIsFlushed: framesLeft = %d, framesPerBuffer = %ld\n", in waitUntilBlioWriteBufferIsEmpty()
614VDBUG(( "waitUntilBlioWriteBufferIsFlushed: TIMED OUT - framesLeft = %d\n", framesLeft )); in waitUntilBlioWriteBufferIsEmpty()
/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/coreaudio/
H A Dpa_mac_core_utilities.c273 VDBUG( ( "suggested latency : %d\n", (int) (latency*sampleRate) ) ); in computeRingBufferSize()
276 VDBUG(("framesPerBuffer:%d\n",(int)framesPerBuffer)); in computeRingBufferSize()
277 VDBUG(("Ringbuffer size (1): %d\n", (int)ringSize )); in computeRingBufferSize()
293 VDBUG(( "Final Ringbuffer size (2): %d\n", (int)ringSize )); in computeRingBufferSize()
431 VDBUG(("Setting sample rate for device %ld to %g.\n",device,(float)desiredSrate)); in setBestSampleRateForDevice()
467 VDBUG(("Requested sample rate of %g was not available.\n", (float)desiredSrate)); in setBestSampleRateForDevice()
468 VDBUG(("%lu Available Sample Rates are:\n",propsize/sizeof(AudioValueRange))); in setBestSampleRateForDevice()
471 VDBUG( ("\t%g-%g\n", in setBestSampleRateForDevice()
475 VDBUG(("-----\n")); in setBestSampleRateForDevice()
490 VDBUG( ("Maximum Rate %g. best is %g.\n", max, best ) ); in setBestSampleRateForDevice()
H A Dpa_mac_core_utilities.h99 # define VDBUG(MSG) do { printf("||PaMacCore (v )|| "); printf MSG ; fflush(stdout); } while(0) macro
101 # define VDBUG(MSG) macro
H A Dpa_mac_core.c366 VDBUG(("Failed to get default input device from OS.")); in gatherDeviceInfo()
383 VDBUG(("Failed to get default output device from OS.")); in gatherDeviceInfo()
396 VDBUG( ( "Default in : %ld\n", auhalHostApi->defaultIn ) ); in gatherDeviceInfo()
1480 VDBUG(( "Creating sample rate converter for input" in OpenAndSetupOneAudioUnit()
1664 VDBUG( ("Opening Stream.\n") ); in OpenStream()
2545 VDBUG( ( "Closing stream.\n" ) ); in CloseStream()
2623 VDBUG( ( "Starting stream.\n" ) ); in StartStream()
2667 VDBUG( ("Waiting for BLIO.\n") ); in StopStream()
2669 VDBUG( ( "Stopping stream.\n" ) ); in StopStream()
2718 VDBUG( ( "Stream Stopped.\n" ) ); in StopStream()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/coreaudio/
H A Dpa_mac_core_utilities.c273 VDBUG( ( "suggested latency : %d\n", (int) (latency*sampleRate) ) ); in computeRingBufferSize()
276 VDBUG(("framesPerBuffer:%d\n",(int)framesPerBuffer)); in computeRingBufferSize()
277 VDBUG(("Ringbuffer size (1): %d\n", (int)ringSize )); in computeRingBufferSize()
293 VDBUG(( "Final Ringbuffer size (2): %d\n", (int)ringSize )); in computeRingBufferSize()
431 VDBUG(("Setting sample rate for device %ld to %g.\n",device,(float)desiredSrate)); in setBestSampleRateForDevice()
467 VDBUG(("Requested sample rate of %g was not available.\n", (float)desiredSrate)); in setBestSampleRateForDevice()
468 VDBUG(("%lu Available Sample Rates are:\n",propsize/sizeof(AudioValueRange))); in setBestSampleRateForDevice()
471 VDBUG( ("\t%g-%g\n", in setBestSampleRateForDevice()
475 VDBUG(("-----\n")); in setBestSampleRateForDevice()
490 VDBUG( ("Maximum Rate %g. best is %g.\n", max, best ) ); in setBestSampleRateForDevice()
H A Dpa_mac_core_utilities.h99 # define VDBUG(MSG) do { printf("||PaMacCore (v )|| "); printf MSG ; fflush(stdout); } while(0) macro
101 # define VDBUG(MSG) macro
H A Dpa_mac_core.c361 VDBUG( ( "Found %ld device(s).\n", auhalHostApi->devCount ) ); in gatherDeviceInfo()
393 VDBUG(("Failed to get default input device from OS.")); in gatherDeviceInfo()
410 VDBUG(("Failed to get default output device from OS.")); in gatherDeviceInfo()
423 VDBUG( ( "Default in : %ld\n", auhalHostApi->defaultIn ) ); in gatherDeviceInfo()
424 VDBUG( ( "Default out: %ld\n", auhalHostApi->defaultOut ) ); in gatherDeviceInfo()
1525 VDBUG(( "Creating sample rate converter for input" in OpenAndSetupOneAudioUnit()
1713 VDBUG( ("Opening Stream.\n") ); in OpenStream()
2612 VDBUG( ( "Closing stream.\n" ) ); in CloseStream()
2690 VDBUG( ( "Starting stream.\n" ) ); in StartStream()
2777 VDBUG( ( "Stream Stopped.\n" ) ); in FinishStoppingStream()
[all …]
H A Dpa_mac_core_blocking.c605 VDBUG(( "waitUntilBlioWriteBufferIsFlushed: framesLeft = %d, framesPerBuffer = %ld\n", in waitUntilBlioWriteBufferIsEmpty()
614VDBUG(( "waitUntilBlioWriteBufferIsFlushed: TIMED OUT - framesLeft = %d\n", framesLeft )); in waitUntilBlioWriteBufferIsEmpty()
/dports/audio/portaudio/portaudio/src/hostapi/coreaudio/
H A Dpa_mac_core_utilities.c273 VDBUG( ( "suggested latency : %d\n", (int) (latency*sampleRate) ) ); in computeRingBufferSize()
276 VDBUG(("framesPerBuffer:%d\n",(int)framesPerBuffer)); in computeRingBufferSize()
277 VDBUG(("Ringbuffer size (1): %d\n", (int)ringSize )); in computeRingBufferSize()
293 VDBUG(( "Final Ringbuffer size (2): %d\n", (int)ringSize )); in computeRingBufferSize()
431 VDBUG(("Setting sample rate for device %ld to %g.\n",device,(float)desiredSrate)); in setBestSampleRateForDevice()
467 VDBUG(("Requested sample rate of %g was not available.\n", (float)desiredSrate)); in setBestSampleRateForDevice()
468 VDBUG(("%lu Available Sample Rates are:\n",propsize/sizeof(AudioValueRange))); in setBestSampleRateForDevice()
471 VDBUG( ("\t%g-%g\n", in setBestSampleRateForDevice()
475 VDBUG(("-----\n")); in setBestSampleRateForDevice()
490 VDBUG( ("Maximum Rate %g. best is %g.\n", max, best ) ); in setBestSampleRateForDevice()
H A Dpa_mac_core_utilities.h99 # define VDBUG(MSG) do { printf("||PaMacCore (v )|| "); printf MSG ; fflush(stdout); } while(0) macro
101 # define VDBUG(MSG) macro
H A Dpa_mac_core.c361 VDBUG( ( "Found %ld device(s).\n", auhalHostApi->devCount ) ); in gatherDeviceInfo()
393 VDBUG(("Failed to get default input device from OS.")); in gatherDeviceInfo()
410 VDBUG(("Failed to get default output device from OS.")); in gatherDeviceInfo()
423 VDBUG( ( "Default in : %ld\n", auhalHostApi->defaultIn ) ); in gatherDeviceInfo()
424 VDBUG( ( "Default out: %ld\n", auhalHostApi->defaultOut ) ); in gatherDeviceInfo()
1525 VDBUG(( "Creating sample rate converter for input" in OpenAndSetupOneAudioUnit()
1713 VDBUG( ("Opening Stream.\n") ); in OpenStream()
2612 VDBUG( ( "Closing stream.\n" ) ); in CloseStream()
2690 VDBUG( ( "Starting stream.\n" ) ); in StartStream()
2777 VDBUG( ( "Stream Stopped.\n" ) ); in FinishStoppingStream()
[all …]
H A Dpa_mac_core_blocking.c605 VDBUG(( "waitUntilBlioWriteBufferIsFlushed: framesLeft = %d, framesPerBuffer = %ld\n", in waitUntilBlioWriteBufferIsEmpty()
614VDBUG(( "waitUntilBlioWriteBufferIsFlushed: TIMED OUT - framesLeft = %d\n", framesLeft )); in waitUntilBlioWriteBufferIsEmpty()
/dports/audio/praat/praat-6.2.03/external/portaudio/
H A Dpa_mac_core_utilities.c273 VDBUG( ( "suggested latency : %d\n", (int) (latency*sampleRate) ) ); in computeRingBufferSize()
276 VDBUG(("framesPerBuffer:%d\n",(int)framesPerBuffer)); in computeRingBufferSize()
277 VDBUG(("Ringbuffer size (1): %d\n", (int)ringSize )); in computeRingBufferSize()
293 VDBUG(( "Final Ringbuffer size (2): %d\n", (int)ringSize )); in computeRingBufferSize()
431 VDBUG(("Setting sample rate for device %ld to %g.\n",device,(float)desiredSrate)); in setBestSampleRateForDevice()
467 VDBUG(("Requested sample rate of %g was not available.\n", (float)desiredSrate)); in setBestSampleRateForDevice()
468 VDBUG(("%lu Available Sample Rates are:\n",propsize/sizeof(AudioValueRange))); in setBestSampleRateForDevice()
471 VDBUG( ("\t%g-%g\n", in setBestSampleRateForDevice()
475 VDBUG(("-----\n")); in setBestSampleRateForDevice()
490 VDBUG( ("Maximum Rate %g. best is %g.\n", max, best ) ); in setBestSampleRateForDevice()
H A Dpa_mac_core_utilities.h99 # define VDBUG(MSG) do { printf("||PaMacCore (v )|| "); printf MSG ; fflush(stdout); } while(0)
101 # define VDBUG(MSG)
H A Dpa_mac_core.c361 VDBUG( ( "Found %ld device(s).\n", auhalHostApi->devCount ) );
393 VDBUG(("Failed to get default input device from OS."));
410 VDBUG(("Failed to get default output device from OS."));
423 VDBUG( ( "Default in : %ld\n", auhalHostApi->defaultIn ) );
424 VDBUG( ( "Default out: %ld\n", auhalHostApi->defaultOut ) );
1538 VDBUG(( "Creating sample rate converter for input"
1731 VDBUG( ("Opening Stream.\n") );
2630 VDBUG( ( "Closing stream.\n" ) );
2716 VDBUG( ( "Starting stream.\n" ) );
2803 VDBUG( ( "Stream Stopped.\n" ) );
[all …]
H A Dpa_mac_core_blocking.c605 VDBUG(( "waitUntilBlioWriteBufferIsFlushed: framesLeft = %d, framesPerBuffer = %ld\n",
614VDBUG(( "waitUntilBlioWriteBufferIsFlushed: TIMED OUT - framesLeft = %d\n", framesLeft ));
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/coreaudio/
H A Dpa_mac_core_utilities.c273 VDBUG( ( "suggested latency : %d\n", (int) (latency*sampleRate) ) ); in computeRingBufferSize()
276 VDBUG(("framesPerBuffer:%d\n",(int)framesPerBuffer)); in computeRingBufferSize()
277 VDBUG(("Ringbuffer size (1): %d\n", (int)ringSize )); in computeRingBufferSize()
293 VDBUG(( "Final Ringbuffer size (2): %d\n", (int)ringSize )); in computeRingBufferSize()
431 VDBUG(("Setting sample rate for device %ld to %g.\n",device,(float)desiredSrate)); in setBestSampleRateForDevice()
467 VDBUG(("Requested sample rate of %g was not available.\n", (float)desiredSrate)); in setBestSampleRateForDevice()
468 VDBUG(("%lu Available Sample Rates are:\n",propsize/sizeof(AudioValueRange))); in setBestSampleRateForDevice()
471 VDBUG( ("\t%g-%g\n", in setBestSampleRateForDevice()
475 VDBUG(("-----\n")); in setBestSampleRateForDevice()
490 VDBUG( ("Maximum Rate %g. best is %g.\n", max, best ) ); in setBestSampleRateForDevice()
H A Dpa_mac_core_utilities.h99 # define VDBUG(MSG) do { printf("||PaMacCore (v )|| "); printf MSG ; fflush(stdout); } while(0) macro
101 # define VDBUG(MSG) macro
H A Dpa_mac_core.c361 VDBUG( ( "Found %ld device(s).\n", auhalHostApi->devCount ) ); in gatherDeviceInfo()
393 VDBUG(("Failed to get default input device from OS.")); in gatherDeviceInfo()
410 VDBUG(("Failed to get default output device from OS.")); in gatherDeviceInfo()
423 VDBUG( ( "Default in : %ld\n", auhalHostApi->defaultIn ) ); in gatherDeviceInfo()
424 VDBUG( ( "Default out: %ld\n", auhalHostApi->defaultOut ) ); in gatherDeviceInfo()
1525 VDBUG(( "Creating sample rate converter for input" in OpenAndSetupOneAudioUnit()
1713 VDBUG( ("Opening Stream.\n") ); in OpenStream()
2612 VDBUG( ( "Closing stream.\n" ) ); in CloseStream()
2690 VDBUG( ( "Starting stream.\n" ) ); in StartStream()
2777 VDBUG( ( "Stream Stopped.\n" ) ); in FinishStoppingStream()
[all …]
H A Dpa_mac_core_blocking.c605 VDBUG(( "waitUntilBlioWriteBufferIsFlushed: framesLeft = %d, framesPerBuffer = %ld\n",
614VDBUG(( "waitUntilBlioWriteBufferIsFlushed: TIMED OUT - framesLeft = %d\n", framesLeft ));