HomeSort by relevance Sort by last modified time
    Searched refs:SetTimeStamp (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h 67 virtual void SetTimeStamp(int64 time_stamp) {}
videoframe.h 94 virtual void SetTimeStamp(int64 time_stamp) = 0;
videoframe.cc 204 dst->SetTimeStamp(GetTimeStamp());
videoadapter.cc 292 output_frame_->SetTimeStamp(in_frame->GetTimeStamp());
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe_unittest.cc 56 frame.SetTimeStamp(400);
webrtctexturevideoframe.h 78 virtual void SetTimeStamp(int64 time_stamp) { time_stamp_ = time_stamp; }
webrtcvideoframe.h 118 virtual void SetTimeStamp(int64 time_stamp) { time_stamp_ = time_stamp; }
webrtcvideoframe_unittest.cc 271 frame1.SetTimeStamp(time_stamp);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 277 virtual void SetTimeStamp(int64 time_stamp) = 0;
362 virtual void SetTimeStamp(int64 time_stamp) {}
  /external/webrtc/src/modules/interface/
module_common_types.h 476 void SetTimeStamp(const WebRtc_UWord32 timeStamp) {_timeStamp = timeStamp;}

Completed in 123 milliseconds