Searched refs:dst_stride_bytes (Results 1 – 1 of 1) sorted by relevance
994 uint32_t dst_stride_bytes = AlignToPower2(srcWidth * dstBufferBytesPerPixel, 4); in composeLayerInto() local995 uint32_t neededSize = dst_stride_bytes * srcHeight; in composeLayerInto()999 dstBufferSpec.strideBytes = dst_stride_bytes; in composeLayerInto()