OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_entryProcessingIndex
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp
320
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
...]
ExynosCameraHWInterface2.h
324
int
m_entryProcessingIndex
;
Completed in 56 milliseconds