Searched refs:skipCurrentFrame (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h66 // Variable set in dataCallbackTimestamp() to help skipCurrentFrame()
126 virtual bool skipCurrentFrame(int64_t timestampUs);
H A DCameraSource.h171 virtual bool skipCurrentFrame(int64_t timestampUs) {return false;} function in class:android::CameraSource
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp224 bool CameraSourceTimeLapse::skipCurrentFrame(int64_t timestampUs) { function in class:android::CameraSourceTimeLapse
225 ALOGV("skipCurrentFrame");
H A DCameraSource.cpp821 if (skipCurrentFrame(timestampUs)) {

Completed in 80 milliseconds