Searched refs:DecodeThread (Results 1 – 2 of 2) sorted by relevance
60 struct DecodeThread;80 sp<DecodeThread> mThread;
290 struct HeifDecoderImpl::DecodeThread : public Thread { struct in android::HeifDecoderImpl291 explicit DecodeThread(HeifDecoderImpl *decoder) : mDecoder(decoder) {} in DecodeThread() function298 DISALLOW_EVIL_CONSTRUCTORS(DecodeThread);301 bool HeifDecoderImpl::DecodeThread::threadLoop() { in threadLoop()613 mThread = new DecodeThread(this); in decode()