HomeSort by relevance Sort by last modified time
    Searched full:timestamp (Results 601 - 625 of 4313) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/public/common/
geoposition.cc 36 !timestamp.is_null();
  /external/chromium_org/content/public/renderer/
p2p_socket_client_delegate.h 41 const base::TimeTicks& timestamp) = 0;
  /external/chromium_org/content/renderer/p2p/
socket_client_impl.cc 217 const base::TimeTicks& timestamp) {
226 timestamp));
231 const base::TimeTicks& timestamp) {
234 delegate_->OnDataReceived(address, data, timestamp);
  /external/chromium_org/content/renderer/pepper/
pepper_video_destination_host.h 38 PP_TimeTicks timestamp);
pepper_video_source_host.cc 191 // Convert a video timestamp (int64, in nanoseconds) to a time delta (int64,
196 PP_TimeTicks timestamp = time_delta.InSecondsF(); local
205 timestamp));
219 0.0 /* timestamp */));
  /external/chromium_org/content/shell/tools/
content_shell_crash_service.cc 26 // Logging with pid, tid and timestamp.
  /external/chromium_org/media/base/android/
demuxer_stream_player_params.h 52 base::TimeDelta timestamp; member in struct:media::AccessUnit
  /external/chromium_org/media/base/
video_frame_pool.h 33 base::TimeDelta timestamp);
  /external/chromium_org/media/cast/audio_receiver/
audio_decoder_unittest.cc 62 rtp_header.webrtc.header.timestamp = 0x87654321;
112 rtp_header.webrtc.header.timestamp = 0x87654321;
148 rtp_header.webrtc.header.timestamp += (audio_config.frequency / 100) * 2 * 2;
181 rtp_header.webrtc.header.timestamp = 0x87654321;
  /external/chromium_org/media/cast/
cast_defines.h 76 inline bool IsNewerRtpTimestamp(uint32 timestamp, uint32 prev_timestamp) {
77 return (timestamp != prev_timestamp) &&
78 static_cast<uint32>(timestamp - prev_timestamp) < 0x80000000;
162 // Timestamp is in 90 KHz for video.
  /external/chromium_org/media/cast/net/rtp_sender/
rtp_sender.cc 121 // The timestamp of this Rtcp packet should be estimated as the timestamp of
123 // timestamp as the last frame's timestamp + the time since the last frame
  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_video_decoder.h 33 int64_t timestamp,
libvpx_cdm_video_decoder.h 29 int64_t timestamp,
  /external/chromium_org/media/filters/
skcanvas_video_renderer.h 36 // An RGB bitmap and corresponding timestamp of the previously converted
  /external/chromium_org/net/base/
net_log_unittest.h 15 // Create a timestamp with internal value of |t| milliseconds from the epoch.
68 // Version without timestamp.
78 // Version for PHASE_BEGIN (and no timestamp).
86 // Version for PHASE_END (and no timestamp).
  /external/chromium_org/net/cert/
ct_log_verifier.cc 47 if (!ct::EncodeV1SCTSignedData(sct.timestamp, serialized_log_entry,
  /external/chromium_org/ppapi/proxy/
video_source_resource.h 55 PP_TimeTicks timestamp);
  /external/chromium_org/ppapi/shared_impl/
ppb_trace_event_impl.h 37 int64_t timestamp,
  /external/chromium_org/remoting/proto/
audio.proto 14 optional int32 timestamp = 1 [default = 0];
  /external/chromium_org/sandbox/
sandbox.target.darwin-arm.mk 39 $(hide) echo "Gyp timestamp: $@"
sandbox.target.darwin-mips.mk 37 $(hide) echo "Gyp timestamp: $@"
sandbox.target.darwin-x86.mk 39 $(hide) echo "Gyp timestamp: $@"
sandbox.target.linux-arm.mk 39 $(hide) echo "Gyp timestamp: $@"
sandbox.target.linux-mips.mk 37 $(hide) echo "Gyp timestamp: $@"
sandbox.target.linux-x86.mk 39 $(hide) echo "Gyp timestamp: $@"

Completed in 505 milliseconds

<<21222324252627282930>>