Searched refs:videoType_ (Results 1 – 8 of 8) sorted by relevance
162 videoType_ = desc.videoType_; in DashStreamDescription()182 videoType_ = desc.videoType_;191 DashVideoType videoType_ = DASH_VIDEO_TYPE_SDR; member
338 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 …]
631 if (stream->videoType_ != DASH_VIDEO_TYPE_SDR) { in GetNextBitrate()636 …std::vector<uint32_t> bitRates = mpdDownloader_->GetBitRatesByHdr(stream->videoType_ != DASH_VIDE… in GetNextBitrate()
35 std::string AVMuxerDemoBase::videoType_ = std::string(""); member in OHOS::MediaAVCodec::AVMuxerDemoBase128 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()
66 static std::string videoType_; variable
158 std::string videoType_; // only for hw multi view member
221 EXPECT_FALSE(stream->videoType_ == DASH_VIDEO_TYPE_HDR_VIVID);
242 adptSetNode->GetAttr("videoType", adptSetInfo->videoType_); in GetAdaptationSetAttr()