Home
last modified time | relevance | path

Searched refs:NumChannelsInPlane (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkYUVAInfo.h127 static constexpr int NumChannelsInPlane(PlaneConfig, int i);
202 int numChannelsInPlane(int i) const { return NumChannelsInPlane(fPlaneConfig, i); } in numChannelsInPlane()
268 constexpr int SkYUVAInfo::NumChannelsInPlane(PlaneConfig config, int i) { in NumChannelsInPlane() function
DSkYUVAPixmaps.h282 auto c = static_cast<size_t>(SkYUVAInfo::NumChannelsInPlane(config, i)); in supported()