Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTransactionApplicationTest.cpp99 bool isAutoTimestamp = true; member
117 int64_t desiredPresentTime, bool isAutoTimestamp, in setupSingle() argument
123 transaction.isAutoTimestamp = isAutoTimestamp; in setupSingle()
139 transaction.desiredPresentTime, transaction.isAutoTimestamp, in NotPlacedOnTransactionQueue()
173 transaction.desiredPresentTime, transaction.isAutoTimestamp, in PlaceOnTransactionQueue()
213 transactionA.desiredPresentTime, transactionA.isAutoTimestamp, in BlockedByPriorTransaction()
228 transactionB.desiredPresentTime, transactionB.isAutoTimestamp, in BlockedByPriorTransaction()
267 transactionA.isAutoTimestamp, transactionA.uncacheBuffer, in TEST_F()
283 empty.desiredPresentTime, empty.isAutoTimestamp, in TEST_F()
H A DTestableSurfaceFlinger.h377 bool isAutoTimestamp, const client_cache_t& uncacheBuffer, bool hasListenerCallbacks, in setTransactionState() argument
381 isAutoTimestamp, uncacheBuffer, hasListenerCallbacks, in setTransactionState()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.cpp416 nsecs_t desiredPresentTime, bool isAutoTimestamp, in setBuffer() argument
456 mDrawingState.isAutoTimestamp = isAutoTimestamp; in setBuffer()
459 if (!isAutoTimestamp) return desiredPresentTime; in setBuffer()
470 addFrameEvent(acquireFence, postTime, isAutoTimestamp ? 0 : desiredPresentTime); in setBuffer()
657 return mDrawingState.isAutoTimestamp || mDrawingState.desiredPresentTime <= expectedPresentTime; in framePresentTimeIsCurrent()
H A DSurfaceFlinger.h348 int64_t desiredPresentTime, bool isAutoTimestamp, int64_t postTime,
522 bool isAutoTimestamp, const client_cache_t& uncacheBuffer, in TransactionState()
533 isAutoTimestamp(isAutoTimestamp), in TransactionState()
552 const bool isAutoTimestamp; member
623 int64_t desiredPresentTime, bool isAutoTimestamp,
837 const int64_t desiredPresentTime, bool isAutoTimestamp,
861 const FrameTimelineInfo& info, bool isAutoTimestamp, int64_t desiredPresentTime,
H A DBufferStateLayer.h60 bool isAutoTimestamp, const client_cache_t& clientCacheId, uint64_t frameNumber,
H A DSurfaceFlinger.cpp3487 transaction.isAutoTimestamp, in flushTransactionQueues()
3519 transaction.isAutoTimestamp, in flushTransactionQueues()
3540 transaction.isAutoTimestamp, transaction.buffer, in flushTransactionQueues()
3580 const FrameTimelineInfo& info, bool isAutoTimestamp, int64_t desiredPresentTime, in transactionIsReadyToBeApplied() argument
3588 if (!isAutoTimestamp && desiredPresentTime >= expectedPresentTime && in transactionIsReadyToBeApplied()
3601 if (isAutoTimestamp && frameIsEarly(expectedPresentTime, info.vsyncId)) { in transactionIsReadyToBeApplied()
3633 if (layer->backpressureEnabled() && hasPendingBuffer && isAutoTimestamp) { in transactionIsReadyToBeApplied()
3707 bool isAutoTimestamp, const client_cache_t& uncacheBuffer, bool hasListenerCallbacks, in setTransactionState() argument
3734 desiredPresentTime, isAutoTimestamp, in setTransactionState()
3786 isAutoTimestamp ? 0 : desiredPresentTime, in applyTransactionState()
[all …]
H A DLayer.h229 bool isAutoTimestamp = true; member
/aosp12/frameworks/native/libs/gui/include/gui/
H A DIGraphicBufferProducer.h319 : timestamp(_timestamp), isAutoTimestamp(_isAutoTimestamp),
335 *outIsAutoTimestamp = bool(isAutoTimestamp);
366 int isAutoTimestamp{0};
H A DISurfaceComposer.h168 bool isAutoTimestamp, const client_cache_t& uncacheBuffer, bool hasListenerCallbacks,
/aosp12/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp156 isAutoTimestamp = QUEUE_BUFFER_INPUT_IS_AUTO_TIMESTAMP; in QueueBufferInputBuilder()
170 isAutoTimestamp, in build()
186 QueueBufferInputBuilder& setIsAutoTimestamp(bool isAutoTimestamp) { in setIsAutoTimestamp()
187 this->isAutoTimestamp = isAutoTimestamp; in setIsAutoTimestamp()
233 bool isAutoTimestamp; member
H A DBufferQueue_test.cpp77 bool isAutoTimestamp; in testBufferItem() local
84 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop, in testBufferItem()
87 ASSERT_EQ(isAutoTimestamp, item.mIsAutoTimestamp); in testBufferItem()
/aosp12/frameworks/native/libs/gui/
H A DIGraphicBufferProducerFlattenables.cpp24 sizeof(isAutoTimestamp) + in minFlattenedSize()
53 FlattenableUtils::write(buffer, size, isAutoTimestamp); in flatten()
87 FlattenableUtils::read(buffer, size, isAutoTimestamp); in unflatten()
H A DISurfaceComposer.cpp72 int64_t desiredPresentTime, bool isAutoTimestamp, in setTransactionState() argument
95 SAFE_PARCEL(data.writeBool, isAutoTimestamp); in setTransactionState()
1311 bool isAutoTimestamp = true; in onTransact() local
1313 SAFE_PARCEL(data.readBool, &isAutoTimestamp); in onTransact()
1338 inputWindowCommands, desiredPresentTime, isAutoTimestamp, in onTransact()
H A DBufferQueueProducer.cpp810 bool isAutoTimestamp; in queueBuffer() local
818 input.deflate(&requestedPresentTimestamp, &isAutoTimestamp, &dataSpace, in queueBuffer()
922 item.mIsAutoTimestamp = isAutoTimestamp; in queueBuffer()
H A DSurface.cpp1012 bool isAutoTimestamp = false; in getQueueBufferInputLocked() local
1016 isAutoTimestamp = true; in getQueueBufferInputLocked()
1026 IGraphicBufferProducer::QueueBufferInput input(timestamp, isAutoTimestamp, in getQueueBufferInputLocked()
H A DSurfaceComposerClient.cpp575 const bool isAutoTimestamp = parcel->readBool(); in readFromParcel() local
653 mIsAutoTimestamp = isAutoTimestamp; in readFromParcel()
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A DH2BGraphicBufferProducer.cpp55 to->isAutoTimestamp = static_cast<bool>(from.isAutoTimestamp); in b2h()
H A DB2HGraphicBufferProducer.cpp191 hInput.isAutoTimestamp, in queueBuffer()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp513 bool isAutoTimestamp; in queueBuffer() local
518 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop, in queueBuffer()
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue_producer-test.cpp47 QueueBufferInputBuilder& setIsAutoTimestamp(bool isAutoTimestamp) { in setIsAutoTimestamp()
48 this->mIsAutoTimestamp = isAutoTimestamp; in setIsAutoTimestamp()
/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/
H A DConversion.cpp1247 FlattenableUtils::write(buffer, size, static_cast<int>(t.isAutoTimestamp)); in flatten()
1301 t->isAutoTimestamp = static_cast<int32_t>(lIsAutoTimestamp); in unflatten()
H A DH2BGraphicBufferProducer.cpp495 t->isAutoTimestamp = static_cast<int32_t>(lIsAutoTimestamp); in unflatten()
/aosp12/hardware/interfaces/graphics/bufferqueue/2.0/
H A DIGraphicBufferProducer.hal323 bool isAutoTimestamp;
/aosp12/hardware/interfaces/graphics/bufferqueue/1.0/
H A DIGraphicBufferProducer.hal121 int32_t isAutoTimestamp;
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp770 input.isAutoTimestamp = false; in dispatchGraphicBuffer()