Home
last modified time | relevance | path

Searched refs:initBuf (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/java/
DTJUnitTest.java145 static void initBuf(byte[] buf, int w, int pitch, int h, int pf, int flags) in initBuf() method in TJUnitTest
265 initBuf(buf, img.getWidth(), pitch, img.getHeight(), pf, flags); in initImg()
661 initBuf(srcBuf, w, w * ps, h, pf, flags); in compTest()
/external/libjpeg-turbo/
Dtjunittest.c99 void initBuf(unsigned char *buf, int w, int h, int pf, int flags) in initBuf() function
372 initBuf(srcBuf, w, h, pf, flags); in compTest()