Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/research/
H A Dminiaudio_engine.h2884 ma_uint64 effectFrameCountIn; in ma_volume_and_clip_and_effect_pcm_frames() local
2892 effectFrameCountIn = ma_effect_get_required_input_frame_count(pEffect, effectFrameCountOut); in ma_volume_and_clip_and_effect_pcm_frames()
2893 if (effectFrameCountIn > frameCountIn - totalFramesProcessedIn) { in ma_volume_and_clip_and_effect_pcm_frames()
2894 effectFrameCountIn = frameCountIn - totalFramesProcessedIn; in ma_volume_and_clip_and_effect_pcm_frames()
2896 if (effectFrameCountIn > effectBufferInCapInFrames) { in ma_volume_and_clip_and_effect_pcm_frames()
2897 effectFrameCountIn = effectBufferInCapInFrames; in ma_volume_and_clip_and_effect_pcm_frames()
2912 if (effectFrameCountIn > clippedSrcBufferCapInFrames) { in ma_volume_and_clip_and_effect_pcm_frames()
2913 effectFrameCountIn = clippedSrcBufferCapInFrames; in ma_volume_and_clip_and_effect_pcm_frames()
2967 totalFramesProcessedIn += effectFrameCountIn; in ma_volume_and_clip_and_effect_pcm_frames()
3721 ma_uint64 effectFrameCountIn; in ma_mixer_mix_data_source_read() local
[all …]