MediaProcessors
|
Public Attributes | |
volatile int | flag_exit |
volatile int | flag_http_server_running |
int | enc_proc_id |
int | dec_proc_id |
int | media_type |
int | min_psnr_val |
procs_ctx_t * | procs_ctx |
int | mux_proc_id |
int | dmux_proc_id |
int | elem_strem_id_video_server |
const char * | mime_setting_video |
Common data passed to all the threads launched by this application. To simplify, we put all the necessary data together in the same type of structure.
Definition at line 176 of file utests_encdec1.cpp.