Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkYUVAInfoLocation.h18 struct SkYUVAInfo::YUVALocation { struct
24 bool operator==(const YUVALocation& that) const { argument
27 bool operator!=(const YUVALocation& that) const { return !(*this == that); }
DSkYUVAPixmaps.cpp294 SkASSERT(SkYUVAInfo::YUVALocation::AreValidLocations(result, &numPlanes)); in toYUVALocations()
/external/skia/src/gpu/
DGrYUVABackendTextures.cpp71 SkASSERT(SkYUVAInfo::YUVALocation::AreValidLocations(result, &numPlanes)); in toYUVALocations()
108 SkASSERT(SkYUVAInfo::YUVALocation::AreValidLocations(result, &numPlanes)); in toYUVALocations()
/external/skia/include/core/
DSkYUVAInfo.h27 struct YUVALocation; // For internal use.
28 using YUVALocations = std::array<YUVALocation, kYUVAChannelCount>;
/external/skia/tools/gpu/
DYUVUtils.cpp70 SkASSERT(SkYUVAInfo::YUVALocation::AreValidLocations(yuvaLocations)); in onGetPixels()