Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Dnative_avmuxer_demo.c69 static struct MuxerParam g_muxerParam = { variable
355 g_muxerParam.outputFormat = AV_OUTPUT_FORMAT_MPEG_4; in NativeSelectMuxerType()
356 (void)snprintf_s(g_muxerParam.outputFormatType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", "mp4"); in NativeSelectMuxerType()
359 g_muxerParam.outputFormat = AV_OUTPUT_FORMAT_M4A; in NativeSelectMuxerType()
360 (void)snprintf_s(g_muxerParam.outputFormatType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", "m4a"); in NativeSelectMuxerType()
363 g_muxerParam.outputFormat = AV_OUTPUT_FORMAT_AMR; in NativeSelectMuxerType()
364 (void)snprintf_s(g_muxerParam.outputFormatType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", "amr"); in NativeSelectMuxerType()
367 g_muxerParam.outputFormat = AV_OUTPUT_FORMAT_MP3; in NativeSelectMuxerType()
368 (void)snprintf_s(g_muxerParam.outputFormatType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", "mp3"); in NativeSelectMuxerType()
371 g_muxerParam in NativeSelectMuxerType()
[all...]

Completed in 1 milliseconds