Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/dsp/common/src/
Ddsp_util.c239 u32 raw_len;
291 raw_len = chunkSize;
320 DSPi_PlaySoundEx((wave_data+cur), raw_len, ctrl, DSP_SOUND_PRIORITY_SHUTTER);
332 u32 raw_len; in DSPi_PlayShutterSoundCore() local
359 raw_len = MAKE_TAG_DATA(wave_data+cur); in DSPi_PlayShutterSoundCore()
362 if(len < cur+raw_len) in DSPi_PlayShutterSoundCore()
380 DSPi_PlaySoundEx((wave_data+cur), raw_len, ctrl, DSP_SOUND_PRIORITY_SHUTTER); in DSPi_PlayShutterSoundCore()