Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h145 int32_t hwc_format = static_cast<int32_t>(*format); in createVirtualDisplay() local
147 mDispatch.createVirtualDisplay(mDevice, width, height, &hwc_format, outDisplay); in createVirtualDisplay()
148 *format = static_cast<PixelFormat>(hwc_format); in createVirtualDisplay()