Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_industrial/
Ddemo_guix_industrial.c8 #define MEMORY_POOL_BUFFER_SIZE (MAIN_DISPLAY_X_RESOLUTION * MAIN_DISPLAY_Y_RESOLUTION * 8) macro
11 GX_UBYTE memory_pool_buffer[MEMORY_POOL_BUFFER_SIZE];
85 …_byte_pool_create(&memory_pool, "memory_pool_buffer", memory_pool_buffer, MEMORY_POOL_BUFFER_SIZE); in guix_setup()
/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Ddemo_guix_car_infotainment.c5 #define MEMORY_POOL_BUFFER_SIZE (MAIN_DISPLAY_X_RESOLUTION * MAIN_DISPLAY_Y_RESOLUTION) * 5 macro
34 GX_UBYTE memory_pool_buffer[MEMORY_POOL_BUFFER_SIZE];
85 tx_byte_pool_create(&memory_pool, "memory pool", memory_pool_buffer, MEMORY_POOL_BUFFER_SIZE); in tx_application_define()
/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Ddemo_guix_smart_watch.c5 #define MEMORY_POOL_BUFFER_SIZE DISPLAY_1_X_RESOLUTION * DISPLAY_1_Y_RESOLUTION * 8 macro
26 static GX_UBYTE memory_pool_buffer[MEMORY_POOL_BUFFER_SIZE];
135 tx_byte_pool_create(&memory_pool, "memory_pol", memory_pool_buffer, MEMORY_POOL_BUFFER_SIZE); in demo_thread_entry()