Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h217 GRAPHIC_DISPLAY_PTS_TIMESTAMP = 1 << 1, /**< Timestamp */ enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp607 … GraphicPresentTimestamp timestampSet = {GRAPHIC_DISPLAY_PTS_TIMESTAMP, 10}; // mock data for test
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_test.cpp1650 GraphicPresentTimestamp timestamp = {GRAPHIC_DISPLAY_PTS_TIMESTAMP, 0};
1664 GraphicPresentTimestamp timestamp = {GRAPHIC_DISPLAY_PTS_TIMESTAMP, 0};
1668 …GetPresentTimestamp(firstSeqnum, GraphicPresentTimestampType::GRAPHIC_DISPLAY_PTS_TIMESTAMP, time);
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface.cpp969 type > GraphicPresentTimestampType::GRAPHIC_DISPLAY_PTS_TIMESTAMP) { in GetPresentTimestamp()
H A Dbuffer_queue.cpp1882 case GraphicPresentTimestampType::GRAPHIC_DISPLAY_PTS_TIMESTAMP: { in GetPresentTimestamp()