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.cpp 319 m_entryProcessingIndex = -1;
383 m_numOfEntries,m_entryInsertionIndex,m_entryProcessingIndex, m_entryFrameOutputIndex, newEntry->internal_shot.shot.ctl.request.frameCount);
399 m_entryProcessingIndex, frame_index,(int)(currentEntry->status));
413 m_numOfEntries,m_entryInsertionIndex,m_entryProcessingIndex, m_entryFrameOutputIndex);
428 m_entryProcessingIndex, m_entryFrameOutputIndex, m_entryInsertionIndex, m_completedIndex);
468 if ((m_entryProcessingIndex == m_entryInsertionIndex)
469 && (entries[m_entryProcessingIndex].status == REQUESTED || entries[m_entryProcessingIndex].status == CAPTURED)) {
471 m_numOfEntries,m_entryInsertionIndex,m_entryProcessingIndex, m_entryFrameOutputIndex);
475 int newProcessingIndex = GetNextIndex(m_entryProcessingIndex);
    [all...]
ExynosCameraHWInterface2.h 321 int m_entryProcessingIndex;

Completed in 20 milliseconds