Home
last modified time | relevance | path

Searched refs:ONE_SECOND_TIMESTAMP (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dsurface_ipc_with_invaild_pts_test.cpp49 static constexpr const int64_t ONE_SECOND_TIMESTAMP = 1e9; member in OHOS::Rosen::SurfaceIPCWithInvalidPTSTest
231 sRet = cSurface->AcquireBuffer(returnValue, desiredPresentTimestamp - ONE_SECOND_TIMESTAMP - 1, false); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp48 constexpr uint32_t ONE_SECOND_TIMESTAMP = 1e9; member
859 && frontDesiredPresentTimestamp - ONE_SECOND_TIMESTAMP <= expectPresentTimestamp) { in AcquireBuffer()
916 if (desiredPresentTimestamp - ONE_SECOND_TIMESTAMP > expectPresentTimestamp) { in IsPresentTimestampReady()

Completed in 4 milliseconds