OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VideoSendStream
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/video/
video_send_stream.h
40
class
VideoSendStream
: public webrtc::
VideoSendStream
,
43
VideoSendStream
(int num_cpu_cores,
48
const
VideoSendStream
::Config& config,
52
~
VideoSendStream
() override;
60
// webrtc::
VideoSendStream
implementation.
82
const
VideoSendStream
::Config config_;
video_send_stream.cc
40
VideoSendStream
::Config::EncoderSettings::ToString() const {
49
std::string
VideoSendStream
::Config::Rtp::Rtx::ToString()
65
std::string
VideoSendStream
::Config::Rtp::ToString() const {
91
std::string
VideoSendStream
::Config::ToString() const {
111
VideoSendStream
::
VideoSendStream
(
117
const
VideoSendStream
::Config& config,
132
LOG(LS_INFO) << "
VideoSendStream
: " << config_.ToString();
245
VideoSendStream
::~
VideoSendStream
() {
[
all
...]
/external/webrtc/webrtc/
video_send_stream.h
48
class
VideoSendStream
: public SendStream {
95
// initialized from inside the
VideoSendStream
.
175
//
VideoSendStream
is valid.
Completed in 530 milliseconds