Searched refs:ChangeUniqueId (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dbrightness_detection.h25 int32_t ChangeUniqueId(int32_t id);
H A Dvideo_processing_impl.cc49 int32_t VideoProcessingModuleImpl::ChangeUniqueId(const int32_t id) { function in class:webrtc::VideoProcessingModuleImpl
52 brightness_detection_.ChangeUniqueId(id);
53 deflickering_.ChangeUniqueId(id);
54 frame_pre_processor_.ChangeUniqueId(id);
66 brightness_detection_.ChangeUniqueId(id);
67 deflickering_.ChangeUniqueId(id);
68 frame_pre_processor_.ChangeUniqueId(id);
H A Ddeflickering.h26 int32_t ChangeUniqueId(int32_t id);
H A Dframe_preprocessor.h30 int32_t ChangeUniqueId(const int32_t id);
H A Dvideo_processing_impl.h32 virtual int32_t ChangeUniqueId(const int32_t id) OVERRIDE;
H A Dframe_preprocessor.cc33 int32_t VPMFramePreprocessor::ChangeUniqueId(const int32_t id) { function in class:webrtc::VPMFramePreprocessor
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule.h24 virtual int32_t ChangeUniqueId(const int32_t id) { return 0; } function in class:webrtc::Module
/external/webrtc/src/modules/interface/
H A Dmodule.h23 virtual int32_t ChangeUniqueId(const int32_t id) = 0;
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_wrapper_unittest.cc42 MOCK_METHOD1(ChangeUniqueId, int32_t(const int32_t));
H A Dudp_socket_manager_wrapper.h33 virtual int32_t ChangeUniqueId(const int32_t id) = 0;
H A Dudp_transport_unittest.cc31 MOCK_METHOD1(ChangeUniqueId, int32_t(int32_t));
54 MOCK_METHOD1(ChangeUniqueId, int32_t(const int32_t));
H A Dudp_socket_manager_posix.h43 virtual int32_t ChangeUniqueId(const int32_t id) OVERRIDE;
H A Dudp_socket_posix.h36 virtual int32_t ChangeUniqueId(const int32_t id) OVERRIDE;
H A Dudp_socket_wrapper.h54 virtual int32_t ChangeUniqueId(const int32_t id) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dmonitor_module.h43 virtual int32_t ChangeUniqueId(int32_t id) OVERRIDE;
H A Dmonitor_module.cc56 MonitorModule::ChangeUniqueId(int32_t id) function in class:webrtc::voe::MonitorModule
/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/interface/
H A Daudio_conference_mixer.h43 virtual int32_t ChangeUniqueId(const int32_t id) OVERRIDE = 0;
/external/chromium_org/third_party/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.h36 virtual int32_t ChangeUniqueId(const int32_t id);
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Di_video_render.h32 virtual int32_t ChangeUniqueId(const int32_t id) = 0;
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_impl.h34 int32_t ChangeUniqueId(const int32_t id) OVERRIDE;
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_render_linux_impl.h37 virtual int32_t ChangeUniqueId(const int32_t id);
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.h41 virtual int32_t ChangeUniqueId(const int32_t id);
H A Dvideo_render_mac_cocoa_impl.h41 virtual int32_t ChangeUniqueId(const int32_t id);
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.h45 virtual int32_t ChangeUniqueId(const int32_t id);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideocapturemodule.h53 virtual int32_t ChangeUniqueId(const int32_t id) OVERRIDE {

Completed in 656 milliseconds

123