/third_party/openh264/test/common/ |
D | WelsThreadPoolTest.h | 7 using namespace WelsCommon; variable 18 WelsCommon::CWelsAutoLock cAutoLock (m_cTaskCountLock); in OnTaskExecuted() 25 WelsCommon::CWelsAutoLock cAutoLock (m_cTaskCountLock); in OnTaskCancelled() 32 WelsCommon::CWelsAutoLock cAutoLock (m_cTaskCountLock); in OnTaskExecuted() 39 WelsCommon::CWelsAutoLock cAutoLock (m_cTaskCountLock); in OnTaskCancelled() 51 WelsCommon::CWelsLock m_cTaskCountLock; 60 CSimpleTask (WelsCommon::IWelsTaskSink* pSink) : IWelsTask (pSink) { in CSimpleTask()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | wels_task_encoder.h | 56 …CWelsSliceEncodingTask (WelsCommon::IWelsTaskSink* pSink, sWelsEncCtx* pCtx, const int32_t iSliceI… 95 …CWelsLoadBalancingSlicingEncodingTask (WelsCommon::IWelsTaskSink* pSink, sWelsEncCtx* pCtx, const … in CWelsLoadBalancingSlicingEncodingTask() 112 CWelsConstrainedSizeSlicingEncodingTask (WelsCommon::IWelsTaskSink* pSink, sWelsEncCtx* pCtx, in CWelsConstrainedSizeSlicingEncodingTask() 127 …CWelsUpdateMbMapTask (WelsCommon::IWelsTaskSink* pSink, sWelsEncCtx* pCtx, const int32_t iSliceIdx…
|
D | wels_task_management.h | 68 class CWelsTaskManageBase : public IWelsTaskManage, public WelsCommon::IWelsTaskSink { 95 WelsCommon::CWelsThreadPool* m_pThreadPool; 109 WelsCommon::CWelsLock m_cWaitTaskNumLock;
|
D | wels_task_base.h | 51 class CWelsBaseTask : public WelsCommon::IWelsTask { 63 CWelsBaseTask (WelsCommon::IWelsTaskSink* pSink): IWelsTask (pSink) {}; in CWelsBaseTask()
|
D | svc_enc_golomb.h | 46 using namespace WelsCommon; variable
|
D | nal_encap.h | 47 using namespace WelsCommon; variable
|
D | wels_common_basis.h | 44 using namespace WelsCommon; variable
|
D | svc_enc_slice_segment.h | 51 using namespace WelsCommon; variable
|
D | set_mb_syn_cabac.h | 47 using namespace WelsCommon; variable
|
/third_party/openh264/codec/common/src/ |
D | memory_align.cpp | 38 namespace WelsCommon { namespace 129 void* pPointer = WelsCommon::WelsMalloc (kuiSize, kpTag, m_nCacheLineSize); in WelsMalloc() 154 WelsCommon::WelsFree (pPointer, kpTag); in WelsFree()
|
D | WelsTaskThread.cpp | 42 namespace WelsCommon { namespace 72 WELS_THREAD_ERROR_CODE CWelsTaskThread::SetTask (WelsCommon::IWelsTask* pTask) { in SetTask()
|
D | WelsThread.cpp | 43 namespace WelsCommon { namespace
|
D | common_tables.cpp | 35 namespace WelsCommon { namespace
|
/third_party/openh264/test/api/ |
D | encode_decode_api_test.h | 10 using namespace WelsCommon; variable 45 WelsCommon::EWelsNalUnitType eNalType;
|
/third_party/openh264/codec/decoder/core/inc/ |
D | bit_stream.h | 41 using namespace WelsCommon; variable
|
D | picture.h | 42 using namespace WelsCommon; variable
|
/third_party/openh264/codec/common/inc/ |
D | WelsTask.h | 46 namespace WelsCommon {
|
D | WelsLock.h | 48 namespace WelsCommon {
|
D | WelsTaskThread.h | 49 namespace WelsCommon {
|
D | WelsThread.h | 50 namespace WelsCommon {
|
D | memory_align.h | 52 namespace WelsCommon {
|
D | WelsThreadPool.h | 50 namespace WelsCommon {
|
D | golomb_common.h | 45 namespace WelsCommon {
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_task_encoder.cpp | 58 CWelsSliceEncodingTask::CWelsSliceEncodingTask (WelsCommon::IWelsTaskSink* pSink, sWelsEncCtx* pCtx, in CWelsSliceEncodingTask() 325 CWelsUpdateMbMapTask::CWelsUpdateMbMapTask (WelsCommon::IWelsTaskSink* pSink, sWelsEncCtx* pCtx, in CWelsUpdateMbMapTask()
|
/third_party/openh264/test/encoder/ |
D | EncUT_MemoryAlloc.cpp | 4 using namespace WelsCommon;
|