Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DSurfaceContext.cpp962 GrPixmap yPmp = GrPixmap::Allocate(yInfo); in asyncRescaleAndReadPixelsYUV420() local
965 if (!yFC->readPixels(dContext, yPmp, {0, 0}) || in asyncRescaleAndReadPixelsYUV420()
972 result->addCpuPlane(yPmp.pixelStorage(), yPmp.rowBytes()); in asyncRescaleAndReadPixelsYUV420()