Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp2272 int numProcessedStream = 0; in isStreamCombinationSupported() local
2282 numProcessedStream++; in isStreamCombinationSupported()
2286 if (numProcessedStream > kMaxProcessedStream) { in isStreamCombinationSupported()
2288 kMaxProcessedStream, numProcessedStream); in isStreamCombinationSupported()
/hardware/interfaces/camera/device/default/
DExternalCameraDeviceSession.cpp1645 int numProcessedStream = 0; in isStreamCombinationSupported() local
1655 numProcessedStream++; in isStreamCombinationSupported()
1659 if (numProcessedStream > kMaxProcessedStream) { in isStreamCombinationSupported()
1661 kMaxProcessedStream, numProcessedStream); in isStreamCombinationSupported()