Home | History | Annotate | Download | only in unit_test

Lines Matching refs:dst_width

21                           int dst_width, int dst_height,
30 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4;
31 int dst_stride_argb = (b * 2 + dst_width) * 4;
85 for (j = b * 4; j < (dst_width + b) * 4; ++j) {
102 const int dst_width = 1280;
106 dst_width, dst_height, kRotate0,
114 const int dst_width = 720;
118 dst_width, dst_height, kRotate90,
126 const int dst_width = 1280;
130 dst_width, dst_height, kRotate180,
138 const int dst_width = 720;
142 dst_width, dst_height, kRotate270,
150 const int dst_width = 1277;
154 dst_width, dst_height, kRotate0,
162 const int dst_width = 719;
166 dst_width, dst_height, kRotate90,
174 const int dst_width = 1277;
178 dst_width, dst_height, kRotate180,
186 const int dst_width = 719;
190 dst_width, dst_height, kRotate270,