Home
last modified time | relevance | path

Searched refs:frame_size_bytes_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.cc682 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()
Dbwe_test_framework.h417 uint32_t frame_size_bytes_; variable