Searched refs:skipCurrentFrame (Results 1 – 4 of 4) sorted by relevance
136 virtual bool skipCurrentFrame(int64_t timestampUs);
191 virtual bool skipCurrentFrame(int64_t /*timestampUs*/) {return false;} in skipCurrentFrame() function
226 bool CameraSourceTimeLapse::skipCurrentFrame(int64_t /* timestampUs */) { in skipCurrentFrame() function in android::CameraSourceTimeLapse
958 if (skipCurrentFrame(timestampUs)) { in shouldSkipFrameLocked()