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

  /external/libjpeg-turbo/doc/html/search/
functions_74.js 16 ['tjencodeyuv3',['tjEncodeYUV3',['../group___turbo_j_p_e_g.html#ga0a5ffbf7cb58a5b6a8201114fe889360',1,'turbojpeg.h']]],
all_74.js 27 ['tjencodeyuv3',['tjEncodeYUV3',['../group___turbo_j_p_e_g.html#ga0a5ffbf7cb58a5b6a8201114fe889360',1,'turbojpeg.h']]],
  /external/libjpeg-turbo/
turbojpeg.h     [all...]
tjunittest.c 424 _tj(tjEncodeYUV3(handle2, srcBuf, w, 0, h, pf, yuvBuf, pad, subsamp,
632 _tj(tjEncodeYUV3(handle, srcBuf, w, 0, h, TJPF_BGRX, dstBuf, pad,
664 _tj(tjEncodeYUV3(handle, srcBuf, h, 0, w, TJPF_BGRX, dstBuf, pad,
turbojpeg.c 991 DLLEXPORT int DLLCALL tjEncodeYUV3(tjhandle handle, unsigned char *srcBuf,
1000 _throw("tjEncodeYUV3(): Invalid argument");
1031 return tjEncodeYUV3(handle, srcBuf, width, pitch, height, pixelFormat,
    [all...]
tjbench.c 355 if(tjEncodeYUV3(handle, srcptr2, width, pitch, height, pf, yuvbuf,
357 _throwtj("executing tjEncodeYUV3()");

Completed in 41 milliseconds