Home
last modified time | relevance | path

Searched refs:releasedCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DStreamingProcessor.cpp865 size_t releasedCount = 0; in releaseAllRecordingFramesLocked() local
877 releasedCount++; in releaseAllRecordingFramesLocked()
881 if (releasedCount > 0) { in releaseAllRecordingFramesLocked()
883 "from previous recording session", __FUNCTION__, mId, releasedCount); in releaseAllRecordingFramesLocked()
884 ALOGE_IF(releasedCount != mRecordingHeapCount - mRecordingHeapFree, in releaseAllRecordingFramesLocked()
886 __FUNCTION__, mId, releasedCount, mRecordingHeapCount - mRecordingHeapFree); in releaseAllRecordingFramesLocked()