Searched refs:pDlp (Results 1 – 2 of 2) sorted by relevance
252 SSpatialLayerInternal* pDlp = &sDependencyLayers[0]; in ParamBaseTranscode() local260 pDlp->fInputFrameRate = in ParamBaseTranscode()261 pDlp->fOutputFrameRate = WELS_CLIP3 (sSpatialLayers[iIdxSpatial].fFrameRate, MIN_FRAME_RATE, in ParamBaseTranscode()264 pDlp->sRecFileName[0] = '\0'; // file to be constructed in ParamBaseTranscode()266 pDlp->iActualWidth = sSpatialLayers[iIdxSpatial].iVideoWidth = iPicWidth; in ParamBaseTranscode()267 pDlp->iActualHeight = sSpatialLayers[iIdxSpatial].iVideoHeight = iPicHeight; in ParamBaseTranscode()276 ++ pDlp; in ParamBaseTranscode()395 SSpatialLayerInternal* pDlp = &sDependencyLayers[0]; in ParamTranscode() local406 pDlp->fInputFrameRate = fParamMaxFrameRate; in ParamTranscode()408 pDlp->fOutputFrameRate = WELS_CLIP3 (fLayerFrameRate, MIN_FRAME_RATE, fParamMaxFrameRate); in ParamTranscode()[all …]
2017 SSpatialLayerConfig* pDlp = &pCodingParam->sSpatialLayers[iSpatialIdx]; in InitSliceSettings() local2018 SSliceArgument* pSliceArgument = &pDlp->sSliceArgument; in InitSliceSettings()2026 …iReturn = SliceArgumentValidationFixedSliceMode (pLogCtx, &pDlp->sSliceArgument, pCodingParam->iRC… in InitSliceSettings()2027 pDlp->iVideoWidth, pDlp->iVideoHeight); in InitSliceSettings()