Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h79 std::vector<DCEncodeType> ParseEncoderTypes(cJSON* rootValue);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp648 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