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

1 2 3 4 5

  /external/autotest/tko/
save_query.cgi 39 def delete_query(time_stamp):
42 data_to_delete = {'time_created':time_stamp}
56 ## key 'delete' has arg value of time_stamp
58 time_stamp = dict_url['delete']
59 delete_query(time_stamp)
  /external/libvpx/libvpx/vp8/common/
onyxd.h 52 int64_t time_stamp);
53 int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags);
onyx.h 264 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);
265 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/
onyxd.h 52 int64_t time_stamp);
53 int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags);
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/webrtc/talk/media/base/
videoframe.h 45 size_t pixel_height, int64_t time_stamp) = 0;
61 int64_t time_stamp,
101 virtual void SetTimeStamp(int64_t time_stamp) = 0;
214 int64_t time_stamp) const = 0;
  /hardware/libhardware/include/hardware/
bt_common_types.h 36 uint16_t time_stamp; member in struct:__anon31131
  /system/media/audio_utils/include/audio_utils/
echo_reference.h 30 struct timespec time_stamp; // time stamp for this buffer (see comment below) member in struct:echo_reference_buffer
37 * - time_stamp is the time stamp corresponding to the delay calculation
43 * - time_stamp is the time stamp corresponding to the delay calculation
  /external/libavc/encoder/
ih264e_time_stamp.h 167 * Updates the time_stamp structure
218 void ih264e_init_time_stamp(time_stamp_handle time_stamp,
245 void ih264e_update_time_stamp(time_stamp_handle time_stamp);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.h 68 int64_t time_stamp);
72 int64_t *time_stamp, int64_t *time_end_stamp,
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvtFilterOnFoundOnLostInfo.java 46 int rssi_value, int time_stamp){
60 mTimeStamp = time_stamp;
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_event.py 95 time_stamp = trace_time.Now()
98 assert issue_ts <= time_stamp
102 "c", time_stamp, "python", "clock_sync", args_to_log)
  /external/blktrace/btreplay/
btrecord.h 32 * @time_stamp: Time stamp for this bunch of IOs
36 __u64 time_stamp; member in struct:io_bunch_hdr
  /external/webrtc/webrtc/modules/video_coding/
decoding_state.h 47 uint32_t time_stamp() const;
timing.h 59 int32_t StopDecodeTimer(uint32_t time_stamp,
66 void IncomingTimestamp(uint32_t time_stamp, int64_t last_packet_time_ms);
  /external/webrtc/webrtc/video/
payload_router.h 51 uint32_t time_stamp,
payload_router.cc 53 uint32_t time_stamp,
73 frame_type, payload_type, time_stamp, capture_time_ms, payload_data,
  /external/webrtc/talk/app/webrtc/
androidvideocapturer.cc 66 captured_frame_.time_stamp = time_stamp_in_ns;
74 captured_frame_.time_stamp = 0;
91 captured_frame->time_stamp, captured_frame->rotation));
114 scaled_buffer, input_frame->time_stamp,
226 int64_t time_stamp) {
228 frame_factory_->UpdateCapturedFrame(buffer, rotation, time_stamp);
androidvideocapturer.h 73 int64_t time_stamp);
  /external/libweave/src/
weave_unittest.cc 540 auto time_stamp = task_runner_.GetClock()->Now(); local
543 .WillOnce(InvokeWithoutArgs([this, &time_stamp]() {
544 EXPECT_LE(task_runner_.GetClock()->Now() - time_stamp,
546 time_stamp = task_runner_.GetClock()->Now();
550 .WillOnce(InvokeWithoutArgs([this, &time_stamp]() {
551 EXPECT_GT(task_runner_.GetClock()->Now() - time_stamp,
553 time_stamp = task_runner_.GetClock()->Now();
571 auto time_stamp = task_runner_.GetClock()->Now(); local
574 .WillOnce(InvokeWithoutArgs([this, &time_stamp]() {
575 EXPECT_GT(task_runner_.GetClock()->Now() - time_stamp,
    [all...]
  /system/media/audio_utils/
echo_reference.c 154 (int)buffer->time_stamp.tv_sec,
155 (int)buffer->time_stamp.tv_nsec, er->playback_delay);
160 if ((buffer->time_stamp.tv_sec == 0) && (buffer->time_stamp.tv_nsec == 0) &&
177 er->wr_render_time.tv_sec = buffer->time_stamp.tv_sec;
178 er->wr_render_time.tv_nsec = buffer->time_stamp.tv_nsec;
362 (buffer->time_stamp.tv_sec == 0 && buffer->time_stamp.tv_nsec == 0)) {
367 if (buffer->time_stamp.tv_nsec < er->wr_render_time.tv_nsec) {
368 tmp.tv_sec = buffer->time_stamp.tv_sec - er->wr_render_time.tv_sec - 1
    [all...]
  /frameworks/base/media/jni/
android_media_ExifInterface.cpp 271 if (image_data.gps.time_stamp[0].denominator != 0
272 && image_data.gps.time_stamp[1].denominator != 0
273 && image_data.gps.time_stamp[2].denominator != 0) {
278 image_data.gps.time_stamp[0].numerator
279 / image_data.gps.time_stamp[0].denominator,
280 image_data.gps.time_stamp[1].numerator
281 / image_data.gps.time_stamp[1].denominator,
282 image_data.gps.time_stamp[2].numerator
283 / image_data.gps.time_stamp[2].denominator));
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 80 buffer.WriteUInt64(frame.time_stamp);
307 buffer.ReadUInt64(reinterpret_cast<uint64_t*>(&frame->time_stamp));
320 captured_frame_.time_stamp =
373 : captured_frame_.time_stamp - last_frame_timestamp_ns_;
381 last_frame_timestamp_ns_ = captured_frame_.time_stamp;
  /external/piex/src/
piex_types.h 76 Rational time_stamp[3]; // Giving hour, minute and second. member in struct:piex::PreviewImageData::Gps
  /system/bt/stack/include/
avdt_api.h 360 typedef void (tAVDT_DATA_CBACK)(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp,
371 UINT32 time_stamp, UINT16 seq_num, UINT8 m_pt, UINT8 marker);
    [all...]

Completed in 770 milliseconds

1 2 3 4 5