Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_generator.cpp396 if (pendingVsyncMode_ != VSYNC_MODE_INVALID) { in UpdateVSyncModeLocked()
397 vsyncMode_ = pendingVsyncMode_; in UpdateVSyncModeLocked()
398 pendingVsyncMode_ = VSYNC_MODE_INVALID; in UpdateVSyncModeLocked()
476 if ((pendingVsyncMode_ == VSYNC_MODE_LTPO) || (vsyncMode_ == VSYNC_MODE_LTPO)) { in UpdatePeriodLocked()
498 if ((pendingVsyncMode_ == VSYNC_MODE_LTPO) || (vsyncMode_ == VSYNC_MODE_LTPO)) { in UpdateReferenceTimeLocked()
644 if ((vsyncMode_ != VSYNC_MODE_LTPO) && (pendingVsyncMode_ != VSYNC_MODE_LTPO)) { in ChangeGeneratorRefreshRateModel()
712 pendingVsyncMode_ = vsyncMode; in SetVSyncMode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_generator.h185 VSyncMode pendingVsyncMode_ = VSYNC_MODE_INVALID; variable