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 173 OMX_TICKS current_ts, interval_ts; local
179 current_ts =
181 interval_ts = current_ts - lastTs;
182 lastTs = current_ts;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
packet_buffer_unittest.cc 270 uint32_t current_ts = start_ts; local
281 EXPECT_EQ(current_ts, packet->header.timestamp);
287 EXPECT_EQ(current_ts, packet->header.timestamp);
298 current_ts += ts_increment;
322 uint32_t current_ts = start_ts; local
326 EXPECT_EQ(current_ts, ts);
328 current_ts += ts_increment;
369 uint32_t current_ts = start_ts; local
373 EXPECT_EQ(current_ts, packet->header.timestamp);
374 current_ts += ts_increment
    [all...]

Completed in 323 milliseconds