Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/wddemo/src/
Dsample.c49 #define SAMPLE_FIFO_SIZE ( 256 * 1024 ) macro
77 static u8 sampleFifoBuf[ SAMPLE_FIFO_SIZE ] ATTRIBUTE_ALIGN( 32 );
165 gxFifo = GXInit( sampleFifoBuf, SAMPLE_FIFO_SIZE ); in SampleInit()