Searched refs:DecodeThread (Results 1 – 2 of 2) sorted by relevance
54 struct DecodeThread;70 sp<DecodeThread> mThread;
274 struct HeifDecoderImpl::DecodeThread : public Thread { struct in android::HeifDecoderImpl275 explicit DecodeThread(HeifDecoderImpl *decoder) : mDecoder(decoder) {} in DecodeThread() function282 DISALLOW_EVIL_CONSTRUCTORS(DecodeThread);285 bool HeifDecoderImpl::DecodeThread::threadLoop() { in threadLoop()479 mThread = new DecodeThread(this); in decode()