Home
last modified time | relevance | path

Searched refs:pDlp (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h252 SSpatialLayerInternal* pDlp = &sDependencyLayers[0]; in ParamBaseTranscode() local
260 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() local
406 pDlp->fInputFrameRate = fParamMaxFrameRate; in ParamTranscode()
408 pDlp->fOutputFrameRate = WELS_CLIP3 (fLayerFrameRate, MIN_FRAME_RATE, fParamMaxFrameRate); in ParamTranscode()
[all …]
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp2017 SSpatialLayerConfig* pDlp = &pCodingParam->sSpatialLayers[iSpatialIdx]; in InitSliceSettings() local
2018 SSliceArgument* pSliceArgument = &pDlp->sSliceArgument; in InitSliceSettings()
2026 …iReturn = SliceArgumentValidationFixedSliceMode (pLogCtx, &pDlp->sSliceArgument, pCodingParam->iRC… in InitSliceSettings()
2027 pDlp->iVideoWidth, pDlp->iVideoHeight); in InitSliceSettings()