HomeSort by relevance Sort by last modified time
    Searched refs:SetTimeStamp (Results 1 - 14 of 14) 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 427 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 71 virtual void SetTimeStamp(int64 time_stamp) { time_stamp_ = time_stamp; }
webrtcvideoframe.h 99 virtual void SetTimeStamp(int64 time_stamp) { time_stamp_ = time_stamp; }
webrtcvideoframe_unittest.cc 271 frame1.SetTimeStamp(time_stamp);
webrtcvideoengine2.cc 580 virtual void SetTimeStamp(int64 time_stamp) OVERRIDE { UNIMPLEMENTED; }
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 59 encoded_video_frame_->SetTimeStamp(encodedImage._timeStamp);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
normal_async_test.cc 574 dest.SetTimeStamp(src._timeStamp);
unit_test.cc 108 _encodedVideoBuffer->SetTimeStamp(encodedImage._timeStamp);
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 459 void SetTimeStamp(const uint32_t timeStamp) { _timeStamp = timeStamp; }
  /external/webrtc/src/modules/interface/
module_common_types.h 476 void SetTimeStamp(const WebRtc_UWord32 timeStamp) {_timeStamp = timeStamp;}

Completed in 253 milliseconds