Home
last modified time | relevance | path

Searched refs:videoType_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_common.h162 videoType_ = desc.videoType_; in DashStreamDescription()
182 videoType_ = desc.videoType_;
191 DashVideoType videoType_ = DASH_VIDEO_TYPE_SDR; member
H A Ddash_mpd_downloader.cpp338 PUBLIC_LOG_U32, currentStream->videoType_, destStream->videoType_, param.nextSegTime_, in GetNextVideoStream()
862 (isHdr == (item->videoType_ != DASH_VIDEO_TYPE_SDR))) { in GetBitRatesByHdr()
1093 streamDesc.videoType_ = DASH_VIDEO_TYPE_HDR_10; in GetStreamsInfoInAdptSet()
1095 streamDesc.videoType_ = DASH_VIDEO_TYPE_SDR; in GetStreamsInfoInAdptSet()
1097 MEDIA_LOG_D("GetStreamsInfoInAdptSet hdrType " PUBLIC_LOG_U32, streamDesc.videoType_); in GetStreamsInfoInAdptSet()
1128 DashVideoType defaultVideoType = streamDesc.videoType_; in GetStreamDescriptions()
1148 streamDesc.videoType_ = DASH_VIDEO_TYPE_HDR_VIVID; in GetStreamDescriptions()
1151 streamDesc.videoType_ = defaultVideoType; in GetStreamDescriptions()
1173 streamDesc.bandwidth_, streamDesc.videoType_); in GetStreamDescriptions()
1263 if ((stream->videoType_ != DASH_VIDEO_TYPE_SDR) != isHdrStart_) { in ChooseStreamToPlay()
[all …]
H A Ddash_media_downloader.cpp631 if (stream->videoType_ != DASH_VIDEO_TYPE_SDR) { in GetNextBitrate()
636 …std::vector<uint32_t> bitRates = mpdDownloader_->GetBitRatesByHdr(stream->videoType_ != DASH_VIDE… in GetNextBitrate()
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_demo_base.cpp35 std::string AVMuxerDemoBase::videoType_ = std::string(""); member in OHOS::MediaAVCodec::AVMuxerDemoBase
128 videoType_ = "noVideo"; in SelectVideoMode()
132 videoType_ = "h264"; in SelectVideoMode()
136 videoType_ = "mpeg4"; in SelectVideoMode()
140 videoType_ = "h265"; in SelectVideoMode()
144 videoType_ = "hdr-vivid"; in SelectVideoMode()
148 videoType_ = "noVideo"; in SelectVideoMode()
632 if (!videoType_.empty()) { in GetOutputFileName()
633 outputFileName += "_" + videoType_; in GetOutputFileName()
H A Davmuxer_demo_base.h66 static std::string videoType_; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h158 std::string videoType_; // only for hw multi view member
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_downloader_unit_test.cpp221 EXPECT_FALSE(stream->videoType_ == DASH_VIDEO_TYPE_HDR_VIVID);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp242 adptSetNode->GetAttr("videoType", adptSetInfo->videoType_); in GetAdaptationSetAttr()