Searched refs:LayerHeight (Results 1 – 2 of 2) sorted by relevance
494 encParams->LayerHeight[i] = encOption->encHeight[i]; in PVInitVideoEncoder()515 nTotalMB = ((encParams->LayerWidth[i] + 15) / 16) * ((encParams->LayerHeight[i] + 15) / 16); in PVInitVideoEncoder()613 temp_h = video->encParams->LayerHeight[idx]; in PVInitVideoEncoder()913 pVol->height = pEncParams->LayerHeight[idx]; /* Layer Height */ in PVInitVideoEncoder()1489 height = encParams->LayerHeight[currLayer]; /* Get input height */ in PVEncodeVideoFrame()1759 height = encParams->LayerHeight[currLayer]; /* Get input height */ in PVEncodeFrameSet()2032 height = encData->encParams->LayerHeight[0]; in PVGetH263ProfileLevelID()3026 temp_h = video->encParams->LayerHeight[idx]; in SetProfile_BufferSize()3143 height16 = ((video->encParams->LayerHeight[0] + 15) >> 4) << 4; in SetProfile_BufferSize()
180 Int LayerHeight[4]; /* Encoded Height */ member