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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpegl.c 59 int initc, initd; member in struct:_jpgstruct
244 j->initd=1;
257 if(!j->initd) _throw("Instance has not been initialized for decompression");
291 if(!j->initd) _throw("Instance has not been initialized for decompression");
360 if(j->initd) jpeg_destroy_decompress(&j->dinfo);
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 58 static int initd = 0; variable
166 if (!initd) {
304 initd = 1;

Completed in 178 milliseconds