Searched defs:TimestampFinder (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3ZslStream.cpp32 struct TimestampFinder : public RingBufferConsumer::RingBufferComparator { struct in namespace:android::camera3::__anon988
41 TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {} function in struct:android::camera3::__anon988::TimestampFinder
42 ~TimestampFinder() {}
108 }; // struct TimestampFinder
285 TimestampFinder timestampFinder = TimestampFinder(timestamp);

Completed in 25 milliseconds