Searched refs:m_pCtx (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | wels_task_encoder.cpp | 60 m_pCtx = pCtx; in CWelsSliceEncodingTask() 98 m_eNalType = m_pCtx->eNalType; in InitTask() 99 m_eNalRefIdc = m_pCtx->eNalPriority; in InitTask() 100 m_bNeedPrefix = m_pCtx->bNeedPrefixNalFlag; in InitTask() 102 WelsMutexLock (&m_pCtx->pSliceThreading->mutexThreadBsBufferUsage); in InitTask() 103 m_iThreadIdx = QueryEmptyThread (m_pCtx->pSliceThreading->bThreadBsBufferUsage); in InitTask() 104 WelsMutexUnlock (&m_pCtx->pSliceThreading->mutexThreadBsBufferUsage); in InitTask() 106 WelsLog (&m_pCtx->sLogCtx, WELS_LOG_DEBUG, in InitTask() 110 WelsLog (&m_pCtx->sLogCtx, WELS_LOG_WARNING, in InitTask() 115 …int32_t iReturn = InitOneSliceInThread (m_pCtx, m_pSlice, m_iThreadIdx, m_pCtx->uiDependencyId, m_… in InitTask() [all …]
|
/third_party/openh264/test/decoder/ |
D | DecUT_ParseSyntax.cpp | 166 PWelsDecoderContext m_pCtx; member in DecoderParseSyntaxTest 194 m_pCtx = (PWelsDecoderContext)malloc (sizeof (SWelsDecoderContext)); in Init() 195 if (m_pCtx == NULL) in Init() 197 memset (m_pCtx, 0, sizeof (SWelsDecoderContext)); in Init() 202 free (m_pCtx); in Init() 203 m_pCtx = NULL; in Init() 206 m_pCtx->pLastDecPicInfo = &m_sLastDecPicInfo; in Init() 207 m_pCtx->pDecoderStatistics = &m_sDecoderStatistics; in Init() 208 m_pCtx->pVlcTable = &m_sVlcTable; in Init() 209 WelsDecoderSpsPpsDefaults (m_pCtx->sSpsPpsCtx); in Init() [all …]
|
/third_party/openh264/codec/encoder/core/inc/ |
D | wels_task_encoder.h | 75 sWelsEncCtx* m_pCtx; variable 136 sWelsEncCtx* m_pCtx;
|