Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/samples/
Ddemo_rtsp_over_rtp.c12 #define DEMO_RTSP_SERVER_STACK_SIZE 2048 macro
14 static UCHAR rtsp_server_stack[DEMO_RTSP_SERVER_STACK_SIZE];
245 …rtsp_server_stack, DEMO_RTSP_SERVER_STACK_SIZE, DEMO_RTSP_SERVER_PRIORITY, DEMO_RTSP_SERVER_PORT, … in sample_entry()