HomeSort by relevance Sort by last modified time
    Searched refs:current_ts (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.cpp 197 OMX_TICKS current_ts, interval_ts; local
203 current_ts =(nsecs_t)t.tv_sec * 1000000000 + (nsecs_t)t.tv_usec * 1000;
204 interval_ts = current_ts - lastTs;
205 lastTs = current_ts;
OMXVideoEncoderMPEG4.cpp 200 OMX_TICKS current_ts, interval_ts; local
206 current_ts =
208 interval_ts = current_ts - lastTs;
209 lastTs = current_ts;
OMXVideoEncoderVP8.cpp 196 OMX_TICKS current_ts, interval_ts; local
202 current_ts =
204 interval_ts = current_ts - lastTs;
205 lastTs = current_ts;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer_unittest.cc 309 uint32_t current_ts = start_ts; local
313 EXPECT_EQ(current_ts, ts);
315 current_ts += ts_increment;
356 uint32_t current_ts = start_ts; local
360 EXPECT_EQ(current_ts, packet->header.timestamp);
361 current_ts += ts_increment;

Completed in 48 milliseconds