Searched refs:ParseEncoderTypes (Results 1 – 2 of 2) sorted by relevance
79 std::vector<DCEncodeType> ParseEncoderTypes(cJSON* rootValue);
648 dcSupportedCodecType_ = ParseEncoderTypes(rootValue); in InitOutputConfigurations()649 sourceEncodeTypes_ = ParseEncoderTypes(srcRootValue); in InitOutputConfigurations()704 std::vector<DCEncodeType> DStreamOperator::ParseEncoderTypes(cJSON* rootValue) in ParseEncoderTypes() function in OHOS::DistributedHardware::DStreamOperator