Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c112 } tjinstance; typedef
181 tjinstance *this = (tjinstance *)handle; \
194 tjinstance *this = (tjinstance *)handle; \
206 tjinstance *this = (tjinstance *)handle; \
389 tjinstance *this = (tjinstance *)handle; in tjGetErrorStr2()
407 tjinstance *this = (tjinstance *)handle; in tjGetErrorCode()
445 static tjhandle _tjInitCompress(tjinstance *this) in _tjInitCompress()
477 tjinstance *this = NULL; in tjInitCompress()
479 if ((this = (tjinstance *)malloc(sizeof(tjinstance))) == NULL) { in tjInitCompress()
484 MEMZERO(this, sizeof(tjinstance)); in tjInitCompress()
[all …]