Searched refs:ExtractCameraAttr (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dstream_operator.cpp | 566 void DStreamOperator::ExtractCameraAttr(cJSON* rootValue, std::vector<int>& formats, const std::str… in ExtractCameraAttr() function in OHOS::DistributedHardware::DStreamOperator 750 ExtractCameraAttr(rootValue, photoFormats, "Photo"); in ParsePhotoFormats() 777 ExtractCameraAttr(rootValue, previewFormats, "Preview"); in ParsePreviewFormats() 803 ExtractCameraAttr(rootValue, videoFormats, "Video"); in ParseVideoFormats()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/ |
H A D | dstream_operator.h | 114 void ExtractCameraAttr(cJSON* rootValue, std::vector<int>& formats, const std::string rootNode);
|