Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/kpadOlddemo/src/
Dmain.c30 #define GX_FIFO_SIZE ( 1 * 1024*1024 ) // Large enough (The smaller the FIFO, the larger the chance… macro
155 gx_fifo_p = OSAlloc( GX_FIFO_SIZE ) ; in init_gx()
156 gx_fifo_obj = GXInit( gx_fifo_p, GX_FIFO_SIZE ) ; in init_gx()
/RvlSDK-3.1.4/build/demos/kpaddemo/src/
Dmain.c33 #define GX_FIFO_SIZE ( 1 * 1024*1024 ) // Large enough (The smaller the FIFO, the larger the chance… macro
162 gx_fifo_p = OSAlloc( GX_FIFO_SIZE ) ; in init_gx()
163 gx_fifo_obj = GXInit( gx_fifo_p, GX_FIFO_SIZE ) ; in init_gx()
Dswing.c28 #define GX_FIFO_SIZE ( 1 * 1024*1024 ) // Large enough (The smaller the FIFO, the larger the c… macro
153 gx_fifo_p = OSAlloc( GX_FIFO_SIZE ) ; in init_gx()
154 gx_fifo_obj = GXInit( gx_fifo_p, GX_FIFO_SIZE ) ; in init_gx()