Home
last modified time | relevance | path

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

/frameworks/av/media/libnbaio/
DAudioStreamOutSink.cpp93 uint64_t position64; in getTimestamp() local
95 if (mStream->getPresentationPosition(&position64, &time) != OK) { in getTimestamp()
98 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = position64; in getTimestamp()