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.h1439 DLLEXPORT int tjDecodeYUVPlanes(tjhandle handle,
Dturbojpeg.c1383 DLLEXPORT int tjDecodeYUVPlanes(tjhandle handle, in tjDecodeYUVPlanes() function
1560 return tjDecodeYUVPlanes(handle, srcPlanes, strides, subsamp, dstBuf, width, in tjDecodeYUV()
Dturbojpeg-jni.c925 if (tjDecodeYUVPlanes(handle, srcPlanes, srcStrides, subsamp, in TJDecompressor_decodeYUV()