Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp994 uint32_t dst_stride_bytes = AlignToPower2(srcWidth * dstBufferBytesPerPixel, 4); in composeLayerInto() local
995 uint32_t neededSize = dst_stride_bytes * srcHeight; in composeLayerInto()
999 dstBufferSpec.strideBytes = dst_stride_bytes; in composeLayerInto()