HomeSort by relevance Sort by last modified time
    Searched refs:time_stamp (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/webrtc/webrtc/modules/video_coding/
timing.cc 171 int32_t VCMTiming::StopDecodeTimer(uint32_t time_stamp,
193 void VCMTiming::IncomingTimestamp(uint32_t time_stamp, int64_t now_ms) {
195 ts_extrapolator_->Update(now_ms, time_stamp);
decoding_state.cc 45 uint32_t VCMDecodingState::time_stamp() const { function in class:webrtc::VCMDecodingState
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
ipa_nat_drvi.h 175 uint32_t time_stamp:24; member in struct:__anon44461
264 uint64_t time_stamp:24; member in struct:ipa_nat_sw_rule
403 uint32_t *time_stamp);
  /external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
enterprise_LongevityTrackerServer.py 196 time_stamp = time.strftime('%Y/%m/%d %H:%M:%S')
197 perf_writer.writerow([time_stamp, cpu_usage, mem_usage, max_temp])
199 time_stamp, cpu_usage, mem_usage, max_temp)
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe_unittest.cc 44 int64_t time_stamp) const override {
46 frame->InitToBlack(w, h, pixel_width, pixel_height, time_stamp);
69 captured_frame.time_stamp = 5678;
webrtcvideoframefactory_unittest.cc 47 captured_frame_.time_stamp = 5678;
  /system/bt/stack/include/
avdt_api.h 395 uint32_t time_stamp, uint8_t m_pt);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 306 const uint8_t *source, int64_t time_stamp) {
383 pbi->last_time_stamp = time_stamp;
391 int64_t *time_stamp, int64_t *time_end_stamp,
401 *time_stamp = pbi->last_time_stamp;
  /external/autotest/client/site_tests/longevity_Tracker/
longevity_Tracker.py 151 time_stamp = time.strftime('%Y/%m/%d %H:%M:%S')
152 perf_writer.writerow([time_stamp, cpu_usage, mem_usage, max_temp])
154 time_stamp, cpu_usage, mem_usage, max_temp)
  /external/webrtc/talk/media/base/
fakevideocapturer.h 117 frame.time_stamp = initial_unix_timestamp_ + next_timestamp_;
videocapturer.h 89 int64_t time_stamp; // timestamp of when the frame was captured, in unix member in struct:cricket::CapturedFrame
  /frameworks/native/cmds/surfacereplayer/replayer/
Replayer.cpp 76 mCurrentTime = mTrace.increment(0).time_stamp();
94 mCurrentTime = mTrace.increment(0).time_stamp();
123 if (mHasStopped == false && mCurrentIncrement.time_stamp() >= mStopTimeStamp) {
131 waitUntilTimestamp(mCurrentIncrement.time_stamp());
153 mCurrentTime = mCurrentIncrement.time_stamp();
251 std::cout << "Time stamp: " << mCurrentIncrement.time_stamp() << "\n";
  /system/bt/stack/avdt/
avdt_api.cc 913 uint16_t AVDT_WriteReqOpt(uint8_t handle, BT_HDR* p_pkt, uint32_t time_stamp,
920 handle, time_stamp, m_pt, opt);
928 evt.apiwrite.time_stamp = time_stamp;
    [all...]
avdt_scb_act.cc 230 uint32_t time_stamp; local
241 BE_STREAM_TO_UINT32(time_stamp, p);
278 time_stamp, local
    [all...]
  /developers/build/prebuilts/gradle/AlwaysOn/Wearable/src/main/java/com/example/android/wearable/wear/alwayson/
MainActivity.java 127 mTimeStampTextView = (TextView) findViewById(R.id.time_stamp);
  /developers/samples/android/wearable/wear/AlwaysOn/Wearable/src/main/java/com/example/android/wearable/wear/alwayson/
MainActivity.java 185 mTimeStampTextView = findViewById(R.id.time_stamp);
  /development/samples/browseable/AlwaysOn/src/com.example.android.wearable.wear.alwayson/
MainActivity.java 135 mTimeStampTextView = (TextView) stub.findViewById(R.id.time_stamp);
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000.h 105 unsigned long time_stamp; member in struct:e1000_buffer
  /frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
trace_creator.py 20 increment.time_stamp = int(input("Time stamp of action: "))
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6venc.h 222 long long time_stamp; member in struct:venc_buffer
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6venc.h 186 long long time_stamp; member in struct:venc_buffer
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_q6venc.h 222 long long time_stamp; member in struct:venc_buffer
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_q6venc.h 186 long long time_stamp; member in struct:venc_buffer
  /external/blktrace/btreplay/
btrecord.c 258 cur->hdr.time_stamp = stream->start_time = start_time;
582 __u64 off = hdrp->time_stamp - stream->iip->genesis;
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 455 int64_t time_stamp = 0, time_end_stamp = 0; local
466 &time_stamp, &time_end_stamp, &flags)) {

Completed in 2645 milliseconds

12 3 4 5