Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/
DYUVUtils.cpp72 SkYUVAInfo::YUVALocations yuvaLocations = fPixmaps.toYUVALocations(); in onGetPixels() local
73 SkASSERT(SkYUVAInfo::YUVALocation::AreValidLocations(yuvaLocations)); in onGetPixels()
96 const auto& pmap = fPixmaps.plane(yuvaLocations[c].fPlane); in onGetPixels()
97 yuva[c] = look_up(xy1, pmap, yuvaLocations[c].fChannel); in onGetPixels()
99 auto [aPlane, aChan] = yuvaLocations[SkYUVAInfo::YUVAChannels::kA]; in onGetPixels()
/third_party/skia/src/core/
DSkYUVAInfo.cpp262 YUVALocations yuvaLocations; in GetYUVALocations() local
270 yuvaLocations[i] = {plane, channel}; in GetYUVALocations()
273 yuvaLocations[i] = {-1, SkColorChannel::kR}; in GetYUVALocations()
276 return yuvaLocations; in GetYUVALocations()
/third_party/skia/src/gpu/
DGrYUVATextureProxies.h66 const SkYUVAInfo::YUVALocations& yuvaLocations() const { return fYUVALocations; } in yuvaLocations() function
/third_party/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp24 auto [plane, channel] = yuvaProxies.yuvaLocations()[i]; in border_colors()
192 yuvaProxies.yuvaLocations(), in Make()