Searched refs:formatStr (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dmetadata_processor.cpp | 712 cJSON* DMetadataProcessor::GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& formatStr) in GetFormatObj() argument 723 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(resObj, formatStr.c_str()); in GetFormatObj() 735 std::string formatStr = std::to_string(format); in GetEachNodeSupportedResolution() local 736 cJSON *formatObj = GetFormatObj(rootNode, rootValue, formatStr); in GetEachNodeSupportedResolution() 738 DHLOGE("Resolution or %s error.", formatStr.c_str()); in GetEachNodeSupportedResolution() 749 std::string formatStr = std::to_string(format); in GetNodeSupportedResolution() local 750 cJSON* formatObj = GetFormatObj(rootNode, rootValue, formatStr); in GetNodeSupportedResolution() 758 DHLOGE("Resolution %s %d ,is not string.", formatStr.c_str(), i); in GetNodeSupportedResolution()
|
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/ |
H A D | dstream_operator.h | 115 void GetCameraAttr(cJSON* rootValue, std::string formatStr, const std::string rootNode, int format); 116 cJSON* GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& formatStr);
|
/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 558 cJSON *formatObj = cJSON_GetObjectItemCaseSensitive(resObj, formatStr.c_str()); in GetFormatObj() 569 std::string formatStr = std::to_string(format); in ExtractCameraAttr() local 570 cJSON *formatObj = GetFormatObj(rootNode, rootValue, formatStr); in ExtractCameraAttr() 572 DHLOGE("Resolution or %s error.", formatStr.c_str()); in ExtractCameraAttr() 575 GetCameraAttr(rootValue, formatStr, rootNode, format); in ExtractCameraAttr() 579 void DStreamOperator::GetCameraAttr(cJSON *rootValue, std::string formatStr, const std::string rootNode, in GetCameraAttr() argument 583 cJSON *formatObj = GetFormatObj(rootNode, rootValue, formatStr); in GetCameraAttr() 591 DHLOGE("Resolution %s %d, is not string.", formatStr.c_str(), i); in GetCameraAttr()
|
/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/ |
H A D | dmetadata_processor.h | 84 cJSON* GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& formatStr);
|
Completed in 5 milliseconds