Home
last modified time | relevance | path

Searched refs:tjDecodeYUVPlanes (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile47 tjDecodeYUVPlanes;
Dturbojpeg-mapfile.jni73 tjDecodeYUVPlanes;
Dturbojpeg.h1349 DLLEXPORT int DLLCALL tjDecodeYUVPlanes(tjhandle handle,
Dturbojpeg.c1542 DLLEXPORT int DLLCALL tjDecodeYUVPlanes(tjhandle handle, in tjDecodeYUVPlanes() function
1734 return tjDecodeYUVPlanes(handle, srcPlanes, strides, subsamp, dstBuf, width, in tjDecodeYUV()
Dturbojpeg-jni.c904 if(tjDecodeYUVPlanes(handle, srcPlanes, srcStrides, subsamp, in TJDecompressor_decodeYUV()