Searched defs:newProcessingIndex (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp476 int newProcessingIndex = GetNextIndex(m_entryProcessingIndex); local
477 ALOGV("DEBUG(%s): index(%d)", __FUNCTION__, newProcessingIndex);
479 newEntry = &(entries[newProcessingIndex]);
482 CAM_LOGD("DEBUG(%s)(%d): Circular buffer abnormal, numOfEntries(%d), status(%d)", __FUNCTION__, newProcessingIndex, m_numOfEntries, newEntry->status);
530 m_entryProcessingIndex = newProcessingIndex;
531 return newProcessingIndex;

Completed in 36 milliseconds