Home
last modified time | relevance | path

Searched refs:runModeType (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Dnative_avmuxer_demo.c60 char runModeType[TYPE_BUFFER_SIZE]; member
73 .runModeType = "",
391 (void)snprintf_s(g_muxerParam.runModeType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", RUN_NORMAL); in NativeSelectRunMode()
395 (void)snprintf_s(g_muxerParam.runModeType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", RUN_MUL_THREAD); in NativeSelectRunMode()
399 (void)snprintf_s(g_muxerParam.runModeType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", RUN_NORMAL); in NativeSelectRunMode()
634 out, g_muxerParam.runModeType, g_muxerParam.audioType, g_muxerParam.videoType, in RunNativeMuxer()

Completed in 1 milliseconds