[go: nahoru, domu]

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

/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h74 // Variable set in dataCallbackTimestamp() to help skipCurrentFrame()
138 virtual bool skipCurrentFrame(int64_t timestampUs);
H A DCameraSource.h219 virtual bool skipCurrentFrame(int64_t timestampUs) {return false;} function in class:android::CameraSource
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp239 bool CameraSourceTimeLapse::skipCurrentFrame(int64_t /* timestampUs */) { function in class:android::CameraSourceTimeLapse
240 ALOGV("skipCurrentFrame");
H A DCameraSource.cpp1060 if (skipCurrentFrame(timestampUs)) {

Completed in 91 milliseconds