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/api2/
DCameraDeviceClient.h349 static const int32_t MAX_SURFACES_PER_STREAM = 4; variable
DCameraDeviceClient.cpp555 if (numBufferProducers > MAX_SURFACES_PER_STREAM) { in checkSurfaceType()
557 __FUNCTION__, numBufferProducers, MAX_SURFACES_PER_STREAM); in checkSurfaceType()