Home
last modified time | relevance | path

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

/frameworks/av/media/libheif/
DHeifDecoderImpl.h54 struct DecodeThread;
70 sp<DecodeThread> mThread;
DHeifDecoderImpl.cpp274 struct HeifDecoderImpl::DecodeThread : public Thread { struct in android::HeifDecoderImpl
275 explicit DecodeThread(HeifDecoderImpl *decoder) : mDecoder(decoder) {} in DecodeThread() function
282 DISALLOW_EVIL_CONSTRUCTORS(DecodeThread);
285 bool HeifDecoderImpl::DecodeThread::threadLoop() { in threadLoop()
479 mThread = new DecodeThread(this); in decode()