Searched refs:bandwidth_kbps (Results 1 – 1 of 1) sorted by relevance
535 int bandwidth_kbps; in ParseBandwidth() local536 if (bw_elem && FromString(bw_elem->BodyText(), &bandwidth_kbps)) { in ParseBandwidth()537 if (bandwidth_kbps >= 0) { in ParseBandwidth()538 media->set_bandwidth(bandwidth_kbps * 1000); in ParseBandwidth()