OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sensorPipelineSkipCnt
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h
335
int
m_sensorPipelineSkipCnt
;
ExynosCameraHWInterface2.cpp
294
m_sensorPipelineSkipCnt
= 0;
891
ALOGV("(%s): Pipeline Restarting. setting cnt(%d) - current(%d)", __FUNCTION__, count,
m_sensorPipelineSkipCnt
);
892
if (count >
m_sensorPipelineSkipCnt
)
893
m_sensorPipelineSkipCnt
= count;
898
ALOGV("(%s): skip cnt(%d)", __FUNCTION__,
m_sensorPipelineSkipCnt
);
899
if (
m_sensorPipelineSkipCnt
== 0)
900
return
m_sensorPipelineSkipCnt
;
902
return --
m_sensorPipelineSkipCnt
;
[
all
...]
Completed in 27 milliseconds