Home
last modified time | relevance | path

Searched refs:TimestampFinder (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.cpp46 struct TimestampFinder : public RingBufferConsumer::RingBufferComparator { struct
55 explicit TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {} in TimestampFinder() function
56 ~TimestampFinder() {} in ~TimestampFinder() argument
594 TimestampFinder timestampFinder = TimestampFinder(timestamp); in enqueueInputBufferByTimestamp()