OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sent_video_rate_bps
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
media_optimization_unittest.cc
121
uint32_t*
sent_video_rate_bps
,
124
*
sent_video_rate_bps
= kCodecBitrateBps;
media_optimization.cc
241
uint32_t
sent_video_rate_bps
= 0;
local
248
UpdateProtectionCallback(selected_method, &
sent_video_rate_bps
,
253
sent_video_rate_bps
+ sent_nack_rate_bps + sent_fec_rate_bps;
268
sent_video_rate_kbps = static_cast<float>(
sent_video_rate_bps
) / 1000.0f;
/external/webrtc/webrtc/modules/video_coding/include/
video_coding_defines.h
132
uint32_t*
sent_video_rate_bps
,
/external/webrtc/webrtc/video/
vie_channel.h
284
uint32_t*
sent_video_rate_bps
,
vie_channel.cc
71
uint32_t*
sent_video_rate_bps
,
75
sent_video_rate_bps
, sent_nack_rate_bps,
[
all
...]
Completed in 230 milliseconds