Searched refs:GetVersionId (Results 1 - 11 of 11) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_host_manager.cpp | 154 if (GetCameraHostVersion() > GetVersionId(HDI_VERSION_1, HDI_VERSION_2)) { in Cast2MultiVersionCameraHost() 161 if (GetCameraHostVersion() > GetVersionId(1, 1)) { in Cast2MultiVersionCameraHost() 168 if (GetCameraHostVersion() > GetVersionId(1, 0)) { in Cast2MultiVersionCameraHost() 184 if (cameraHostProxyV1_3_ != nullptr && GetCameraHostVersion() >= GetVersionId(HDI_VERSION_1, HDI_VERSION_3)) { in Init() 188 GetCameraHostVersion() >= GetVersionId(HDI_VERSION_1, HDI_VERSION_2)) { in Init() 237 return GetVersionId(majorVer_, minorVer_); in GetCameraHostVersion() 292 if (cameraHostProxyV1_3_ != nullptr && GetCameraHostVersion() >= GetVersionId(HDI_VERSION_1, HDI_VERSION_3)) { in OpenCamera() 302 GetVersionId(HDI_VERSION_1, HDI_VERSION_2)) { in OpenCamera() 307 && GetCameraHostVersion() == GetVersionId(HDI_VERSION_1, HDI_VERSION_1)) { in OpenCamera() 374 CHECK_ERROR_RETURN_RET_LOG(GetCameraHostVersion() < GetVersionId( in Prelaunch() [all...] |
H A D | hcamera_device.cpp | 658 if (cameraHostManager_->GetVersionByCamera(cameraID_) >= GetVersionId(HDI_VERSION_1, HDI_VERSION_2)) { in GetStatus() 891 if (versionRes >= GetVersionId(HDI_VERSION_1, HDI_VERSION_3)) { in InitStreamOperator() 894 } else if (versionRes >= GetVersionId(HDI_VERSION_1, HDI_VERSION_2)) { in InitStreamOperator() 897 } else if (versionRes == GetVersionId(HDI_VERSION_1, HDI_VERSION_1)) { in InitStreamOperator() 906 if (hdiCameraDeviceV1_3 != nullptr && versionRes >= GetVersionId(HDI_VERSION_1, HDI_VERSION_3)) { in InitStreamOperator() 910 } else if (hdiCameraDeviceV1_2 != nullptr && versionRes >= GetVersionId(HDI_VERSION_1, HDI_VERSION_2)) { in InitStreamOperator() 915 } else if (hdiCameraDeviceV1_1 != nullptr && versionRes == GetVersionId(HDI_VERSION_1, HDI_VERSION_1)) { in InitStreamOperator()
|
H A D | camera_util.cpp | 394 int32_t GetVersionId(uint32_t major, uint32_t minor) in GetVersionId() function
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/utils/ |
H A D | dp_utils.h | 104 inline int32_t GetVersionId(uint32_t major, uint32_t minor) in GetVersionId() function
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/ |
H A D | photo_post_processor.cpp | 747 int32_t versionId = GetVersionId(majorVer, minorVer); in ConnectServiceIfNecessary() 749 if (imageProcessServiceProxyV1_2 != nullptr && versionId >= GetVersionId(HDI_VERSION_1, HDI_VERSION_3)) { in ConnectServiceIfNecessary() 755 if (imageProcessServiceProxyV1_3 != nullptr && versionId >= GetVersionId(HDI_VERSION_1, HDI_VERSION_3)) { in ConnectServiceIfNecessary() 760 } else if (imageProcessServiceProxyV1_2 != nullptr && versionId >= GetVersionId(HDI_VERSION_1, HDI_VERSION_2)) { in ConnectServiceIfNecessary()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image_base.cpp | 298 if (versionId == pixelMap->GetVersionId()) {
in UnmarshallingAndCachePixelMap() 386 uint32_t versionId = pixelMap_ == nullptr ? 0 : pixelMap_->GetVersionId();
in Marshalling()
|
H A D | rs_image.cpp | 623 uint32_t versionId = pixelMap_ == nullptr ? 0 : pixelMap_->GetVersionId(); in Marshalling()
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | camera_util.h | 149 int32_t GetVersionId(uint32_t major, uint32_t minor);
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 382 NATIVEEXPORT uint32_t GetVersionId();
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | pixel_map_test.cpp | 2407 uint32_t versionId = pixelMap->GetVersionId(); in HWTEST_F() 2411 versionId = pixelMap->GetVersionId(); in HWTEST_F() 2416 versionId = pixelMap->GetVersionId(); in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 4068 uint32_t PixelMap::GetVersionId() in GetVersionId() function in OHOS::Media::PixelMap
|
Completed in 22 milliseconds