Searched refs:frame_period_ms_ (Results 1 – 2 of 2) sorted by relevance
680 frame_period_ms_(1000.0 / fps), in VideoSource()748 next_frame_ms_ += frame_period_ms_; in RunFor()764 frame_size_bytes_ = (bits_per_second_ / 8 * frame_period_ms_ + 500) / 1000; in SetBitrateBps()
415 const double frame_period_ms_; variable