Searched refs:HDI_VERSION_1 (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/src/ |
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() 1082 if (major >= HDI_VERSION_1 in CreateStreams() [all...] |
H A D | hcamera_host_manager.cpp | 154 if (GetCameraHostVersion() > GetVersionId(HDI_VERSION_1, HDI_VERSION_2)) { 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() 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()
|
H A D | hstream_metadata.cpp | 169 if (majorVer_ < HDI_VERSION_1 || minorVer_ < HDI_VERSION_3) { in EnableOrDisableMetadataType()
|
H A D | hstream_capture.cpp | 447 if (major >= HDI_VERSION_1 && minor >= HDI_VERSION_2 && !isBursting_) { in Capture()
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | camera_util.h | 37 static constexpr int32_t HDI_VERSION_1 = 1; member
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/ |
H A D | photo_post_processor.cpp | 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()
|
Completed in 9 milliseconds