Searched refs:position64 (Results 1 – 3 of 3) sorted by relevance
80 uint64_t position64; in getTimestamp() local82 if (mStream->getPresentationPosition(&position64, &time) != OK) { in getTimestamp()85 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = position64; in getTimestamp()
84 uint64_t position64 = 0; in getRenderPosition() local85 status_t status = getRenderPosition(&position64); in getRenderPosition()87 *frames = (uint32_t)position64; in getRenderPosition()
4006 uint64_t position64; in getTimestamp_l() local4007 if (mOutput->getPresentationPosition(&position64, ×tamp.mTime) == OK) { in getTimestamp_l()4008 timestamp.mPosition = (uint32_t)position64; in getTimestamp_l()