Searched defs:outh (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/codec/
H A Djpeg_codec_unittest.cc116 int outw, outh; local
119 &outw, &outh));
121 ASSERT_EQ(h, outh);
154 int outw, outh; local
157 &outw, &outh));
159 ASSERT_EQ(h, outh);
177 int outw, outh; local
180 &outw, &outh));
190 &outw, &outh));
197 &outw, &outh));
205 int outw, outh; local
[all...]
H A Dpng_codec_unittest.cc278 int outw, outh; local
281 &outw, &outh));
283 ASSERT_EQ(h, outh);
307 int outw, outh; local
310 &outw, &outh));
312 ASSERT_EQ(h, outh);
336 int outw, outh; local
339 &outw, &outh));
341 ASSERT_EQ(h, outh);
369 int outw, outh; local
414 int outw, outh; local
457 int outw, outh; local
494 int outw, outh; local
530 int outw, outh; local
567 int outw, outh; local
604 int outw, outh; local
642 int outw, outh; local
680 int outw, outh; local
709 int outw, outh; local
738 int outw, outh; local
775 int outw, outh; local
812 int outw, outh; local
902 int outw, outh; local
945 int outw, outh; local
[all...]
/external/yaffs2/yaffs2/direct/
H A Ddtest.c19 int inh,outh; local
23 outh = yaffs_open(yaffsName, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE);
27 no = yaffs_write(outh,buffer,ni);
35 yaffs_close(outh);
41 int outh; local
45 outh = yaffs_open(yaffsName, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE);
54 yaffs_write(outh,buffer,i);
59 yaffs_close(outh);
65 int outh; local
68 outh
[all...]

Completed in 91 milliseconds