Searched refs:mThumb (Results 1 – 1 of 1) sorted by relevance
137 mType(type), mThumb(NULL) { in Encoder_libjpeg()151 mThumb = new Encoder_libjpeg(mThumbnailInput, NULL, NULL, mType, NULL, NULL, NULL); in threadLoop()152 mThumb->run(); in threadLoop()162 if(mThumb.get()) { in threadLoop()164 mThumb->join(); in threadLoop()165 mThumb.clear(); in threadLoop()166 mThumb = NULL; in threadLoop()180 if (mThumb.get()) { in cancel()181 mThumb->cancel(); in cancel()201 sp<Encoder_libjpeg> mThumb; variable