Searched refs:skipCurrentFrame (Results 1 – 4 of 4) sorted by relevance
138 virtual bool skipCurrentFrame(int64_t timestampUs);
227 virtual bool skipCurrentFrame(int64_t /*timestampUs*/) {return false;} in skipCurrentFrame() function
256 bool CameraSourceTimeLapse::skipCurrentFrame(int64_t /* timestampUs */) { in skipCurrentFrame() function in android::CameraSourceTimeLapse
1144 if (skipCurrentFrame(timestampUs)) { in shouldSkipFrameLocked()