Searched refs:MAX_INP_STRMS (Results 1 – 1 of 1) sorted by relevance
40 #define MAX_INP_STRMS 2 macro196 void *p_decoder[MAX_INP_STRMS]; in main()204 void *p_input[MAX_INP_STRMS], *p_output; in main()206 xf_id_t dec_id[MAX_INP_STRMS]; in main()207 int (*dec_setup[MAX_INP_STRMS])(void *p_comp); in main()209 pthread_t dec_thread[MAX_INP_STRMS]; in main()211 void *dec_thread_args[MAX_INP_STRMS][3]; in main()216 void *dec_inbuf[MAX_INP_STRMS][2]; in main()253 if (argc < 2 || argc > (MAX_INP_STRMS+1)) in main()