HomeSort by relevance Sort by last modified time
    Searched defs:ChangeUniqueId (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/interface/
module.h 24 virtual int32_t ChangeUniqueId(const int32_t id) { return 0; }
  /external/chromium_org/third_party/webrtc/voice_engine/
monitor_module.cc 56 MonitorModule::ChangeUniqueId(int32_t id)
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
frame_preprocessor.cc 33 int32_t VPMFramePreprocessor::ChangeUniqueId(const int32_t id) {
brightness_detection.cc 25 int32_t VPMBrightnessDetection::ChangeUniqueId(const int32_t id) {
video_processing_impl.cc 49 int32_t VideoProcessingModuleImpl::ChangeUniqueId(const int32_t id) {
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);
deflickering.cc 61 int32_t VPMDeflickering::ChangeUniqueId(const int32_t id) {
  /external/chromium_org/third_party/webrtc/test/channel_transport/
traffic_control_win.cc 168 int32_t TrafficControlWindows::ChangeUniqueId(const int32_t id)
udp_socket_posix.cc 95 int32_t UdpSocketPosix::ChangeUniqueId(const int32_t id)
udp_socket_manager_posix.cc 76 int32_t UdpSocketManagerPosix::ChangeUniqueId(const int32_t id)
udp_socket2_manager_win.cc 111 int32_t UdpSocket2ManagerWindows::ChangeUniqueId(const int32_t id)
udp_socket2_win.cc 218 int32_t UdpSocket2Windows::ChangeUniqueId(const int32_t id)
223 _gtc->ChangeUniqueId(id);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/external/
video_render_external_impl.cc 35 int32_t VideoRenderExternalImpl::ChangeUniqueId(const int32_t id)
  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_render_linux_impl.cc 64 int32_t VideoRenderLinuxImpl::ChangeUniqueId(const int32_t id)
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_mac_carbon_impl.cc 100 VideoRenderMacCarbonImpl::ChangeUniqueId(const int32_t id)
110 _ptrCarbonRender->ChangeUniqueID(_id);
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_windows_impl.cc 75 int32_t VideoRenderWindowsImpl::ChangeUniqueId(const int32_t id)
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_android_impl.cc 73 int32_t VideoRenderAndroid::ChangeUniqueId(const int32_t id) {
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_not_impl.cc 19 int32_t WebRtcAudioDeviceNotImpl::ChangeUniqueId(const int32_t id) {
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_impl.cc 87 int32_t MediaFileImpl::ChangeUniqueId(const int32_t id)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_impl.cc 85 int32_t VideoCaptureImpl::ChangeUniqueId(const int32_t id)
  /external/chromium_org/third_party/webrtc/modules/video_render/
video_render_impl.cc 117 int32_t ModuleVideoRenderImpl::ChangeUniqueId(const int32_t id)
126 _ptrRenderer->ChangeUniqueId(_id);
video_render_internal_impl.cc 297 int32_t ModuleVideoRenderImpl::ChangeUniqueId(const int32_t id)
306 _ptrRenderer->ChangeUniqueId(_id);
  /external/webrtc/src/modules/audio_processing/
audio_processing_impl.cc 555 WebRtc_Word32 AudioProcessingImpl::ChangeUniqueId(const WebRtc_Word32 id) {
560 "ChangeUniqueId(new id = %d)",
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 194 int32_t AudioConferenceMixerImpl::ChangeUniqueId(const int32_t id) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_impl.cc 467 // Module::ChangeUniqueId
470 int32_t AudioDeviceModuleImpl::ChangeUniqueId(const int32_t id)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 115 int32_t FakeAudioCaptureModule::ChangeUniqueId(const int32_t /*id*/) {

Completed in 902 milliseconds

1 2