Searched refs:dcSupportedCodecType_ (Results 1 – 2 of 2) sorted by relevance
648 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()
162 std::vector<DCEncodeType> dcSupportedCodecType_; variable