Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/inc/
DEncoder_libjpeg.h137 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
/hardware/ti/omap4-aah/camera/inc/
DEncoder_libjpeg.h153 mType(type), mThumb(NULL) { in Encoder_libjpeg()
166mThumb = new Encoder_libjpeg(mThumbnailInput, NULL, NULL, mType, NULL, NULL, NULL, NULL); in threadLoop()
167 mThumb->run(); in threadLoop()
177 if(mThumb.get()) { in threadLoop()
179 mThumb->join(); in threadLoop()
180 mThumb.clear(); in threadLoop()
181 mThumb = NULL; in threadLoop()
195 if (mThumb.get()) { in cancel()
196 mThumb->cancel(); in cancel()
217 android::sp<Encoder_libjpeg> mThumb; variable