Lines Matching refs:ordinal
158 entry->ordinal = mPending.front().ordinal; in pop()
167 const C2WorkOrdinalStruct &ordinal) { in emplace() argument
173 mStash.emplace_back(buffer, timestamp, flags, ordinal); in emplace()
178 if (less(ordinal, it->ordinal)) { in emplace()
182 mStash.emplace(it, buffer, timestamp, flags, ordinal); in emplace()
294 work->input.ordinal.timestamp = timeUs; in queueInputBufferInternal()
295 work->input.ordinal.frameIndex = mFrameIndex++; in queueInputBufferInternal()
299 work->input.ordinal.customOrdinal = timeUs; in queueInputBufferInternal()
302 uint64_t queuedFrameIndex = work->input.ordinal.frameIndex.peeku(); in queueInputBufferInternal()
354 work->input.ordinal.timestamp = timeUs; in queueInputBufferInternal()
355 work->input.ordinal.frameIndex = mFrameIndex++; in queueInputBufferInternal()
357 work->input.ordinal.customOrdinal = timeUs; in queueInputBufferInternal()
362 queuedFrameIndex = work->input.ordinal.frameIndex.peeku(); in queueInputBufferInternal()
1298 if ((work->input.ordinal.frameIndex - mFirstValidFrameIndex.load()).peek() < 0) { in handleWork()
1307 mPipelineWatcher.lock()->onWorkDone(work->input.ordinal.frameIndex.peeku()); in handleWork()
1491 worklet->output.ordinal.timestamp + work->input.ordinal.customOrdinal in handleWork()
1492 - work->input.ordinal.timestamp; in handleWork()
1495 timestamp = work->input.ordinal.customOrdinal; in handleWork()
1499 work->input.ordinal.customOrdinal.peekll(), in handleWork()
1500 work->input.ordinal.timestamp.peekll(), in handleWork()
1501 worklet->output.ordinal.timestamp.peekll(), in handleWork()
1523 mName, work->input.ordinal.frameIndex.peekull()); in handleWork()
1544 reorder->emplace(buffer, timestamp.peek(), flags, worklet->output.ordinal); in handleWork()