OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_size_bytes_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.cc
682
frame_size_bytes_
(bits_per_second_ / 8 / fps),
695
return
frame_size_bytes_
;
764
frame_size_bytes_
= (bits_per_second_ / 8 * frame_period_ms_ + 500) / 1000;
781
uint32_t payload_size =
frame_size_bytes_
;
784
compensation_bytes_ = 4 *
frame_size_bytes_
;
789
compensation_bytes_ = payload_size -
frame_size_bytes_
;
bwe_test_framework.h
417
uint32_t
frame_size_bytes_
;
member in class:webrtc::testing::bwe::VideoSource
Completed in 58 milliseconds