Home
last modified time | relevance | path

Searched refs:yInfo (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/
H A DSurfaceContext.cpp860 auto yInfo = SkImageInfo::MakeA8(dstSize); in asyncRescaleAndReadPixelsYUV420() local
861 auto yFC = dContext->priv().makeSFCWithFallback(yInfo, SkBackingFit::kApprox); in asyncRescaleAndReadPixelsYUV420()
863 auto uvInfo = yInfo.makeWH(yInfo.width()/2, yInfo.height()/2); in asyncRescaleAndReadPixelsYUV420()
962 GrPixmap yPmp = GrPixmap::Allocate(yInfo); in asyncRescaleAndReadPixelsYUV420()

Completed in 3 milliseconds