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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 649 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle,
749 * this image is the same as in the images generated by #tjEncodeYUV2(). Note
    [all...]
tjunittest.c 357 _tj(tjEncodeYUV2(handle, srcBuf, w, 0, h, pf, *dstBuf, subsamp, flags));
570 _tj(tjEncodeYUV2(handle, srcBuf, w, 0, h, TJPF_BGRX, dstBuf, subsamp,
599 _tj(tjEncodeYUV2(handle, srcBuf, h, 0, w, TJPF_BGRX, dstBuf, subsamp,
turbojpeg.c 658 retval=tjEncodeYUV2(handle, srcBuf, width, pitch, height,
672 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf,
697 _throw("tjEncodeYUV2(): Instance has not been initialized for compression");
702 _throw("tjEncodeYUV2(): Invalid argument");
717 if(!rgbBuf) _throw("tjEncodeYUV2(): Memory allocation failure");
749 _throw("tjEncodeYUV2(): Memory allocation failure");
764 if(!_tmpbuf[i]) _throw("tjEncodeYUV2(): Memory allocation failure");
766 if(!tmpbuf[i]) _throw("tjEncodeYUV2(): Memory allocation failure");
777 if(!_tmpbuf2[i]) _throw("tjEncodeYUV2(): Memory allocation failure");
779 if(!tmpbuf2[i]) _throw("tjEncodeYUV2(): Memory allocation failure")
    [all...]
tjbench.c 268 if(tjEncodeYUV2(handle, srcbuf, w, 0, h, pf, dstbuf, subsamp, flags)==-1)
269 _throwtj("executing tjEncodeYUV2()");
274 if(tjEncodeYUV2(handle, srcbuf, w, 0, h, pf, dstbuf, subsamp, flags)==-1)
275 _throwtj("executing tjEncodeYUV2()");
turbojpeg-jni.c 236 if(tjEncodeYUV2(handle, srcBuf, width, pitch, height, pf, dstBuf, subsamp,
279 if(tjEncodeYUV2(handle, srcBuf, width, stride*sizeof(jint), height, pf,

Completed in 298 milliseconds