Home
last modified time | relevance | path

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

/frameworks/av/media/libheif/
DHeifDecoderImpl.h58 struct DecodeThread;
76 sp<DecodeThread> mThread;
DHeifDecoderImpl.cpp288 struct HeifDecoderImpl::DecodeThread : public Thread { struct in android::HeifDecoderImpl
289 explicit DecodeThread(HeifDecoderImpl *decoder) : mDecoder(decoder) {} in DecodeThread() function
296 DISALLOW_EVIL_CONSTRUCTORS(DecodeThread);
299 bool HeifDecoderImpl::DecodeThread::threadLoop() { in threadLoop()
570 mThread = new DecodeThread(this); in decode()