Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp652 PresentTimestamp hdiTimestamp = {HARDWARE_DISPLAY_PTS_UNSUPPORTED, 0}; in GetPresentTimestamp() local
653 int32_t ret = g_composer->GetHwPresentTimestamp(screenId, layerId, hdiTimestamp); in GetPresentTimestamp()
655 timestamp.time = hdiTimestamp.time; in GetPresentTimestamp()
656 timestamp.type = static_cast<GraphicPresentTimestampType>(hdiTimestamp.type); in GetPresentTimestamp()