Home
last modified time | relevance | path

Searched refs:getZSLQueueDepth (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParametersIntf.h102 uint8_t getZSLQueueDepth();
H A DQCameraParametersIntf.cpp187 uint8_t QCameraParametersIntf::getZSLQueueDepth() in getZSLQueueDepth() function in qcamera::QCameraParametersIntf
191 return mImpl->getZSLQueueDepth(); in getZSLQueueDepth()
H A DQCameraParameters.h671 uint8_t getZSLQueueDepth();
H A DQCamera2HWI.cpp2611 int zslQBuffers = mParameters.getZSLQueueDepth(); in getBufNumRequired()
7937 attr.water_mark = mParameters.getZSLQueueDepth(); in addZSLChannel()
8058 attr.water_mark = mParameters.getZSLQueueDepth(); in addCaptureChannel()
H A DQCameraParameters.cpp10769 uint8_t QCameraParameters::getZSLQueueDepth() in getZSLQueueDepth() function in qcamera::QCameraParameters
15040 snprintf(s, 128, "ZSL Queue Depth: %d\n", getZSLQueueDepth()); in dump()