Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_util.c229 u32 raw_len;
281 raw_len = chunkSize;
310 DSPi_PlaySoundEx((wave_data+cur), raw_len, ctrl, DSP_SOUND_PRIORITY_SHUTTER);
322 u32 raw_len; in DSPi_PlayShutterSoundCore() local
349 raw_len = MAKE_TAG_DATA(wave_data+cur); in DSPi_PlayShutterSoundCore()
352 if(len < cur+raw_len) in DSPi_PlayShutterSoundCore()
370 DSPi_PlaySoundEx((wave_data+cur), raw_len, ctrl, DSP_SOUND_PRIORITY_SHUTTER); in DSPi_PlayShutterSoundCore()