Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos.TWL/camera/simpleShoot-2/src/
Dmain.c436 while(DSP_PlayShutterSound(StrmBuf_end, len_end) == FALSE) in TwlMain()
494 while(DSP_PlayShutterSound(StrmBuf_shutter, len_shutter) == FALSE) in TwlMain()
508 while(DSP_PlayShutterSound(StrmBuf_begin, len_begin) == FALSE) in TwlMain()
522 while(DSP_PlayShutterSound(StrmBuf_end, len_end) == FALSE) in TwlMain()
/TwlSDK-5.1.0/include/twl/dsp/ARM9/
Ddsp_util.h92 SDK_INLINE BOOL DSP_PlayShutterSound(const void *src, u32 len) in DSP_PlayShutterSound() function
/TwlSDK-5.1.0/build/demos.TWL/camera/simpleShoot-1/src/
Dmain.c413 while(DSP_PlayShutterSound(StrmBuf, len) == FALSE) in TwlMain()