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

  /external/libjpeg-turbo/doc/html/search/
functions_74.js 17 ['tjencodeyuvplanes',['tjEncodeYUVPlanes',['../group___turbo_j_p_e_g.html#gaa791db8598853ddcad24e42897ef1269',1,'turbojpeg.h']]],
all_74.js 28 ['tjencodeyuvplanes',['tjEncodeYUVPlanes',['../group___turbo_j_p_e_g.html#gaa791db8598853ddcad24e42897ef1269',1,'turbojpeg.h']]],
  /external/libjpeg-turbo/
turbojpeg.h     [all...]
turbojpeg.c 830 DLLEXPORT int DLLCALL tjEncodeYUVPlanes(tjhandle handle, unsigned char *srcBuf,
854 _throw("tjEncodeYUVPlanes(): Instance has not been initialized for compression");
859 _throw("tjEncodeYUVPlanes(): Invalid argument");
861 _throw("tjEncodeYUVPlanes(): Invalid argument");
871 _throw("tjEncodeYUVPlanes(): Cannot generate YUV images from CMYK pixels");
879 if(!rgbBuf) _throw("tjEncodeYUVPlanes(): Memory allocation failure");
899 _throw("tjEncodeYUVPlanes(): libjpeg API is in the wrong state");
910 _throw("tjEncodeYUVPlanes(): Memory allocation failure");
925 if(!_tmpbuf[i]) _throw("tjEncodeYUVPlanes(): Memory allocation failure");
927 if(!tmpbuf[i]) _throw("tjEncodeYUVPlanes(): Memory allocation failure")
    [all...]
turbojpeg-jni.c 416 if(tjEncodeYUVPlanes(handle, &srcBuf[y*actualPitch + x*tjPixelSize[pf]],
    [all...]

Completed in 41 milliseconds