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