Searched refs:PlaneAndIndex (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkYUVAInfo.cpp | 194 struct PlaneAndIndex {int plane, chanIdx;}; in GetYUVALocations() argument 195 const PlaneAndIndex* planesAndIndices = nullptr; in GetYUVALocations() 201 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {1, 0}, {2, 0}, {-1, -1}}; in GetYUVALocations() 206 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {2, 0}, {1, 0}, {-1, -1}}; in GetYUVALocations() 211 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {1, 0}, {1, 1}, {-1, -1}}; in GetYUVALocations() 216 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {1, 1}, {1, 0}, {-1, -1}}; in GetYUVALocations() 221 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {0, 1}, {0, 2}, {-1, -1}}; in GetYUVALocations() 226 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 1}, {0, 0}, {0, 2}, {-1, -1}}; in GetYUVALocations() 231 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {1, 0}, {2, 0}, {3, 0}}; in GetYUVALocations() 236 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {2, 0}, {1, 0}, {3, 0}}; in GetYUVALocations() [all …]
|