Home
last modified time | relevance | path

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

/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_; in operator =()
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()
861 (isHdr == (item->videoType_ != DASH_VIDEO_TYPE_SDR))) { in GetBitRatesByHdr()
1122 streamDesc.videoType_ = DASH_VIDEO_TYPE_HDR_10; in GetStreamsInfoInAdptSet()
1124 streamDesc.videoType_ = DASH_VIDEO_TYPE_SDR; in GetStreamsInfoInAdptSet()
1126 MEDIA_LOG_D("GetStreamsInfoInAdptSet hdrType " PUBLIC_LOG_U32, streamDesc.videoType_); in GetStreamsInfoInAdptSet()
1157 DashVideoType defaultVideoType = streamDesc.videoType_; in GetStreamDescriptions()
1177 streamDesc.videoType_ = DASH_VIDEO_TYPE_HDR_VIVID; in GetStreamDescriptions()
1180 streamDesc.videoType_ = defaultVideoType; in GetStreamDescriptions()
1202 streamDesc.bandwidth_, streamDesc.videoType_); in GetStreamDescriptions()
[all...]
H A Ddash_media_downloader.cpp607 if (stream->videoType_ != DASH_VIDEO_TYPE_SDR) { in GetNextBitrate()
612 std::vector<uint32_t> bitRates = mpdDownloader_->GetBitRatesByHdr(stream->videoType_ != DASH_VIDEO_TYPE_SDR); in GetNextBitrate()
/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_; member in OHOS::MediaAVCodec::AVMuxerDemoBase
/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
/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_downloader_unit_test.cpp230 EXPECT_FALSE(stream->videoType_ == DASH_VIDEO_TYPE_HDR_VIVID); in HWTEST_F()
/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()

Completed in 10 milliseconds