Searched refs:mExpectedPresentTimeAndInterval (Results 1 – 2 of 2) sorted by relevance
1133 mExpectedPresentTimeAndInterval.store(std::make_tuple(timestamp, frameIntervalNs)); in setExpectedPresentTime()1142 if (mExpectedPresentTimeAndInterval.is_dirty()) { in getPendingExpectedPresentTime()1143 return std::get<0>(mExpectedPresentTimeAndInterval.get()); in getPendingExpectedPresentTime()1150 if (mExpectedPresentTimeAndInterval.is_dirty()) { in getPendingFrameInterval()1151 return std::get<1>(mExpectedPresentTimeAndInterval.get()); in getPendingFrameInterval()1158 mExpectedPresentTimeAndInterval.clear_dirty(); in applyExpectedPresentTime()
174 CtrlValue<std::tuple<int64_t, int>> mExpectedPresentTimeAndInterval; variable