OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:video_engine
(Results
26 - 50
of
58
) sorted by null
1
2
3
/external/chromium_org/third_party/webrtc/video_engine/include/
vie_render.h
63
static ViERender* GetInterface(VideoEngine*
video_engine
);
vie_base.h
127
static bool Delete(VideoEngine*&
video_engine
);
151
static ViEBase* GetInterface(VideoEngine*
video_engine
);
vie_codec.h
87
static ViECodec* GetInterface(VideoEngine*
video_engine
);
vie_capture.h
153
static ViECapture* GetInterface(VideoEngine*
video_engine
);
vie_rtp_rtcp.h
99
static ViERTP_RTCP* GetInterface(VideoEngine*
video_engine
);
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
vie_autotest.h
21
#include "webrtc/
video_engine
/include/vie_base.h"
22
#include "webrtc/
video_engine
/include/vie_capture.h"
23
#include "webrtc/
video_engine
/include/vie_codec.h"
24
#include "webrtc/
video_engine
/include/vie_errors.h"
25
#include "webrtc/
video_engine
/include/vie_network.h"
26
#include "webrtc/
video_engine
/include/vie_render.h"
27
#include "webrtc/
video_engine
/include/vie_rtp_rtcp.h"
28
#include "webrtc/
video_engine
/test/auto_test/interface/vie_autotest_defines.h"
29
#include "webrtc/
video_engine
/vie_defines.h"
112
void RenderCaptureDeviceAndOutputStream(TbInterfaces*
video_engine
,
[
all
...]
/external/chromium_org/third_party/webrtc/video/
video_receive_stream.cc
22
#include "webrtc/
video_engine
/include/vie_base.h"
23
#include "webrtc/
video_engine
/include/vie_capture.h"
24
#include "webrtc/
video_engine
/include/vie_codec.h"
25
#include "webrtc/
video_engine
/include/vie_external_codec.h"
26
#include "webrtc/
video_engine
/include/vie_image_process.h"
27
#include "webrtc/
video_engine
/include/vie_network.h"
28
#include "webrtc/
video_engine
/include/vie_render.h"
29
#include "webrtc/
video_engine
/include/vie_rtp_rtcp.h"
35
VideoReceiveStream::VideoReceiveStream(webrtc::VideoEngine*
video_engine
,
45
video_engine_base_ = ViEBase::GetInterface(
video_engine
);
[
all
...]
video_receive_stream.h
24
#include "webrtc/
video_engine
/include/vie_render.h"
45
VideoReceiveStream(webrtc::VideoEngine*
video_engine
,
video_send_stream.h
47
webrtc::VideoEngine*
video_engine
,
call.cc
29
#include "webrtc/
video_engine
/include/vie_base.h"
30
#include "webrtc/
video_engine
/include/vie_codec.h"
31
#include "webrtc/
video_engine
/include/vie_rtp_rtcp.h"
32
#include "webrtc/
video_engine
/include/vie_network.h"
33
#include "webrtc/
video_engine
/include/vie_rtp_rtcp.h"
83
Call(webrtc::VideoEngine*
video_engine
, const Call::Config& config);
143
VideoEngine*
video_engine
= config.webrtc_config != NULL
local
146
assert(
video_engine
!= NULL);
148
return new internal::Call(
video_engine
, config);
155
Call::Call(webrtc::VideoEngine*
video_engine
, const Call::Config& config
[
all
...]
video_send_stream.cc
20
#include "webrtc/
video_engine
/include/vie_base.h"
21
#include "webrtc/
video_engine
/include/vie_capture.h"
22
#include "webrtc/
video_engine
/include/vie_codec.h"
23
#include "webrtc/
video_engine
/include/vie_external_codec.h"
24
#include "webrtc/
video_engine
/include/vie_image_process.h"
25
#include "webrtc/
video_engine
/include/vie_network.h"
26
#include "webrtc/
video_engine
/include/vie_rtp_rtcp.h"
27
#include "webrtc/
video_engine
/vie_defines.h"
115
webrtc::VideoEngine*
video_engine
,
129
video_engine_base_ = ViEBase::GetInterface(
video_engine
);
[
all
...]
/external/chromium_org/third_party/webrtc/video_engine/
vie_network_impl.cc
11
#include "webrtc/
video_engine
/vie_network_impl.h"
20
#include "webrtc/
video_engine
/include/vie_errors.h"
21
#include "webrtc/
video_engine
/vie_channel.h"
22
#include "webrtc/
video_engine
/vie_channel_manager.h"
23
#include "webrtc/
video_engine
/vie_defines.h"
24
#include "webrtc/
video_engine
/vie_encoder.h"
25
#include "webrtc/
video_engine
/vie_impl.h"
26
#include "webrtc/
video_engine
/vie_shared_data.h"
30
ViENetwork* ViENetwork::GetInterface(VideoEngine*
video_engine
) {
31
if (!
video_engine
) {
[
all
...]
vie_image_process_impl.cc
11
#include "webrtc/
video_engine
/vie_image_process_impl.h"
14
#include "webrtc/
video_engine
/include/vie_errors.h"
15
#include "webrtc/
video_engine
/vie_capturer.h"
16
#include "webrtc/
video_engine
/vie_channel.h"
17
#include "webrtc/
video_engine
/vie_channel_manager.h"
18
#include "webrtc/
video_engine
/vie_defines.h"
19
#include "webrtc/
video_engine
/vie_encoder.h"
20
#include "webrtc/
video_engine
/vie_impl.h"
21
#include "webrtc/
video_engine
/vie_input_manager.h"
22
#include "webrtc/
video_engine
/vie_shared_data.h
[
all
...]
vie_base_impl.cc
11
#include "webrtc/
video_engine
/vie_base_impl.h"
24
#include "webrtc/
video_engine
/include/vie_errors.h"
25
#include "webrtc/
video_engine
/vie_capturer.h"
26
#include "webrtc/
video_engine
/vie_channel.h"
27
#include "webrtc/
video_engine
/vie_channel_manager.h"
28
#include "webrtc/
video_engine
/vie_defines.h"
29
#include "webrtc/
video_engine
/vie_encoder.h"
30
#include "webrtc/
video_engine
/vie_impl.h"
31
#include "webrtc/
video_engine
/vie_input_manager.h"
32
#include "webrtc/
video_engine
/vie_shared_data.h
[
all
...]
vie_capture_impl.cc
11
#include "webrtc/
video_engine
/vie_capture_impl.h"
16
#include "webrtc/
video_engine
/include/vie_errors.h"
17
#include "webrtc/
video_engine
/vie_capturer.h"
18
#include "webrtc/
video_engine
/vie_channel.h"
19
#include "webrtc/
video_engine
/vie_channel_manager.h"
20
#include "webrtc/
video_engine
/vie_defines.h"
21
#include "webrtc/
video_engine
/vie_encoder.h"
22
#include "webrtc/
video_engine
/vie_impl.h"
23
#include "webrtc/
video_engine
/vie_input_manager.h"
24
#include "webrtc/
video_engine
/vie_shared_data.h
[
all
...]
vie_render_impl.cc
11
#include "webrtc/
video_engine
/vie_render_impl.h"
17
#include "webrtc/
video_engine
/include/vie_errors.h"
18
#include "webrtc/
video_engine
/vie_capturer.h"
19
#include "webrtc/
video_engine
/vie_channel.h"
20
#include "webrtc/
video_engine
/vie_channel_manager.h"
21
#include "webrtc/
video_engine
/vie_defines.h"
22
#include "webrtc/
video_engine
/vie_frame_provider_base.h"
23
#include "webrtc/
video_engine
/vie_impl.h"
24
#include "webrtc/
video_engine
/vie_input_manager.h"
25
#include "webrtc/
video_engine
/vie_render_manager.h
[
all
...]
vie_codec_impl.cc
11
#include "webrtc/
video_engine
/vie_codec_impl.h"
18
#include "webrtc/
video_engine
/include/vie_errors.h"
19
#include "webrtc/
video_engine
/vie_capturer.h"
20
#include "webrtc/
video_engine
/vie_channel.h"
21
#include "webrtc/
video_engine
/vie_channel_manager.h"
22
#include "webrtc/
video_engine
/vie_defines.h"
23
#include "webrtc/
video_engine
/vie_encoder.h"
24
#include "webrtc/
video_engine
/vie_impl.h"
25
#include "webrtc/
video_engine
/vie_input_manager.h"
26
#include "webrtc/
video_engine
/vie_shared_data.h
[
all
...]
vie_rtp_rtcp_impl.cc
11
#include "webrtc/
video_engine
/vie_rtp_rtcp_impl.h"
16
#include "webrtc/
video_engine
/include/vie_errors.h"
17
#include "webrtc/
video_engine
/vie_channel.h"
18
#include "webrtc/
video_engine
/vie_channel_manager.h"
19
#include "webrtc/
video_engine
/vie_defines.h"
20
#include "webrtc/
video_engine
/vie_encoder.h"
21
#include "webrtc/
video_engine
/vie_impl.h"
22
#include "webrtc/
video_engine
/vie_shared_data.h"
77
ViERTP_RTCP* ViERTP_RTCP::GetInterface(VideoEngine*
video_engine
) {
79
if (!
video_engine
) {
[
all
...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
base_primitives.cc
11
#include "webrtc/
video_engine
/test/auto_test/primitives/base_primitives.h"
14
#include "webrtc/
video_engine
/test/auto_test/interface/vie_autotest.h"
15
#include "webrtc/
video_engine
/test/auto_test/interface/vie_autotest_defines.h"
16
#include "webrtc/
video_engine
/test/libvietest/include/tb_external_transport.h"
43
webrtc::VideoEngine*
video_engine
,
framedrop_primitives.cc
23
#include "webrtc/
video_engine
/test/auto_test/interface/vie_autotest.h"
24
#include "webrtc/
video_engine
/test/auto_test/interface/vie_autotest_defines.h"
25
#include "webrtc/
video_engine
/test/auto_test/primitives/framedrop_primitives.h"
26
#include "webrtc/
video_engine
/test/auto_test/primitives/general_primitives.h"
27
#include "webrtc/
video_engine
/test/libvietest/include/tb_external_transport.h"
28
#include "webrtc/
video_engine
/test/libvietest/include/tb_interfaces.h"
29
#include "webrtc/
video_engine
/test/libvietest/include/vie_external_render_filter.h"
30
#include "webrtc/
video_engine
/test/libvietest/include/vie_to_file_renderer.h"
165
webrtc::VideoEngine *video_engine_interface = interfaces.
video_engine
;
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_file_based_comparison_tests.cc
11
#include "webrtc/
video_engine
/test/auto_test/interface/vie_file_based_comparison_tests.h"
13
#include "webrtc/
video_engine
/test/auto_test/interface/vie_autotest_defines.h"
14
#include "webrtc/
video_engine
/test/auto_test/primitives/base_primitives.h"
15
#include "webrtc/
video_engine
/test/auto_test/primitives/framedrop_primitives.h"
16
#include "webrtc/
video_engine
/test/auto_test/primitives/general_primitives.h"
17
#include "webrtc/
video_engine
/test/libvietest/include/tb_external_transport.h"
18
#include "webrtc/
video_engine
/test/libvietest/include/tb_interfaces.h"
19
#include "webrtc/
video_engine
/test/libvietest/include/vie_external_render_filter.h"
20
#include "webrtc/
video_engine
/test/libvietest/include/vie_fake_camera.h"
21
#include "webrtc/
video_engine
/test/libvietest/include/vie_to_file_renderer.h
[
all
...]
/external/chromium_org/
GypAndroid.darwin-arm.mk
345
include $(LOCAL_PATH)/third_party/webrtc/
video_engine
/video_engine_core.target.darwin-arm.mk
GypAndroid.darwin-arm64.mk
332
include $(LOCAL_PATH)/third_party/webrtc/
video_engine
/video_engine_core.target.darwin-arm64.mk
GypAndroid.darwin-mips.mk
329
include $(LOCAL_PATH)/third_party/webrtc/
video_engine
/video_engine_core.target.darwin-mips.mk
GypAndroid.darwin-mips64.mk
325
include $(LOCAL_PATH)/third_party/webrtc/
video_engine
/video_engine_core.target.darwin-mips64.mk
Completed in 642 milliseconds
1
2
3