Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp648 dcSupportedCodecType_ = ParseEncoderTypes(rootValue); in InitOutputConfigurations()
650 if (dcSupportedCodecType_.empty() || sourceEncodeTypes_.empty()) { in InitOutputConfigurations()
697 if (dcSupportedCodecType_.empty() || dcSupportedFormatMap_.empty() || !resolutionMap) { in CheckInputInfo()
1191 …if (count(dcSupportedCodecType_.begin(), dcSupportedCodecType_.end(), DCEncodeType::ENCODE_TYPE_H2… in ChooseSuitableEncodeType()
1194 …} else if (count(dcSupportedCodecType_.begin(), dcSupportedCodecType_.end(), DCEncodeType::ENCODE_… in ChooseSuitableEncodeType()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h162 std::vector<DCEncodeType> dcSupportedCodecType_; variable