Searched refs:dstBufferBytesPerPixel (Results 1 – 2 of 2) sorted by relevance
874 std::uint32_t dstBufferBytesPerPixel) { in composeLayerInto() argument934 DRM_FORMAT_XBGR8888, dstBufferStrideBytes, dstBufferBytesPerPixel); in composeLayerInto()956 AlignToPower2(mScratchBufferWidth * dstBufferBytesPerPixel, 4); in composeLayerInto()994 uint32_t dst_stride_bytes = AlignToPower2(srcWidth * dstBufferBytesPerPixel, 4); in composeLayerInto()1032 dstBufferSpec.strideBytes = dstBufferSpec.width * dstBufferBytesPerPixel; in composeLayerInto()
85 std::uint32_t dstBufferBytesPerPixel);