Home
last modified time | relevance | path

Searched refs:m_threadNeedStop (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.cpp40 m_threadNeedStop = true; in Stop()
122 return m_threadNeedStop || !m_msgQueue.empty(); in MainLoop()
124 if (m_threadNeedStop) { in MainLoop()
H A Dmsg_handle_loop.h57 bool m_threadNeedStop = false; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp41 m_threadNeedStop = true; in Stop()
124 return m_threadNeedStop || !m_msgQueue.empty(); in MainLoop()
126 if (m_threadNeedStop) { in MainLoop()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h56 bool m_threadNeedStop = false; variable