Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkYUVAInfoLocation.h18 struct SkYUVAInfo::YUVALocation { struct
24 bool operator==(const YUVALocation& that) const { argument
31 int maxSlotUsed = -1;
32 bool used[SkYUVAInfo::kMaxPlanes] = {};
33 bool valid = true;
34 for (int i = 0; i < SkYUVAInfo::kYUVAChannelCount; ++i) {
48 for (int i = 0; i <= maxSlotUsed; ++i) {