Searched defs:DecodeThread (Results 1 - 1 of 1) sorted by relevance

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

Completed in 824 milliseconds