Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds