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

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.h679 int m_reprocessingFrameCnt; member in class:android::ExynosCameraHWInterface2
H A DExynosCameraHWInterface2.cpp3418 m_reprocessingFrameCnt = shot_ext->shot.ctl.request.frameCount;
3420 void *shot = m_requestManager->GetInternalShotExtByFrameCnt(m_reprocessingFrameCnt);
3423 "m_reprocessingFrameCnt missing, using shot_ext",
3536 "m_reprocessingFrameCnt missing, using shot_ext",
3865 frameTimeStamp = m_requestManager->GetTimestampByFrameCnt(m_reprocessingFrameCnt);
3866 m_requestManager->NotifyStreamOutput(m_reprocessingFrameCnt);

Completed in 26 milliseconds