Searched refs:frame_size_bytes_ (Results 1 – 2 of 2) sorted by relevance
682 frame_size_bytes_(bits_per_second_ / 8 / fps), in VideoSource()695 return frame_size_bytes_; in NextFrameSize()764 frame_size_bytes_ = (bits_per_second_ / 8 * frame_period_ms_ + 500) / 1000; in SetBitrateBps()781 uint32_t payload_size = frame_size_bytes_; in NextFrameSize()784 compensation_bytes_ = 4 * frame_size_bytes_; in NextFrameSize()789 compensation_bytes_ = payload_size - frame_size_bytes_; in NextFrameSize()
417 uint32_t frame_size_bytes_; variable