MCPcopy Create free account
hub / github.com/Tencent/libpag / CopyRGBA

Function CopyRGBA

exporter/src/utils/ImageData.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void CopyRGBA(uint8_t* dst, int dstStride, const uint8_t* src, int srcStride, int width,
220 int height) {
221 CopyPlane(dst, dstStride, src, srcStride, width * 4, height);
222}
223
224bool ImageHasAlpha(uint8_t* data, int stride, int width, int height) {
225

Callers 1

GetVideoSequenceFunction · 0.85

Calls 1

CopyPlaneFunction · 0.85

Tested by

no test coverage detected