summaryrefslogtreecommitdiff
path: root/common/hal/utils/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/hal/utils/utils.h')
-rw-r--r--common/hal/utils/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/hal/utils/utils.h b/common/hal/utils/utils.h
index 699be9d..16a60d2 100644
--- a/common/hal/utils/utils.h
+++ b/common/hal/utils/utils.h
@@ -38,6 +38,9 @@ bool IsYUVSnapshotStream(const Stream& stream);
bool IsDepthStream(const Stream& stream);
bool IsOutputZslStream(const Stream& stream);
bool IsSoftwareDenoiseEligibleSnapshotStream(const Stream& stream);
+bool IsSecuredStream(const Stream& stream);
+bool IsStreamUseCasesVideoCall(const Stream& stream);
+bool IsHdrStream(const Stream& stream);
bool HasCapability(const HalCameraMetadata* metadata, uint8_t capability);