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

/hardware/qcom/camera/QCamera/HAL2/core/src/
H A DQCameraStream.cpp162 QCameraStream *QCameraStream::mStreamTable[STREAM_TABLE_SIZE];
386 for (i = 0; i < STREAM_TABLE_SIZE; i++)
391 if (i == STREAM_TABLE_SIZE)
398 if (id < 0 || id >= STREAM_TABLE_SIZE)
405 if (id < 0 || id >= STREAM_TABLE_SIZE)
414 for (int i = 0; i < STREAM_TABLE_SIZE; i++) {
427 for (int i = 0; i < STREAM_TABLE_SIZE; i++) {
/hardware/qcom/camera/QCamera/HAL2/core/inc/
H A DQCameraStream.h35 #define STREAM_TABLE_SIZE 8 macro
159 static QCameraStream *mStreamTable[STREAM_TABLE_SIZE];

Completed in 15 milliseconds