Home
last modified time | relevance | path

Searched defs:send_stream (Results 1 – 25 of 27) sorted by relevance

12

/external/webrtc/audio/
Daudio_send_stream_unittest.cc400 auto send_stream = helper.CreateAudioSendStream(); in TEST() local
407 auto send_stream = helper.CreateAudioSendStream(); in TEST() local
418 auto send_stream = helper.CreateAudioSendStream(); in TEST() local
427 auto send_stream = helper.CreateAudioSendStream(); in TEST() local
434 auto send_stream = helper.CreateAudioSendStream(); in TEST() local
441 auto send_stream = helper.CreateAudioSendStream(); in TEST() local
480 auto send_stream = helper.CreateAudioSendStream(); in TEST() local
548 auto send_stream = helper.CreateAudioSendStream(); in TEST() local
588 auto send_stream = helper.CreateAudioSendStream(); in TEST() local
614 auto send_stream = helper.CreateAudioSendStream(); in TEST() local
[all …]
Daudio_send_stream_tests.cc226 void OnAudioStreamsCreated(AudioSendStream* send_stream, in TEST_F()
Daudio_receive_stream.cc463 internal::AudioSendStream* send_stream) { in AssociateSendStream()
/external/webrtc/call/
Ddegraded_call.cc241 AudioSendStream* send_stream = call_->CreateAudioSendStream(degrade_config); in CreateAudioSendStream() local
251 void DegradedCall::DestroyAudioSendStream(AudioSendStream* send_stream) { in DestroyAudioSendStream()
275 VideoSendStream* send_stream = call_->CreateVideoSendStream( in CreateVideoSendStream() local
293 VideoSendStream* send_stream = call_->CreateVideoSendStream( in CreateVideoSendStream() local
301 void DegradedCall::DestroyVideoSendStream(VideoSendStream* send_stream) { in DestroyVideoSendStream()
Dcall.cc803 AudioSendStream* send_stream = new AudioSendStream( in CreateAudioSendStream() local
824 void Call::DestroyAudioSendStream(webrtc::AudioSendStream* send_stream) { in DestroyAudioSendStream()
940 VideoSendStream* send_stream = new VideoSendStream( in CreateVideoSendStream() local
980 void Call::DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) { in DestroyVideoSendStream()
Dcall_unittest.cc200 AudioSendStream* send_stream = call->CreateAudioSendStream(send_config); in TEST() local
222 AudioSendStream* send_stream = call->CreateAudioSendStream(send_config); in TEST() local
Dcall_perf_tests.cc719 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TestMinTransmitBitrate()
870 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TEST_F()
1110 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TestEncodeFramerate()
Drampup_tests.cc111 VideoSendStream* send_stream, in OnVideoStreamsCreated()
/external/webrtc/audio/test/
Daudio_end_to_end_test.h30 const AudioSendStream* send_stream() const { return send_stream_; } in send_stream() function
Daudio_end_to_end_test.cc100 AudioSendStream* send_stream, in OnAudioStreamsCreated()
/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
Dpluggable_device_util.cc116 se::Stream* send_stream = nullptr; in DeviceToDeviceCopy() local
179 se::Stream* send_stream = nullptr; in CopyPluggableDeviceTensorToCPU() local
298 se::Stream* send_stream = nullptr; in CopyPluggableDeviceTensorToSameDevice() local
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util.cc119 se::Stream* send_stream = nullptr; in SetProtoFromGPU() local
193 se::Stream* send_stream = nullptr; in DeviceToDeviceCopy() local
272 se::Stream* send_stream = nullptr; in CopyGPUTensorToCPU() local
475 se::Stream* send_stream = nullptr; in CopyGPUTensorToSameGPU() local
/external/webrtc/video/end_to_end_tests/
Dstats_tests.cc289 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TEST_F()
372 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TEST_F()
411 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TEST_F()
661 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TEST_F()
Dssrc_tests.cc192 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TestSendsSetSsrcs()
Dbandwidth_tests.cc332 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TEST_F()
Dretransmission_tests.cc213 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TEST_F()
/external/webrtc/test/scenario/
Daudio_stream.cc172 SendAudioStream* send_stream, in ReceiveAudioStream()
Dvideo_stream.cc537 SendVideoStream* send_stream, in ReceiveVideoStream()
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_encoder_impl.cc696 void H264EncoderImpl::LayerConfig::SetStreamState(bool send_stream) { in SetStreamState()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc358 bool send_stream = target_bitrate_kbps > 0; in SetRates() local
402 void LibvpxVp8Encoder::SetStreamState(bool send_stream, int stream_idx) { in SetStreamState()
/external/webrtc/test/
Dcall_test.cc797 VideoSendStream* send_stream, in OnVideoStreamsCreated()
805 AudioSendStream* send_stream, in OnAudioStreamsCreated()
/external/webrtc/media/engine/
Dfake_webrtc_call.cc568 void FakeCall::DestroyAudioSendStream(webrtc::AudioSendStream* send_stream) { in DestroyAudioSendStream()
609 void FakeCall::DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) { in DestroyVideoSendStream()
Dwebrtc_video_engine_unittest.cc2538 FakeVideoSendStream* send_stream = in TestSetSendRtpHeaderExtensions() local
2616 FakeVideoSendStream* send_stream = in TestLossNotificationState() local
2637 FakeVideoSendStream* send_stream = in TestExtensionFilter() local
2765 FakeVideoSendStream* send_stream = AddSendStream( in TEST_F() local
2824 FakeVideoSendStream* send_stream = in TEST_F() local
2895 FakeVideoSendStream* send_stream = in TEST_F() local
2957 FakeVideoSendStream* send_stream = in TEST_F() local
3102 FakeVideoSendStream* send_stream = in TEST_F() local
3138 FakeVideoSendStream* send_stream = in TEST_F() local
3153 FakeVideoSendStream* send_stream = AddSendStream(); in TEST_F() local
[all …]
/external/webrtc/video/
Dvideo_send_stream_tests.cc1538 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TEST_F()
2314 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TEST_F()
2395 void OnVideoStreamsCreated(VideoSendStream* send_stream, in OnVideoStreamsCreated()
2825 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TEST_F()
2971 void OnVideoStreamsCreated(VideoSendStream* send_stream, in TEST_F()
3827 void OnVideoStreamsCreated(VideoSendStream* send_stream, in OnVideoStreamsCreated()
3896 void OnVideoStreamsCreated(VideoSendStream* send_stream, in OnVideoStreamsCreated()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_chttp2_transport.cc408 grpc_core::ManualConstructor<grpc_core::SliceBufferByteStream> send_stream; in BM_TransportStreamSend() local

12