HomeSort by relevance Sort by last modified time
    Searched refs:writeJPEG (Results 1 - 3 of 3) sorted by null

  /external/libvncserver/test/
tjunittest.c 224 void writeJPEG(unsigned char *jpegBuf, unsigned long jpegSize, char *filename)
263 writeJPEG(*dstBuf, *dstSize, tempStr);
  /external/libjpeg-turbo/
tjunittest.c 381 void writeJPEG(unsigned char *jpegBuf, unsigned long jpegSize, char *filename)
445 writeJPEG(*dstBuf, *dstSize, tempStr);
  /external/libjpeg-turbo/java/
TJUnitTest.java 628 private static void writeJPEG(byte[] jpegBuf, int jpegBufSize,
699 writeJPEG(dstBuf, size, tempStr);
    [all...]

Completed in 75 milliseconds