Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos.TWL/camera/simpleShoot-2/src/
Dmain.c432 while(DSP_PlayShutterSound(StrmBuf_end, len_end) == FALSE) in TwlMain()
492 while(DSP_PlayShutterSound(StrmBuf_shutter, len_shutter) == FALSE) in TwlMain()
507 while(DSP_PlayShutterSound(StrmBuf_begin, len_begin) == FALSE) in TwlMain()
521 while(DSP_PlayShutterSound(StrmBuf_end, len_end) == FALSE) in TwlMain()
/TwlSDK-5.4/include/twl/dsp/ARM9/
Ddsp_util.h92 SDK_INLINE BOOL DSP_PlayShutterSound(const void *src, u32 len) in DSP_PlayShutterSound() function
/TwlSDK-5.4/build/demos.TWL/camera/simpleShoot-1/src/
Dmain.c411 while(DSP_PlayShutterSound(StrmBuf, len) == FALSE) in TwlMain()