Searched refs:STREAM_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
162 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()
35 #define STREAM_TABLE_SIZE 8 macro159 static QCameraStream *mStreamTable[STREAM_TABLE_SIZE];