HomeSort by relevance Sort by last modified time
    Searched refs:time_stamp (Results 1 - 25 of 116) 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 44 const uint8_t *dest, int64_t time_stamp);
46 int64_t *time_stamp, int64_t *time_end_stamp,
onyx.h 253 YV12_BUFFER_CONFIG *sd, int64_t time_stamp,
257 unsigned char *dest_end, int64_t *time_stamp,
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/
ipa_nat_drv.c 153 * @time_stamp: [out] time stamp of rule
162 uint32_t *time_stamp)
166 NULL == time_stamp) {
172 return ipa_nati_query_timestamp(tbl_hdl, rule_hdl, time_stamp);
  /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/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
ipa_nat_drv.h 106 * @time_stamp: [out] time stamp of rule
115 uint32_t *time_stamp);
  /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);
  /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 104 time_stamp = trace_time.Now()
107 assert issue_ts <= time_stamp
110 "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,
  /hardware/libhardware/include/hardware/
bt_common_types.h 36 uint16_t time_stamp; member in struct:__anon42941
  /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);
  /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;
356 (buffer->time_stamp.tv_sec == 0 && buffer->time_stamp.tv_nsec == 0)) {
361 if (buffer->time_stamp.tv_nsec < er->wr_render_time.tv_nsec) {
362 tmp.tv_sec = buffer->time_stamp.tv_sec - er->wr_render_time.tv_sec - 1
    [all...]
  /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
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/
hisi_mcu.c 70 char time_stamp[24]; member in struct:mcu_image_head
210 ERROR("Invalid %s image header.\n", head->time_stamp);
  /external/libmojo/mojo/converters/blink/
blink_input_events_type_converters.cc 74 web_event->timeStampSeconds = ui::EventTimeStampToSeconds(event.time_stamp());
113 web_event->timeStampSeconds = ui::EventTimeStampToSeconds(event.time_stamp());
145 web_event->timeStampSeconds = ui::EventTimeStampToSeconds(event.time_stamp());
187 web_event->timeStampSeconds = ui::EventTimeStampToSeconds(event.time_stamp());
  /external/webrtc/webrtc/modules/audio_coding/test/
TestVADDTX.cc 104 uint32_t time_stamp = 0x12345678; local
108 audio_frame.timestamp_ = time_stamp;
109 time_stamp += frame_size_samples;
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.h 195 const AudioTimeStamp* time_stamp,
201 const AudioTimeStamp* time_stamp,
209 const AudioTimeStamp* time_stamp,

Completed in 1637 milliseconds

1 2 3 4 5