Home | History | Annotate | Download | only in src

Lines Matching refs:LayerMaxBitRate

349     encParams->LayerMaxBitRate[0] = 0;
350 encParams->LayerMaxBitRate[1] = 0;
524 encParams->LayerMaxBitRate[i] = encOption->bitRate[i];
2147 if (bitRate[i] > encData->encParams->LayerMaxBitRate[i]) /* set by users or profile */
3008 if (video->encParams->LayerMaxBitRate[0] != 0) /* video->encParams->LayerMaxBitRate[0] == 0 means it has not been set */
3010 base_bitrate = PV_MAX(base_bitrate, video->encParams->LayerMaxBitRate[0]);
3014 video->encParams->LayerMaxBitRate[0] = profile_level_max_bitrate[index];
3046 if (video->encParams->LayerMaxBitRate[1] != 0)
3048 total_bitrate = PV_MIN(total_bitrate, video->encParams->LayerMaxBitRate[1]);
3052 video->encParams->LayerMaxBitRate[1] = scalable_profile_level_max_bitrate[index];
3167 if (video->encParams->LayerMaxBitRate[0] == 0)
3168 video->encParams->LayerMaxBitRate[0] = profile_level_max_bitrate[i];
3249 if (video->encParams->LayerMaxBitRate[0] == 0)
3250 video->encParams->LayerMaxBitRate[0] = profile_level_max_bitrate[j];
3252 if (video->encParams->LayerMaxBitRate[1] == 0)
3253 video->encParams->LayerMaxBitRate[1] = scalable_profile_level_max_bitrate[i];