Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/snd/stream/src/
Dmain.c44 #define STRM_BUF_SIZE STRM_BUF_PAGESIZE*2 macro
85 static u8 strm_lbuf[STRM_BUF_SIZE] ATTRIBUTE_ALIGN(32);
86 static u8 strm_rbuf[STRM_BUF_SIZE] ATTRIBUTE_ALIGN(32);
233 SND_CHANNEL_LOOP_REPEAT, 0, STRM_BUF_SIZE / sizeof(u32), 127, in PlayStream()
239 SND_CHANNEL_LOOP_REPEAT, 0, STRM_BUF_SIZE / sizeof(u32), 127, in PlayStream()
/TwlSDK-5.1.0/build/demos/snd/synth/src/
Dmain.c34 #define STRM_BUF_SIZE STRM_BUF_PAGESIZE*2 macro
88 static u8 strmBuf[STRM_BUF_SIZE] ATTRIBUTE_ALIGN(32);
220 STRM_BUF_SIZE / sizeof(u32), in Play()
/TwlSDK-5.1.0/build/demos.TWL/camera/simpleShoot-2/src/
Dmain.c50 #define STRM_BUF_SIZE 1024*64 macro
52 static char StrmBuf_shutter[STRM_BUF_SIZE] ATTRIBUTE_ALIGN(32);
54 static char StrmBuf_begin[STRM_BUF_SIZE] ATTRIBUTE_ALIGN(32);
56 static char StrmBuf_end[STRM_BUF_SIZE] ATTRIBUTE_ALIGN(32);
/TwlSDK-5.1.0/build/demos.TWL/camera/simpleShoot-1/src/
Dmain.c50 #define STRM_BUF_SIZE 1024*64 macro
52 static char StrmBuf[STRM_BUF_SIZE] ATTRIBUTE_ALIGN(32);
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOWave.c37 #define STRM_BUF_SIZE STRM_BUF_PAGESIZE*2 macro
/TwlSDK-5.1.0/build/demos/math/fft-2/src/
Dmain.c55 #define STRM_BUF_SIZE STRM_BUF_PAGESIZE*2 macro
157 static u8 strmBuf[STRM_BUF_SIZE] ATTRIBUTE_ALIGN(32);
1074 STRM_BUF_SIZE / sizeof(u32), in Play()