Home | History | Annotate | Download | only in unit_test

Lines Matching refs:dst_height

21                           int dst_width, int dst_height,
30 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4;
84 for (i = b; i < (dst_height + b); ++i) {
103 const int dst_height = 720;
106 dst_width, dst_height, kRotate0,
115 const int dst_height = 1280;
118 dst_width, dst_height, kRotate90,
127 const int dst_height = 720;
130 dst_width, dst_height, kRotate180,
139 const int dst_height = 1280;
142 dst_width, dst_height, kRotate270,
151 const int dst_height = 719;
154 dst_width, dst_height, kRotate0,
163 const int dst_height = 1277;
166 dst_width, dst_height, kRotate90,
175 const int dst_height = 719;
178 dst_width, dst_height, kRotate180,
187 const int dst_height = 1277;
190 dst_width, dst_height, kRotate270,