Home | History | Annotate | Download | only in src

Lines Matching refs:siteMgrDesiredSupportedRateSet

385             range->num_bitrates = pParam->content.siteMgrDesiredSupportedRateSet.len;
386 for (i=0; i<pParam->content.siteMgrDesiredSupportedRateSet.len; i++)
388 switch(pParam->content.siteMgrDesiredSupportedRateSet.ratesString[i] & 0x7F)
401 range->bitrate[i] = CALCULATE_RATE_VALUE(pParam->content.siteMgrDesiredSupportedRateSet.ratesString[i])