Searched refs:mThumb (Results 1 – 1 of 1) sorted by relevance
114 mType(type), mThumb(NULL) { in Encoder_libjpeg()127 mThumb = new Encoder_libjpeg(mThumbnailInput, NULL, NULL, mType, NULL, NULL, NULL); in threadLoop()128 mThumb->run(); in threadLoop()135 if(mThumb.get()) { in threadLoop()137 mThumb->join(); in threadLoop()138 mThumb.clear(); in threadLoop()139 mThumb = NULL; in threadLoop()152 if (mThumb.get()) { in cancel()153 mThumb->cancel(); in cancel()167 sp<Encoder_libjpeg> mThumb; variable