Searched refs:temporalParams (Results 1 – 1 of 1) sorted by relevance
3238 OMX_VIDEO_PARAM_ANDROID_TEMPORALLAYERINGTYPE temporalParams; in venc_set_config() local3240 memset(&temporalParams, 0x0, sizeof(temporalParams)); in venc_set_config()3241 temporalParams.nPLayerCountActual = pParam->nPLayerCountActual; in venc_set_config()3242 temporalParams.bBitrateRatiosSpecified = pParam->bBitrateRatiosSpecified; in venc_set_config()3243 temporalParams.ePattern = pParam->ePattern; in venc_set_config()3244 temporalParams.nLayerCountMax = temporal_layers_config.nMaxLayers; in venc_set_config()3246 if (temporalParams.bBitrateRatiosSpecified == OMX_TRUE) { in venc_set_config()3247 for (OMX_U32 i = 0; i < temporalParams.nPLayerCountActual; ++i) { in venc_set_config()3248 temporalParams.nBitrateRatios[i] = pParam->nBitrateRatios[i]; in venc_set_config()3252 if (!venc_validate_temporal_extn(temporalParams)) { in venc_set_config()[all …]