HomeSort by relevance Sort by last modified time
    Searched full:_timestamp (Results 26 - 50 of 60) sorted by null

12 3

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
normal_test.cc 185 _timeStamp(0),
294 _timeStamp +=
296 sourceFrame.set_timestamp(_timeStamp);
normal_test.h 132 uint32_t _timeStamp;
media_opt_test.cc 77 _timeStamp(0),
327 _timeStamp += (uint32_t)(9e4 / static_cast<float>(_frameRate));
328 sourceFrame.set_timestamp(_timeStamp);
mt_rx_tx_test.cc 71 state->_timestamp += (uint32_t)(9e4 / frameRate);
72 sourceFrame.set_timestamp(state->_timestamp);
quality_modes_test.cc 275 _timeStamp +=
277 sourceFrame.set_timestamp(_timeStamp);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
packet_manipulator.cc 76 nbr_packets_dropped, encoded_image->_timeStamp,
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_configs.py 61 self._timestamp = int(time.time())
63 (self._timestamp - time_start))
compare_rendered_pictures.py 191 self._timestamp = int(time.time())
195 (self._timestamp - time_start))
compare_to_expectations.py 97 self._timestamp = int(time.time())
99 (self._timestamp - time_start))
results.py 143 return self._timestamp
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 59 encoded_video_frame_->SetTimeStamp(encodedImage._timeStamp);
176 image._timeStamp = frame.TimeStamp();
  /external/skia/gm/rebaseline_server/
compare_rendered_pictures.py 64 self._timestamp = int(time.time())
66 (self._timestamp - time_start))
compare_to_expectations.py 87 self._timestamp = int(time.time())
89 (self._timestamp - time_start))
results.py 126 return self._timestamp
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
policies.py 31 self._timestamp = False
45 self._timestamp = options.timestamp
177 if self._timestamp:
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h 199 uint32_t _timeStamp;
audio_conference_mixer_impl.cc 138 _timeStamp(0),
309 mixedAudio->UpdateFrame(-1, _timeStamp, NULL, 0, _outputFrequency,
313 _timeStamp += _sampleSize;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.cc 64 _frameQueue.push_back(encodedImage._timeStamp);
test.cc 155 image._timeStamp = videoBuffer.TimeStamp();
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
encoded_frame.cc 89 _timeStamp = 0;
  /external/chromium_org/third_party/webrtc/test/
fake_encoder.cc 88 encoded._timeStamp = input_image.timestamp();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
UISourceCode.js 637 this._timestamp = timestamp;
654 return this._timestamp;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py 71 self._timestamp = time.time()
239 output = self._generate_results_dict(self._timestamp, options.description, options.platform, options.builder_name, options.build_number)
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 487 encoded_image_._timeStamp = input_image.timestamp();
731 ret = ReturnFrame(img, input_image._timeStamp, input_image.ntp_time_ms_);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 491 def _timestamp(pathname): function
585 t_pyc = _timestamp(file)

Completed in 1006 milliseconds

12 3