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.cpp923 size_t releasedCount = 0; in releaseAllRecordingFramesLocked() local
934 releasedCount++; in releaseAllRecordingFramesLocked()
938 if (releasedCount > 0) { in releaseAllRecordingFramesLocked()
940 "from previous recording session", __FUNCTION__, mId, releasedCount); in releaseAllRecordingFramesLocked()
941 ALOGE_IF(releasedCount != mRecordingHeapCount - mRecordingHeapFree, in releaseAllRecordingFramesLocked()
943 __FUNCTION__, mId, releasedCount, mRecordingHeapCount - mRecordingHeapFree); in releaseAllRecordingFramesLocked()