HomeSort by relevance Sort by last modified time
    Searched refs:m_entryProcessingIndex (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 320 int m_entryProcessingIndex;
ExynosCameraHWInterface2.cpp 318 m_entryProcessingIndex = -1;
379 m_numOfEntries,m_entryInsertionIndex,m_entryProcessingIndex, m_entryFrameOutputIndex, newEntry->internal_shot.shot.ctl.request.frameCount);
394 m_entryProcessingIndex, frame_index,(int)(currentEntry->status));
408 m_numOfEntries,m_entryInsertionIndex,m_entryProcessingIndex, m_entryFrameOutputIndex);
423 m_entryProcessingIndex, m_entryFrameOutputIndex, m_entryInsertionIndex, m_completedIndex);
462 if ((m_entryProcessingIndex == m_entryInsertionIndex)
463 && (entries[m_entryProcessingIndex].status == REQUESTED || entries[m_entryProcessingIndex].status == CAPTURED)) {
465 m_numOfEntries,m_entryInsertionIndex,m_entryProcessingIndex, m_entryFrameOutputIndex);
469 int newProcessingIndex = GetNextIndex(m_entryProcessingIndex);
    [all...]

Completed in 22 milliseconds