Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2764 const int32_t pipelineDepthInFrames = (mServer - timestamp.mPosition).signedValue(); in getTimestamp_l() local
2765 if (pipelineDepthInFrames > 0 /* should be true, but we check anyways */ in getTimestamp_l()
2766 && (uint32_t)pipelineDepthInFrames > mPosition.value()) { in getTimestamp_l()