Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkYUVAInfoLocation.h20 struct SkYUVAInfo::YUVALocation { struct
26 bool operator==(const YUVALocation& that) const { argument
33 int maxSlotUsed = -1;
34 bool used[SkYUVAInfo::kMaxPlanes] = {};
35 bool valid = true;
36 for (int i = 0; i < SkYUVAInfo::kYUVAChannelCount; ++i) {
50 for (int i = 0; i <= maxSlotUsed; ++i) {