Searched defs:rootValue (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/ |
H A D | dcamera_provider.cpp | 49 cJSON *rootValue = cJSON_Parse(abilityInfo.c_str()); in GetAbilityInfo() local [all...] |
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A 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()); InitDCameraOutputAbilityKeys() local 266 cJSON_GetArraySize(modeArray)) > JSON_ARRAY_MAX_SIZE, FAILED, rootValue, "modeArray create error."); InitDCameraOutputAbilityKeys() local 712 GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& formatStr) GetFormatObj() argument 731 GetEachNodeSupportedResolution(std::vector<int>& formats, const std::string rootNode, std::map<int, std::vector<DCResolution>>& supportedFormats, cJSON* rootValue) GetEachNodeSupportedResolution() argument 745 GetNodeSupportedResolution(int format, const std::string rootNode, std::map<int, std::vector<DCResolution>>& supportedFormats, cJSON* rootValue) GetNodeSupportedResolution() argument 808 cJSON *rootValue = cJSON_Parse(abilityInfo.c_str()); GetDCameraSupportedFormats() local 818 ParsePhotoFormats(cJSON* rootValue, std::map<int, std::vector<DCResolution>>& supportedFormats) ParsePhotoFormats() argument 846 ParsePreviewFormats(cJSON* rootValue, std::map<int, std::vector<DCResolution>>& supportedFormats) ParsePreviewFormats() argument 871 ParseVideoFormats(cJSON* rootValue, std::map<int, std::vector<DCResolution>>& supportedFormats) ParseVideoFormats() argument [all...] |
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dstream_operator.cpp | 548 cJSON* DStreamOperator::GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& formatStr) in GetFormatObj() argument 566 void DStreamOperator::ExtractCameraAttr(cJSON* rootValue, std::vector<int>& formats, const std::string rootNode) in ExtractCameraAttr() argument 579 void DStreamOperator::GetCameraAttr(cJSON *rootValue, std::string formatStr, const std::string rootNode, in GetCameraAttr() argument 636 cJSON *rootValue = cJSON_Parse(sinkAbilityInfo.c_str()); in InitOutputConfigurations() local 704 ParseEncoderTypes(cJSON* rootValue) ParseEncoderTypes() argument 727 ParsePhotoFormats(cJSON* rootValue) ParsePhotoFormats() argument 754 ParsePreviewFormats(cJSON* rootValue) ParsePreviewFormats() argument 781 ParseVideoFormats(cJSON* rootValue) ParseVideoFormats() argument [all...] |
Completed in 5 milliseconds