Lines Matching refs:SkYUVAInfo
18 const SkYUVAInfo* expectedInfo) {
35 // SkYUVAInfo param is required to be non-null.
50 REPORTER_ASSERT(reporter, numPlanes <= SkYUVAInfo::kMaxPlanes);
61 for (int i = numPlanes; i < SkYUVAInfo::kMaxPlanes; ++i) {
75 for (int i = numPlanes; i < SkYUVAInfo::kMaxPlanes; ++i) {
84 auto setExpectations = [](SkISize dims, SkYUVAInfo::Subsampling subsampling) {
85 return SkYUVAInfo(dims,
86 SkYUVAInfo::PlaneConfig::kY_U_V,
90 SkYUVAInfo::Siting::kCentered,
91 SkYUVAInfo::Siting::kCentered);
94 SkYUVAInfo expectations = setExpectations({128, 128}, SkYUVAInfo::Subsampling::k420);
98 expectations = setExpectations({512, 512}, SkYUVAInfo::Subsampling::k420);
102 expectations = setExpectations({512, 512}, SkYUVAInfo::Subsampling::k444);
106 expectations = setExpectations({512, 512}, SkYUVAInfo::Subsampling::k422);
110 expectations = setExpectations({439, 154}, SkYUVAInfo::Subsampling::k420);
113 expectations = setExpectations({8, 8}, SkYUVAInfo::Subsampling::k420);
117 expectations = setExpectations({512, 512}, SkYUVAInfo::Subsampling::k444);