Searched refs:NumChannelsInPlane (Results 1 – 2 of 2) sorted by relevance
127 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
282 auto c = static_cast<size_t>(SkYUVAInfo::NumChannelsInPlane(config, i)); in supported()