Searched refs:DCResolution (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/ |
H A D | dmetadata_processor.h | 67 …std::map<int, std::vector<DCResolution>> GetDCameraSupportedFormats(const std::string &abilityInfo… 68 …void ParsePhotoFormats(cJSON* rootValue, std::map<int, std::vector<DCResolution>>& supportedFormat… 73 std::map<int, std::vector<DCResolution>>& supportedFormats, cJSON* rootValue); 75 std::map<int, std::vector<DCResolution>>& supportedFormats, cJSON* rootValue); 77 void InitBasicConfigTag(std::map<int, std::vector<DCResolution>> &supportedFormats, 79 void InitExtendConfigTag(std::map<int, std::vector<DCResolution>> &supportedFormats, 103 DCResolution maxPreviewResolution_; 104 DCResolution maxPhotoResolution_; 110 std::map<int, std::vector<DCResolution>> sinkPhotoProfiles_; 111 std::map<int, std::vector<DCResolution>> sinkPreviewProfiles_; [all …]
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/ |
H A D | constants.h | 124 struct DCResolution { struct 128 DCResolution() : width_(0), height_(0) {} in DCResolution() argument 130 DCResolution(int32_t width, int32_t height) : width_(width), height_(height) {} in DCResolution() argument 132 bool operator ==(const DCResolution others) const 137 bool operator <(const DCResolution others) const
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dmetadata_processor.cpp | 330 std::map<int, std::vector<DCResolution>>::iterator iter; in InitBasicConfigTag() 332 std::vector<DCResolution> resolutionList = iter->second; in InitBasicConfigTag() 347 std::map<int, std::vector<DCResolution>>::iterator previewIter; in InitExtendConfigTag() 359 std::map<int, std::vector<DCResolution>>::iterator videoIter; in InitExtendConfigTag() 748 std::vector<DCResolution> resolutionVec; in GetNodeSupportedResolution() 774 DCResolution resolution(width, height); in GetNodeSupportedResolution() 793 std::vector<DCResolution> &resolutionVec) in StoreSinkAndSrcConfig() 807 std::map<int, std::vector<DCResolution>> supportedFormats; in GetDCameraSupportedFormats() 819 std::map<int, std::vector<DCResolution>>& supportedFormats) in ParsePhotoFormats() 847 std::map<int, std::vector<DCResolution>>& supportedFormats) in ParsePreviewFormats() [all …]
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/ |
H A D | dstream_operator.h | 166 std::map<int, std::vector<DCResolution>> dcSupportedPhotoResolutionMap_; 167 std::map<int, std::vector<DCResolution>> dcSupportedPreviewResolutionMap_; 168 std::map<int, std::vector<DCResolution>> dcSupportedVideoResolutionMap_;
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dstream_operator.cpp | 582 std::vector<DCResolution> resolutionVec; in GetCameraAttr() 609 DCResolution resolution(width, height); in GetCameraAttr() 1141 std::vector<DCResolution> supportedResolutionList; in ChooseSuitableResolution() 1153 DCResolution tempResolution = { 0, 0 }; in ChooseSuitableResolution()
|