Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/RefreshRateCalculator/
DVideoFrameRateCalculator.cpp66 if (hasPresentFrameFlag(flag, PresentFrameFlag::kIsYuv)) { in onPresentInternal()
/hardware/google/graphics/common/libhwc2.1/libvrr/
DUtils.h44 kIsYuv = (1 << 1), enumerator
DVariableRefreshRateController.h255 flag |= static_cast<int>(PresentFrameFlag::kIsYuv); in getPresentFrameFlag()