Searched refs:GetFormatObj (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/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);
|
/ohos5.0/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& … in GetFormatObj() function in OHOS::DistributedHardware::DMetadataProcessor 736 cJSON *formatObj = GetFormatObj(rootNode, rootValue, formatStr); in GetEachNodeSupportedResolution() 750 cJSON* formatObj = GetFormatObj(rootNode, rootValue, formatStr); in GetNodeSupportedResolution()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/ |
H A D | dstream_operator.h | 116 cJSON* GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& formatStr);
|
/ohos5.0/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& for… in GetFormatObj() function in OHOS::DistributedHardware::DStreamOperator 570 cJSON *formatObj = GetFormatObj(rootNode, rootValue, formatStr); in ExtractCameraAttr() 583 cJSON *formatObj = GetFormatObj(rootNode, rootValue, formatStr); in GetCameraAttr()
|