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

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp320 m_entryProcessingIndex = -1;
384 m_numOfEntries,m_entryInsertionIndex,m_entryProcessingIndex, m_entryFrameOutputIndex, newEntry->internal_shot.shot.ctl.request.frameCount);
400 m_entryProcessingIndex, frame_index,(int)(currentEntry->status));
414 m_numOfEntries,m_entryInsertionIndex,m_entryProcessingIndex, m_entryFrameOutputIndex);
429 m_entryProcessingIndex, m_entryFrameOutputIndex, m_entryInsertionIndex, m_completedIndex);
469 if ((m_entryProcessingIndex == m_entryInsertionIndex)
470 && (entries[m_entryProcessingIndex].status == REQUESTED || entries[m_entryProcessingIndex].status == CAPTURED)) {
472 m_numOfEntries,m_entryInsertionIndex,m_entryProcessingIndex, m_entryFrameOutputIndex);
476 int newProcessingIndex = GetNextIndex(m_entryProcessingIndex);
[all...]
H A DExynosCameraHWInterface2.h324 int m_entryProcessingIndex; member in class:android::RequestManager

Completed in 53 milliseconds