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

  /frameworks/av/include/media/
AudioTimestamp.h 70 // mTimeNs is in nanoseconds for the default timebase, monotonic.
73 int64_t mTimeNs[LOCATION_MAX];
93 mTimeNs[i] = -1;
112 if (mTimeNs[i] > 0) {
114 *time = mTimeNs[i] + mTimebaseOffset[timebase];
145 << mPosition[i] << " time: " << mTimeNs[i] << "\n";
  /frameworks/av/services/audioflinger/
FastMixer.cpp 360 perTrackTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] > 0) {
365 perTrackTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = -1;
480 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] =
481 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL];
489 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] =
490 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL];
493 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] =
498 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = -1;
Threads.cpp     [all...]
Tracks.cpp     [all...]
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 192 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] =
193 ets.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL];
AudioStreamOutSink.cpp 81 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] =
  /frameworks/av/media/libmedia/
AudioTrack.cpp 576 ets.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] > 0) {
    [all...]
AudioRecord.cpp 465 timestamp->mTimeNs[ExtendedTimestamp::LOCATION_CLIENT] = 0;
469 if (timestamp->mTimeNs[i] >= 0) {
    [all...]

Completed in 422 milliseconds