Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c113 } tjinstance; typedef
117 tjinstance *this;
213 tjinstance *this = (tjinstance *)handle; \
226 tjinstance *this = (tjinstance *)handle; \
238 tjinstance *this = (tjinstance *)handle; \
421 tjinstance *this = (tjinstance *)handle; in tjGetErrorStr2()
439 tjinstance *this = (tjinstance *)handle; in tjGetErrorCode()
477 static tjhandle _tjInitCompress(tjinstance *this) in _tjInitCompress()
509 tjinstance *this = NULL; in tjInitCompress()
511 if ((this = (tjinstance *)malloc(sizeof(tjinstance))) == NULL) { in tjInitCompress()
[all …]