Searched refs:bitrate (Results 1 – 3 of 3) sorted by relevance
192 private long convertBitrateToKilobits(String bitrate) { in convertBitrateToKilobits() argument193 Matcher m = Pattern.compile("(\\d+) (.)b\\/s").matcher(bitrate); in convertBitrateToKilobits()294 String bitrate = m.group(2); in extractDurationAndBitrateFromVideoFileUsingAvprobe() local295 long bitrateInKilobits = convertBitrateToKilobits(bitrate); in extractDurationAndBitrateFromVideoFileUsingAvprobe()
298 def max_bitrate(self, bitrate): argument304 self._perf.bandwidth = self._data_rate.bps(bitrate)
403 def max_bitrate(self, bitrate): argument410 self._meas_id, self._mode.value, self._service_id, bitrate)