Home
last modified time | relevance | path

Searched refs:ets (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libnbaio/
DMonoPipe.cpp182 ExtendedTimestamp ets; in getTimestamp() local
183 if (mTimestampObserver.poll(ets)) { in getTimestamp()
185 ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL]; in getTimestamp()
187 ets.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in getTimestamp()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2517 ExtendedTimestamp ets; in getTimestamp_l() local
2518 status = mProxy->getTimestamp(&ets); in getTimestamp_l()
2521 status = ets.getBestTimestamp(&timestamp, &location); in getTimestamp_l()
2534 (ets.mTimeNs[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] < 0 || in getTimestamp_l()
2535 ets.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL_LASTKERNELOK] < 0 || in getTimestamp_l()
2536 ets.mPosition[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] <= 0 || in getTimestamp_l()
2537 ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL_LASTKERNELOK] <= 0) in getTimestamp_l()
2542 (ets.mPosition[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] in getTimestamp_l()
2543 - ets.mPosition[ExtendedTimestamp::LOCATION_KERNEL_LASTKERNELOK]); in getTimestamp_l()
2545 (long long)frames, ets.toString().c_str()); in getTimestamp_l()
[all …]
/frameworks/av/media/libmediaplayer2/
DMediaPlayer2AudioOutput.cpp250 ExtendedTimestamp ets; in getFramesWritten() local
251 status_t status = mTrack->getTimestamp(&ets); in getFramesWritten()
253 *frameswritten = (uint32_t)ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT]; in getFramesWritten()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1787 ExtendedTimestamp ets; in getFramesWritten() local
1788 status_t status = mTrack->getTimestamp(&ets); in getFramesWritten()
1790 *frameswritten = (uint32_t)ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT]; in getFramesWritten()
/frameworks/av/services/audioflinger/
DThreads.cpp3626 ExtendedTimestamp ets; in getTimestamp_l() local
3627 status_t status = mNormalSink->getTimestamp(ets); in getTimestamp_l()
3629 status = ets.getBestTimestamp(&timestamp); in getTimestamp_l()