HomeSort by relevance Sort by last modified time
    Searched refs:GetSource (Results 1 - 25 of 40) sorted by null

1 2

  /external/webrtc/talk/app/webrtc/
rtpreceiver.cc 42 RTC_DCHECK(track_->GetSource()->remote());
44 track_->GetSource()->RegisterAudioObserver(this);
49 track_->GetSource()->UnregisterAudioObserver(this);
89 RTC_DCHECK(track_->GetSource()->remote());
90 provider_->SetVideoPlayout(ssrc_, true, track_->GetSource()->FrameInput());
audiotrack.h 60 AudioSourceInterface* GetSource() const override;
videotrack.h 47 virtual VideoSourceInterface* GetSource() const {
mediastreamtrackproxy.h 44 PROXY_CONSTMETHOD0(AudioSourceInterface*, GetSource)
69 PROXY_CONSTMETHOD0(VideoSourceInterface*, GetSource)
rtpsender.cc 187 if (track_->enabled() && track_->GetSource() &&
188 !track_->GetSource()->remote()) {
191 options = static_cast<LocalAudioSource*>(track_->GetSource())->options();
260 VideoSourceInterface* source = track_->GetSource();
288 VideoSourceInterface* source = track_->GetSource();
313 VideoSourceInterface* source = track_->GetSource();
mediastreaminterface.h 142 virtual VideoSourceInterface* GetSource() const = 0;
220 virtual AudioSourceInterface* GetSource() const = 0;
rtpsenderreceiver_unittest.cc 151 kVideoSsrc, video_track_->GetSource()->GetVideoCapturer()));
183 video_track_->GetSource()->FrameInput()));
289 audio_track_->GetSource()->SetVolume(volume);
294 audio_track_->GetSource()->SetVolume(1.0);
301 audio_track_->GetSource()->SetVolume(new_volume);
371 video_track_->GetSource()->GetVideoCapturer()));
389 video_track_->GetSource()->GetVideoCapturer()));
422 video_track_->GetSource()->GetVideoCapturer()));
458 video_track_->GetSource()->GetVideoCapturer()));
495 video_track_->GetSource()->GetVideoCapturer()))
    [all...]
audiotrack.cc 66 AudioSourceInterface* AudioTrack::GetSource() const {
videotrack_unittest.cc 81 video_track_->GetSource()->FrameInput();
peerconnectioninterface_unittest.cc     [all...]
statscollector_unittest.cc 158 webrtc::AudioSourceInterface* GetSource() const override { return NULL; }
    [all...]
  /art/compiler/optimizing/
parallel_move_resolver.cc 46 if (move.IsEliminated() || move.GetSource().IsConstant()) {
50 if ((move.GetSource().IsStackSlot() || move.GetSource().IsDoubleStackSlot()) &&
61 if (!move.IsEliminated() && !move.GetSource().IsConstant()) {
70 DCHECK(move->GetSource().IsConstant());
108 Location source = move->GetSource();
139 DCHECK(!move->GetSource().IsInvalid());
187 if (move->GetSource().Equals(destination)) {
220 Location source = move->GetSource();
318 if (!move.IsEliminated() && !move.GetSource().IsConstant())
    [all...]
parallel_move_test.cc 64 DumpLocationForTest(message_, move->GetSource());
76 DumpLocationForTest(message_, move->GetSource());
135 DumpLocationForTest(message_, move->GetSource());
graph_visualizer.cc 338 DumpLocation(str, move->GetSource());
nodes.cc     [all...]
code_generator_mips64.cc 466 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), move->GetType());
471 codegen_->SwapLocations(move->GetDestination(), move->GetSource(), move->GetType());
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 15 def GetSource(self, _object=None, _attributes={}, **_arguments):
16 """GetSource: Get the HTML source of a browser window
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 15 def GetSource(self, _object=None, _attributes={}, **_arguments):
16 """GetSource: Get the HTML source of a browser window
  /external/webrtc/talk/app/webrtc/objc/
RTCVideoTrack.mm 67 self.nativeVideoTrack->GetSource();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comdef.h 115 if(m_perrinfo!=NULL) m_perrinfo->GetSource(&bstr);
dispex.h 203 virtual HRESULT WINAPI GetSource(BSTR *pbstrSource) = 0;
216 HRESULT (WINAPI *GetSource)(IDispError *This,BSTR *pbstrSource);
231 #define IDispError_GetSource(This,pbstrSource) (This)->lpVtbl->GetSource(This,pbstrSource)
oaidl.h     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 901 milliseconds

1 2