Searched refs:RUN_MUL_THREAD (Results 1 – 5 of 5) sorted by relevance
88 } else if (runMode.compare(RUN_MUL_THREAD) == 0) { in DoRunMuxer()114 DoRunMuxer(std::string(RUN_MUL_THREAD)); in DoRunMultiThreadCase()
89 } else if (runMode.compare(RUN_MUL_THREAD) == 0) { in DoRunMuxer()115 DoRunMuxer(std::string(RUN_MUL_THREAD)); in DoRunMultiThreadCase()
66 extern const char *RUN_MUL_THREAD;
146 const char *RUN_MUL_THREAD = "multhrd"; variable
412 …snprintf_s(g_muxerParam.runModeType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", RUN_MUL_THREAD); in NativeSelectRunMode()