Searched refs:bParseOnly (Results 1 – 12 of 12) sorted by relevance
375 VERSION_NUMBER, (int32_t)pParam->bParseOnly); in InitDecoder()376 if (m_iThreadCount >= 1 && pParam->bParseOnly) { in InitDecoder()402 VERSION_NUMBER, (int32_t)pParam->bParseOnly); in InitDecoderCtx()524 if ((pDecContext->pParam->bParseOnly) && (iVal != (int32_t)ERROR_CON_DISABLE)) { in SetOption()740 if (pDecContext->pParam->bParseOnly) { in DecodeFrame2WithCtx()1224 if (!pDecContext->pParam->bParseOnly) { in DecodeParser()
241 m_sDecParam.bParseOnly = false; in TestInitUninit()280 m_sDecParam.bParseOnly = true; in TestParseOnlyAPI()313 m_sDecParam.bParseOnly = false; in TestParseOnlyAPI()
187 m_sDecParam.bParseOnly = false; in Init()421 m_sDecParam.bParseOnly = true; in TestSpecificBs()
86 if (pCtx->pParam->bParseOnly) { in AllocPicture()
89 if (pCtx->pParam->bParseOnly) { //should exit for parse only to prevent access NULL pDstInfo in DecodeFrameConstruction()618 if (pCtx->pParam->bParseOnly) { in InitBsBuffer()680 if (pCtx->pParam->bParseOnly) { in ExpandBsBuffer()795 if (pCtx->pParam->bParseOnly) { in WelsFreeStaticMemory()2270 if (!pCtx->pParam->bParseOnly) in WelsDecodeInitAccessUnitStart()2797 if (!pCtx->pParam->bParseOnly) { in DecodeCurrentAccessUnit()2846 if (!pCtx->pParam->bParseOnly) in DecodeCurrentAccessUnit()2927 } else if (pCtx->pParam->bParseOnly) { //clear parse only internal data status in CheckAndFinishLastPic()
324 if (pCtx->pParam->bParseOnly) { in ParseNalHeader()353 if (pCtx->pParam->bParseOnly) { in ParseNalHeader()1154 if (pCtx->pParam->bParseOnly) { in ParseSps()1457 if (pCtx->pParam->bParseOnly) { in ParsePps()
660 if (pCtx->pParam->bParseOnly) //parse only, disable EC method in DecoderConfigParam()770 if (pCtx->pParam->bParseOnly) { in WelsDecodeBs()
119 if (!pCtx->pParam->bParseOnly) { //for parse only, actual recon MB unnecessary in WelsTargetSliceConstruction()163 if (pCtx->pParam->bParseOnly) //for parse only, deblocking should not go on in WelsTargetSliceConstruction()1850 if (!pCtx->pParam->bParseOnly) { in WelsActualDecodeMbCavlcISlice()2191 if (!pCtx->pParam->bParseOnly) { in WelsActualDecodeMbCavlcPSlice()2738 if (!pCtx->pParam->bParseOnly) { in WelsActualDecodeMbCavlcBSlice()
1530 if (!pCtx->pParam->bParseOnly) { in ParseIPCMInfoCabac()
613 …bool bParseOnly; ///< decoder for parse only, no reconstruction. When it is tr… member
808 decParam.bParseOnly = true; in SetUp()1201 decParam.bParseOnly = true; in TEST_F()
177 - Added decoder support of parsing only (bParseOnly) for only parsing bit stream but not decoding