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

1 2

  /hardware/bsp/intel/peripheral/sensors/mraa/
Utils.hpp 33 void set_timestamp(struct timespec *out, int64_t target_ns);
Utils.cpp 34 void set_timestamp(struct timespec *out, int64_t target_ns) function
AcquisitionThread.cpp 76 set_timestamp(&target_time, timestamp);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 389 input_frame_.set_timestamp(input_frame_.timestamp() + 3000);
394 input_frame_.set_timestamp(input_frame_.timestamp() + 3000);
400 input_frame_.set_timestamp(input_frame_.timestamp() + 3000);
406 input_frame_.set_timestamp(input_frame_.timestamp() + 3000);
411 input_frame_.set_timestamp(input_frame_.timestamp() + 3000);
424 input_frame_.set_timestamp(input_frame_.timestamp() + 3000);
437 input_frame_.set_timestamp(input_frame_.timestamp() + 3000);
451 input_frame_.set_timestamp(input_frame_.timestamp() + 3000);
464 input_frame_.set_timestamp(input_frame_.timestamp() + 3000);
479 input_frame_.set_timestamp(input_frame_.timestamp() + 3000)
    [all...]
simulcast_encoder_adapter.cc 301 dst_frame.set_timestamp(input_image.timestamp());
  /external/webrtc/webrtc/common_video/
i420_video_frame_unittest.cc 47 frame.set_timestamp(123u);
84 small_frame.set_timestamp(timestamp);
140 frame1.set_timestamp(timestamp);
162 frame2.set_timestamp(timestamp + 1);
177 frame.set_timestamp(2);
253 frame.set_timestamp(200);
  /external/webrtc/webrtc/modules/video_processing/
spatial_resampler.cc 72 outFrame->set_timestamp(inFrame.timestamp());
video_denoiser.cc 75 denoised_frame->set_timestamp(frame.timestamp());
142 denoised_frame->set_timestamp(frame.timestamp());
  /external/webrtc/webrtc/modules/video_processing/test/
deflickering_test.cc 62 video_frame_.set_timestamp(timeStamp);
  /external/webrtc/webrtc/test/
fake_decoder.cc 38 frame_.set_timestamp(input._timeStamp);
frame_generator_unittest.cc 81 frame->set_timestamp(13);
  /external/webrtc/talk/app/webrtc/
statscollector.cc 275 report->set_timestamp(stats_gathering_started);
293 report->set_timestamp(info.remote_stats[0].timestamp);
299 report->set_timestamp(info.remote_stats[0].timestamp);
526 report->set_timestamp(stats_gathering_started_);
568 report->set_timestamp(stats_gathering_started_);
611 report->set_timestamp(stats_gathering_started_);
659 report->set_timestamp(stats_gathering_started_);
686 report->set_timestamp(stats_gathering_started_);
729 channel_report->set_timestamp(stats_gathering_started_);
    [all...]
statstypes.h 351 void set_timestamp(double t) { timestamp_ = t; } function in class:webrtc::StatsReport
  /external/webrtc/webrtc/modules/video_coding/utility/
quality_scaler.cc 132 scaled_frame_.set_timestamp(frame.timestamp());
  /external/webrtc/webrtc/video/
video_capture_input.cc 95 incoming_frame.set_timestamp(
video_encoder_unittest.cc 213 frame_.set_timestamp(frame_.timestamp() + 1000);
video_capture_input_unittest.cc 155 input_frames_[0]->set_timestamp(0);
  /external/webrtc/webrtc/
video_frame.h 106 void set_timestamp(uint32_t timestamp) { timestamp_ = timestamp; } function in class:webrtc::VideoFrame
  /hardware/libhardware/include/hardware/
camera.h 95 int (*set_timestamp)(struct preview_stream_ops *w, int64_t timestamp); member in struct:preview_stream_ops
  /device/generic/goldfish/camera/
PreviewWindow.cpp 175 mPreviewWindow->set_timestamp(mPreviewWindow, timestamp);
  /hardware/bsp/intel/peripheral/light/mraa/
lights.c 150 void set_timestamp(struct timespec *out, int64_t target_ns) function
210 set_timestamp(&target_time, timestamp);
  /external/webrtc/webrtc/modules/video_coding/codecs/i420/
i420.cc 214 _decodedImage.set_timestamp(inputImage._timeStamp);
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp     [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc 202 source_frame_.set_timestamp(frame_number);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 142 input_frame_.set_timestamp(kTestTimestamp);

Completed in 354 milliseconds

1 2