Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/kpaddemo/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()