Searched refs:DecodeThread (Results 1 – 2 of 2) sorted by relevance
58 struct DecodeThread;76 sp<DecodeThread> mThread;
288 struct HeifDecoderImpl::DecodeThread : public Thread { struct in android::HeifDecoderImpl289 explicit DecodeThread(HeifDecoderImpl *decoder) : mDecoder(decoder) {} in DecodeThread() function296 DISALLOW_EVIL_CONSTRUCTORS(DecodeThread);299 bool HeifDecoderImpl::DecodeThread::threadLoop() { in threadLoop()570 mThread = new DecodeThread(this); in decode()