OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skipCurrentFrame
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/include/media/stagefright/
CameraSourceTimeLapse.h
70
// Variable set in dataCallbackTimestamp() to help
skipCurrentFrame
()
133
virtual bool
skipCurrentFrame
(int64_t timestampUs);
CameraSource.h
180
virtual bool
skipCurrentFrame
(int64_t timestampUs) {return false;}
/frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp
234
bool CameraSourceTimeLapse::
skipCurrentFrame
(int64_t timestampUs) {
235
ALOGV("
skipCurrentFrame
");
CameraSource.cpp
832
if (
skipCurrentFrame
(timestampUs)) {
Completed in 1578 milliseconds