Home
last modified time | relevance | path

Searched refs:bParseOnly (Results 1 – 12 of 12) sorted by relevance

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp375 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()
/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp241 m_sDecParam.bParseOnly = false; in TestInitUninit()
280 m_sDecParam.bParseOnly = true; in TestParseOnlyAPI()
313 m_sDecParam.bParseOnly = false; in TestParseOnlyAPI()
DDecUT_ParseSyntax.cpp187 m_sDecParam.bParseOnly = false; in Init()
421 m_sDecParam.bParseOnly = true; in TestSpecificBs()
/third_party/openh264/codec/decoder/core/src/
Dpic_queue.cpp86 if (pCtx->pParam->bParseOnly) { in AllocPicture()
Ddecoder_core.cpp89 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()
Dau_parser.cpp324 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()
Ddecoder.cpp660 if (pCtx->pParam->bParseOnly) //parse only, disable EC method in DecoderConfigParam()
770 if (pCtx->pParam->bParseOnly) { in WelsDecodeBs()
Ddecode_slice.cpp119 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()
Dparse_mb_syn_cabac.cpp1530 if (!pCtx->pParam->bParseOnly) { in ParseIPCMInfoCabac()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h613 …bool bParseOnly; ///< decoder for parse only, no reconstruction. When it is tr… member
/third_party/openh264/test/api/
Ddecode_api_test.cpp808 decParam.bParseOnly = true; in SetUp()
1201 decParam.bParseOnly = true; in TEST_F()
/third_party/openh264/
DRELEASES177 - Added decoder support of parsing only (bParseOnly) for only parsing bit stream but not decoding