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

  /external/chromium_org/media/base/
audio_timestamp_helper.cc 36 return ComputeTimestamp(frame_count_);
41 base::TimeDelta end_timestamp = ComputeTimestamp(frame_count_ + frame_count);
56 // of the frame to time computation in ComputeTimestamp().
67 base::TimeDelta AudioTimestampHelper::ComputeTimestamp(
audio_timestamp_helper.h 58 base::TimeDelta ComputeTimestamp(int64 frame_count) const;

Completed in 397 milliseconds