OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PeriodicKeyFrameSource
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h
445
class
PeriodicKeyFrameSource
: public AdaptiveVideoSource {
447
PeriodicKeyFrameSource
(int flow_id,
453
virtual ~
PeriodicKeyFrameSource
() {}
465
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(
PeriodicKeyFrameSource
);
bwe_test_framework.cc
767
PeriodicKeyFrameSource
::
PeriodicKeyFrameSource
(int flow_id,
780
uint32_t
PeriodicKeyFrameSource
::NextFrameSize() {
807
uint32_t
PeriodicKeyFrameSource
::NextPacketSize(uint32_t frame_size,
Completed in 93 milliseconds