Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Dnative_avmuxer_demo.c64 char videoType[TYPE_BUFFER_SIZE]; member
77 .videoType = "",
449 (void)snprintf_s(g_muxerParam.videoType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", "h264"); in NativeSelectVideo()
453 (void)snprintf_s(g_muxerParam.videoType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", "mpeg4"); in NativeSelectVideo()
457 (void)snprintf_s(g_muxerParam.videoType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", "h265"); in NativeSelectVideo()
461 (void)snprintf_s(g_muxerParam.videoType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", "hdr-vivid"); in NativeSelectVideo()
465 (void)snprintf_s(g_muxerParam.videoType, TYPE_BUFFER_SIZE, TYPE_BUFFER_SIZE - 1, "%s", "noVideo"); in NativeSelectVideo()
634 out, g_muxerParam.runModeType, g_muxerParam.audioType, g_muxerParam.videoType, in RunNativeMuxer()
/foundation/multimedia/av_codec/interfaces/plugin/
H A Dsource_plugin.h56 VideoType videoType = VideoType::VIDEO_TYPE_SDR; member in OHOS::Media::Plugins::StreamInfo
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp2026 static VideoType GetVideoType(DashVideoType videoType) in GetVideoType() argument
2028 if (videoType == DASH_VIDEO_TYPE_HDR_VIVID) { in GetVideoType()
2030 } else if (videoType == DASH_VIDEO_TYPE_HDR_10) { in GetVideoType()
2067 info.videoType = GetVideoType(streamDescriptions_[index]->videoType_); in GetStreamInfo()

Completed in 5 milliseconds