Searched refs:max_samples (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/midi/
H A DSynth.cpp219 BSynth::GetAudio(int16* pLeft, int16* pRight, int32 max_samples) const
222 memset(pLeft, 0, max_samples * sizeof(int16));
223 memset(pRight, 0, max_samples * sizeof(int16));
224 return max_samples;
229 if (nSamples > max_samples)
230 nSamples = max_samples;
/haiku/headers/os/midi/
H A DSynth.h78 int16* pLeft, int16* pRight, int32 max_samples) const;
/haiku/headers/private/kernel/
H A Duser_debugger.h131 int32 max_samples; member in struct:thread_debug_info::__anon98
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp1320 int32 maxSamples = debugInfo.profile.max_samples;
2315 threadDebugInfo.profile.max_samples
2318 = threadDebugInfo.profile.max_samples
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300.h1510 extern HAL_STATUS ar9300_retrieve_capture_data(struct ath_hal *ah, u_int16_t chain_mask, int disable_dc_filter, void *sample_buf, u_int32_t *max_samples);

Completed in 48 milliseconds