Home
last modified time | relevance | path

Searched refs:uiIntraPeriod (Results 1 – 13 of 13) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h134 …param.uiIntraPeriod = 0; // intra period (multiple of GOP size as desir… in FillDefault()
361uiIntraPeriod = pCodingParam.uiIntraPeriod;// intra period (multiple of GOP size as desired) in ParamTranscode()
362 if (uiIntraPeriod == (uint32_t) (-1)) in ParamTranscode()
363 uiIntraPeriod = 0; in ParamTranscode()
364 else if (uiIntraPeriod & (uiGopSize - 1)) // none multiple of GOP size in ParamTranscode()
365 uiIntraPeriod = ((uiIntraPeriod + uiGopSize - 1) / uiGopSize) * uiGopSize; in ParamTranscode()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp287 if (pCfg->uiIntraPeriod && pCfg->uiIntraPeriod < pCfg->uiGopSize) { in InitializeInternal()
290 pCfg->uiIntraPeriod, pCfg->uiGopSize); in InitializeInternal()
295 if ((pCfg->uiIntraPeriod && (pCfg->uiIntraPeriod & (pCfg->uiGopSize - 1)) != 0)) { in InitializeInternal()
298 pCfg->uiIntraPeriod, pCfg->uiGopSize); in InitializeInternal()
516 pParam->uiIntraPeriod, in TraceParamInfo()
723 if (iValue == (int32_t)m_pEncContext->pSvcParam->uiIntraPeriod) { in SetOption()
726 m_pEncContext->pSvcParam->uiIntraPeriod = (uint32_t)iValue; in SetOption()
729 m_pEncContext->pSvcParam->uiIntraPeriod); in SetOption()
1219 m_pEncContext->pSvcParam->uiIntraPeriod); in GetOption()
1220 * ((int32_t*)pOption) = m_pEncContext->pSvcParam->uiIntraPeriod; in GetOption()
/third_party/openh264/test/encoder/
DEncUT_ParameterSetStrategy.cpp75 …(m_pSpsArrayPointer, pDlayerParam, &sParam1.sDependencyLayers[iDlayerIndex], sParam1.uiIntraPeriod, in TEST_F()
95 …(m_pSpsArrayPointer, pDlayerParam, &sParam2.sDependencyLayers[iDlayerIndex], sParam2.uiIntraPeriod, in TEST_F()
196 sSvcCodingParam.uiIntraPeriod, in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dparaset_strategy.cpp94 …= WelsInitSps (pSps, pDlayerParam, &pParam->sDependencyLayers[iDlayerIndex], pParam->uiIntraPeriod, in WelsGenerateNewSps()
99 …bsetSps (pSubsetSps, pDlayerParam, &pParam->sDependencyLayers[iDlayerIndex], pParam->uiIntraPeriod, in WelsGenerateNewSps()
178 …lsInitSps (&sTmpSps, pDlayerParam, &pParam->sDependencyLayers[iDlayerIndex], pParam->uiIntraPeriod, in FindExistingSps()
189 …Sps (&sTmpSubsetSps, pDlayerParam, &pParam->sDependencyLayers[iDlayerIndex], pParam->uiIntraPeriod, in FindExistingSps()
Dencoder_ext.cpp440 if (pCodingParam->uiIntraPeriod && pCodingParam->uiIntraPeriod < pCodingParam->uiGopSize) { in ParamValidationExt()
443 pCodingParam->uiIntraPeriod, pCodingParam->uiGopSize); in ParamValidationExt()
447 …if (pCodingParam->uiIntraPeriod && (pCodingParam->uiIntraPeriod & (pCodingParam->uiGopSize - 1)) !… in ParamValidationExt()
450 pCodingParam->uiIntraPeriod, pCodingParam->uiGopSize); in ParamValidationExt()
1557 …if (pParam->uiGopSize == 0 || (pParam->uiIntraPeriod && ((pParam->uiIntraPeriod % pParam->uiGopSiz… in RequestMemorySvc()
1560 pParam->uiIntraPeriod, pParam->uiGopSize); in RequestMemorySvc()
4377 …pOldParam->uiIntraPeriod = pNewParam->uiIntraPeriod; // intra period (multiple of G… in WelsEncoderParamAdjust()
Dwels_preprocess.cpp369 if (pSvcParam->uiIntraPeriod) { in SingleLayerPreprocess()
370 …rPeriodFlag = (1 + pDlayerParamInternal->iFrameIndex >= (int32_t)pSvcParam->uiIntraPeriod) ? true : in SingleLayerPreprocess()
375 pSvcParam->uiIntraPeriod, in SingleLayerPreprocess()
Dau_set.cpp106 int32_t iNeededRefNum = (pParam->uiIntraPeriod != 1) ? (iCurrentStrNum + pParam->iLTRRefNum) : 0; in WelsCheckNumRefSetting()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp252 pSvcParam.uiIntraPeriod = atoi (strTag[1].c_str()); in ParseConfig()
486 pSvcParam.uiIntraPeriod = atoi (argv[n++]); in ParseCommandLine()
692 sParam.uiIntraPeriod = 320; // period of Intra frame in FillSpecificParameters()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h555 unsigned int uiIntraPeriod; ///< period of Intra frame member
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c187 param.uiIntraPeriod = avctx->gop_size; in svc_encode_init()
/third_party/openh264/test/api/
Ddecode_api_test.cpp646 param_.uiIntraPeriod = 0; in TEST_F()
1148 param_.uiIntraPeriod = 0; in TEST_F()
Dencode_options_test.cpp53 param_.uiIntraPeriod = rand() - 1; in RandomParamExtCombination()
152 param_.uiIntraPeriod -= param_.uiIntraPeriod % uiGOPSize; in ValidateParamExtCombination()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp792 enc_params.uiIntraPeriod = openh264enc->gop_size; in gst_openh264enc_set_format()