Lines Matching defs:expectations
94 SkYUVAInfo expectations = setExpectations({128, 128}, SkYUVAInfo::Subsampling::k420);
95 codec_yuv(r, "images/color_wheel.jpg", &expectations);
98 expectations = setExpectations({512, 512}, SkYUVAInfo::Subsampling::k420);
99 codec_yuv(r, "images/mandrill_512_q075.jpg", &expectations);
102 expectations = setExpectations({512, 512}, SkYUVAInfo::Subsampling::k444);
103 codec_yuv(r, "images/mandrill_h1v1.jpg", &expectations);
106 expectations = setExpectations({512, 512}, SkYUVAInfo::Subsampling::k422);
107 codec_yuv(r, "images/mandrill_h2v1.jpg", &expectations);
110 expectations = setExpectations({439, 154}, SkYUVAInfo::Subsampling::k420);
111 codec_yuv(r, "images/cropped_mandrill.jpg", &expectations);
113 expectations = setExpectations({8, 8}, SkYUVAInfo::Subsampling::k420);
114 codec_yuv(r, "images/randPixels.jpg", &expectations);
117 expectations = setExpectations({512, 512}, SkYUVAInfo::Subsampling::k444);
118 codec_yuv(r, "images/brickwork-texture.jpg", &expectations);
119 codec_yuv(r, "images/brickwork_normal-map.jpg", &expectations);