Home
last modified time | relevance | path

Searched refs:IS_USAGE_ZSL (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HALHeader.h49 #define IS_USAGE_ZSL(usage) (((usage) & (GRALLOC_USAGE_HW_CAMERA_ZSL)) \ macro
DQCamera3HWI.cpp1360 || IS_USAGE_ZSL(newStream->usage)) { in validateStreamDimensions()
1439 bool isZSL = IS_USAGE_ZSL(newStream->usage); in validateUsageFlags()
1942 if (IS_USAGE_ZSL(newStream->usage)) { in validateStreamCombination()
2019 !IS_USAGE_ZSL(newStream->usage)) { in validateStreamCombination()
2330 if (IS_USAGE_ZSL(newStream->usage) in configureStreamsPerfLocked()
2494 || IS_USAGE_ZSL(newStream->usage)) && in configureStreamsPerfLocked()
2691 else if (IS_USAGE_ZSL(newStream->usage)) in configureStreamsPerfLocked()
DQCamera3Channel.cpp1630 IS_USAGE_ZSL(stream->usage)){ in translateStreamTypeAndFormat()