HomeSort by relevance Sort by last modified time
    Searched refs:time_stamp (Results 51 - 75 of 157) sorted by null

1 23 4 5 6 7

  /external/chromium_org/media/audio/mac/
audio_auhal_mac.h 76 const AudioTimeStamp* time_stamp,
audio_low_latency_input_mac.cc 486 const AudioTimeStamp* time_stamp,
501 time_stamp,
511 time_stamp);
516 const AudioTimeStamp* time_stamp) {
518 double capture_latency_frames = GetCaptureLatency(time_stamp);
  /external/chromium_org/ppapi/c/dev/
ppb_ime_input_event_dev.h 46 * @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
73 PP_TimeTicks time_stamp,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc 50 captured_frame.time_stamp = 5678;
270 const int64 time_stamp = INT64_C(0x7FFFFFFFFFFFFFF0); local
271 frame1.SetTimeStamp(time_stamp);
272 EXPECT_EQ(time_stamp, frame1.GetTimeStamp());
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.c 223 int64_t time_stamp) {
297 pbi->last_time_stamp = time_stamp;
304 int64_t *time_stamp, int64_t *time_end_stamp,
319 *time_stamp = pbi->last_time_stamp;
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
vie_to_file_renderer.h 62 uint32_t time_stamp,
  /external/bluetooth/bluedroid/stack/include/
avdt_api.h 365 typedef void (tAVDT_DATA_CBACK)(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp,
376 UINT32 time_stamp, UINT16 seq_num, UINT8 m_pt, UINT8 marker);
    [all...]
  /external/chromium_org/media/cast/transport/rtp_sender/rtp_packetizer/
rtp_packetizer.cc 121 uint32 time_stamp) {
130 big_endian_writer.WriteU32(time_stamp);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 252 int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp);
253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
  /external/libvpx/libvpx/vp8/common/
onyx.h 252 int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp);
253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 252 int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp);
253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aurax11.cc 98 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
web_input_event_aura.cc 83 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
134 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
182 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
360 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
400 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h 228 uint32_t time_stamp,
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
timing.cc 139 int32_t VCMTiming::StopDecodeTimer(uint32_t time_stamp,
149 void VCMTiming::IncomingTimestamp(uint32_t time_stamp, int64_t now_ms) {
151 ts_extrapolator_->Update(now_ms, time_stamp);
  /external/chromium_org/ui/chromeos/
touch_exploration_controller_unittest.cc 177 EXPECT_EQ(touch_event1->time_stamp(), touch_event2->time_stamp());
702 base::TimeDelta pressed_time = captured_events[0]->time_stamp();
705 base::TimeDelta released_time = captured_events[1]->time_stamp();
    [all...]
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 120 DWORD stream_flags, LONGLONG time_stamp, IMFSample* sample) {
310 const base::TimeTicks& time_stamp) {
314 data, length, capture_format_, rotation, time_stamp);
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_guest.cc 36 blink::WebGestureEvent CreateFlingCancelEvent(double time_stamp) {
38 gesture_event.timeStampSeconds = time_stamp;
495 event->time_stamp().InSecondsF(),
527 CreateFlingCancelEvent(gesture->time_stamp().InSecondsF()));
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideocapturer.h 101 frame.time_stamp = initial_unix_timestamp_ + next_timestamp_;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_if.c 302 int64_t time_stamp)
385 pbi->last_time_stamp = time_stamp;
391 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags)
403 *time_stamp = pbi->last_time_stamp;
  /external/chromium_org/ui/wm/core/
user_activity_detector.cc 22 event->time_stamp().InMilliseconds());
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 308 int64_t time_stamp)
403 pbi->last_time_stamp = time_stamp;
418 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags)
430 *time_stamp = pbi->last_time_stamp;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 292 int64_t time_stamp) {
400 pbi->last_time_stamp = time_stamp;
407 int64_t *time_stamp, int64_t *time_end_stamp,
419 *time_stamp = pbi->last_time_stamp;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 308 int64_t time_stamp)
405 pbi->last_time_stamp = time_stamp;
420 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags)
432 *time_stamp = pbi->last_time_stamp;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 292 int64_t time_stamp) {
400 pbi->last_time_stamp = time_stamp;
407 int64_t *time_stamp, int64_t *time_end_stamp,
420 *time_stamp = pbi->last_time_stamp;

Completed in 584 milliseconds

1 23 4 5 6 7