Searched refs:BPS_IN_KBPS (Results 1 – 1 of 1) sorted by relevance
113 private static final int BPS_IN_KBPS = 1000; field in PeerConnectionClient911 encoding.maxBitrateBps = maxBitrateKbps == null ? null : maxBitrateKbps * BPS_IN_KBPS; in setVideoMaxBitrate()