Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2929 static const int NANOS_PER_MILLIS = 1000000; in pendingDuration() local
2930 *msec = (int32_t)(ms + clockdiff / NANOS_PER_MILLIS); in pendingDuration()