Home
last modified time | relevance | path

Searched refs:MAX_SURFACES_PER_STREAM (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtils.h151 static const int32_t MAX_SURFACES_PER_STREAM = 4; variable
DSessionConfigurationUtils.cpp486 if (numBufferProducers > MAX_SURFACES_PER_STREAM) { in checkSurfaceType()
488 __FUNCTION__, numBufferProducers, MAX_SURFACES_PER_STREAM); in checkSurfaceType()