Searched defs:rootValue (Results 1 – 3 of 3) sorted by relevance
| /drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
| D | dmetadata_processor.cpp | 28 cJSON *rootValue = cJSON_Parse(sinkAbilityInfo.c_str()); in InitDCameraAbility() local 160 cJSON *rootValue = cJSON_Parse(sinkAbilityInfo.c_str()); in GetInfoFromJson() local 255 cJSON *rootValue = cJSON_Parse(sinkAbilityInfo.c_str()); in InitDCameraOutputAbilityKeys() local 712 cJSON* DMetadataProcessor::GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& … in GetFormatObj() 732 std::map<int, std::vector<DCResolution>>& supportedFormats, cJSON* rootValue) in GetEachNodeSupportedResolution() 746 std::map<int, std::vector<DCResolution>>& supportedFormats, cJSON* rootValue) in GetNodeSupportedResolution() 808 cJSON *rootValue = cJSON_Parse(abilityInfo.c_str()); in GetDCameraSupportedFormats() local 818 void DMetadataProcessor::ParsePhotoFormats(cJSON* rootValue, in ParsePhotoFormats() 846 void DMetadataProcessor::ParsePreviewFormats(cJSON* rootValue, in ParsePreviewFormats() 871 void DMetadataProcessor::ParseVideoFormats(cJSON* rootValue, in ParseVideoFormats()
|
| /drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
| D | dstream_operator.cpp | 548 cJSON* DStreamOperator::GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& for… in GetFormatObj() 566 void DStreamOperator::ExtractCameraAttr(cJSON* rootValue, std::vector<int>& formats, const std::str… in ExtractCameraAttr() 579 void DStreamOperator::GetCameraAttr(cJSON *rootValue, std::string formatStr, const std::string root… in GetCameraAttr() 636 cJSON *rootValue = cJSON_Parse(sinkAbilityInfo.c_str()); in InitOutputConfigurations() local 704 std::vector<DCEncodeType> DStreamOperator::ParseEncoderTypes(cJSON* rootValue) in ParseEncoderTypes() 727 DCamRetCode DStreamOperator::ParsePhotoFormats(cJSON* rootValue) in ParsePhotoFormats() 754 DCamRetCode DStreamOperator::ParsePreviewFormats(cJSON* rootValue) in ParsePreviewFormats() 781 DCamRetCode DStreamOperator::ParseVideoFormats(cJSON* rootValue) in ParseVideoFormats()
|
| /drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/ |
| D | dcamera_provider.cpp | 49 cJSON *rootValue = cJSON_Parse(abilityInfo.c_str()); in GetAbilityInfo() local
|