Searched refs:videoType (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/ |
H A D | native_avmuxer_demo.c | 64 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 D | source_plugin.h | 56 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 D | dash_mpd_downloader.cpp | 2026 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