OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FakeVideoSendStream
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/media/webrtc/
fakewebrtccall.cc
100
FakeVideoSendStream
::
FakeVideoSendStream
(
111
webrtc::VideoSendStream::Config
FakeVideoSendStream
::GetConfig() const {
115
webrtc::VideoEncoderConfig
FakeVideoSendStream
::GetEncoderConfig() const {
119
std::vector<webrtc::VideoStream>
FakeVideoSendStream
::GetVideoStreams() {
123
bool
FakeVideoSendStream
::IsSending() const {
127
bool
FakeVideoSendStream
::GetVp8Settings(
137
bool
FakeVideoSendStream
::GetVp9Settings(
147
int
FakeVideoSendStream
::GetNumberOfSwappedFrames() const {
151
int
FakeVideoSendStream
::GetLastWidth() const
[
all
...]
fakewebrtccall.h
117
class
FakeVideoSendStream
final : public webrtc::VideoSendStream,
120
FakeVideoSendStream
(const webrtc::VideoSendStream::Config& config,
207
const std::vector<
FakeVideoSendStream
*>& GetVideoSendStreams();
258
std::vector<
FakeVideoSendStream
*> video_send_streams_;
webrtcvideoengine2_unittest.cc
435
FakeVideoSendStream
* stream = fake_call->GetVideoSendStreams()[0];
488
FakeVideoSendStream
* stream = fake_call->GetVideoSendStreams()[0];
[
all
...]
Completed in 141 milliseconds