Home
last modified time | relevance | path

Searched refs:representationNode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp663 IDashMpdNode *representationNode = IDashMpdNode::CreateNode(MPD_LABEL_REPRESENTATION); in ParseRepresentation() local
664 if (representationNode != nullptr) { in ParseRepresentation()
665 representationNode->ParseNode(xmlParser, rootElement); in ParseRepresentation()
667 GetRepresentationAttr(representationNode, representationInfo); in ParseRepresentation()
671 IDashMpdNode::DestroyNode(representationNode); in ParseRepresentation()
680 representationNode->GetAttr("id", representationInfo->id_); in GetRepresentationAttr()
681 representationNode->GetAttr("volumeAdjust_", representationInfo->volumeAdjust_); in GetRepresentationAttr()
682 representationNode->GetAttr("bandwidth", representationInfo->bandwidth_); in GetRepresentationAttr()
683 representationNode->GetAttr("qualityRanking", representationInfo->qualityRanking_); in GetRepresentationAttr()
684 representationNode->GetAttr("width", representationInfo->commonAttrsAndElements_.width_); in GetRepresentationAttr()
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_parser.h114 …void GetRepresentationAttr(IDashMpdNode *representationNode, DashRepresentationInfo *representatio…