Searched refs:RUN_NORMAL (Results 1 – 5 of 5) sorted by relevance
86 if (runMode.compare(RUN_NORMAL) == 0) { in DoRunMuxer()109 DoRunMuxer(std::string(RUN_NORMAL)); in DoRunMuxer()
87 if (runMode.compare(RUN_NORMAL) == 0) { in DoRunMuxer()110 DoRunMuxer(std::string(RUN_NORMAL)); in DoRunMuxer()
65 extern const char *RUN_NORMAL;
145 const char *RUN_NORMAL = "normal"; variable
408 …oid)snprintf_s(g_muxerParam.runModeType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", RUN_NORMAL); in NativeSelectRunMode()416 …oid)snprintf_s(g_muxerParam.runModeType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", RUN_NORMAL); in NativeSelectRunMode()