Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrYUVtoRGBEffect.h32 const SkYUVAInfo::YUVALocations&,
50 SkYUVAInfo::YUVALocations fLocations;
DGrYUVtoRGBEffect.cpp179 static SkAlphaType alpha_type(const SkYUVAInfo::YUVALocations locations) { in alpha_type()
186 const SkYUVAInfo::YUVALocations& locations, in GrYUVtoRGBEffect()
/external/skia/src/gpu/
DGrYUVATextureProxies.h66 const SkYUVAInfo::YUVALocations& yuvaLocations() const { return fYUVALocations; } in yuvaLocations()
73 SkYUVAInfo::YUVALocations fYUVALocations = {};
DGrYUVABackendTextures.cpp64 SkYUVAInfo::YUVALocations GrYUVABackendTextureInfo::toYUVALocations() const { in toYUVALocations()
101 SkYUVAInfo::YUVALocations GrYUVABackendTextures::toYUVALocations() const { in toYUVALocations()
/external/skia/include/core/
DSkYUVAInfo.h28 using YUVALocations = std::array<YUVALocation, kYUVAChannelCount>; variable
134 static YUVALocations GetYUVALocations(PlaneConfig, const uint32_t* planeChannelFlags);
210 YUVALocations toYUVALocations(const uint32_t* channelFlags) const;
DSkYUVAPixmaps.h245 SkYUVAInfo::YUVALocations toYUVALocations() const;
/external/skia/include/gpu/
DGrYUVABackendTextures.h70 SkYUVAInfo::YUVALocations toYUVALocations() const;
116 SkYUVAInfo::YUVALocations toYUVALocations() const;
/external/skia/src/core/
DSkYUVAInfo.cpp189 SkYUVAInfo::YUVALocations SkYUVAInfo::GetYUVALocations(PlaneConfig config, in GetYUVALocations()
262 YUVALocations yuvaLocations; in GetYUVALocations()
356 SkYUVAInfo::YUVALocations SkYUVAInfo::toYUVALocations(const uint32_t* channelFlags) const { in toYUVALocations()
DSkYUVAInfoLocation.h29 static bool AreValidLocations(const SkYUVAInfo::YUVALocations& locations,
DSkYUVAPixmaps.cpp287 SkYUVAInfo::YUVALocations SkYUVAPixmaps::toYUVALocations() const { in toYUVALocations()
/external/skia/tools/gpu/
DYUVUtils.cpp69 SkYUVAInfo::YUVALocations yuvaLocations = fPixmaps.toYUVALocations(); in onGetPixels()