Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraStream.cpp162 QCameraStream *QCameraStream::mStreamTable[STREAM_TABLE_SIZE];
386 for (i = 0; i < STREAM_TABLE_SIZE; i++) in allocateStreamId()
391 if (i == STREAM_TABLE_SIZE) in allocateStreamId()
398 if (id < 0 || id >= STREAM_TABLE_SIZE) in deallocateStreamId()
405 if (id < 0 || id >= STREAM_TABLE_SIZE) in getStreamAtId()
414 for (int i = 0; i < STREAM_TABLE_SIZE; i++) { in getStreamAtMmId()
427 for (int i = 0; i < STREAM_TABLE_SIZE; i++) { in streamOffAll()
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraStream.h35 #define STREAM_TABLE_SIZE 8 macro
159 static QCameraStream *mStreamTable[STREAM_TABLE_SIZE];