Searched refs:position64 (Results 1 – 3 of 3) sorted by relevance
75 uint64_t position64; in getTimestamp() local77 if (mStream->get_presentation_position(mStream, &position64, &time) != OK) { in getTimestamp()80 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = position64; in getTimestamp()
77 uint64_t position64 = 0; in getRenderPosition() local78 status_t status = getRenderPosition(&position64); in getRenderPosition()80 *frames = (uint32_t)position64; in getRenderPosition()
3285 uint64_t position64; in getTimestamp_l() local3286 int ret = mOutput->getPresentationPosition(&position64, ×tamp.mTime); in getTimestamp_l()3288 timestamp.mPosition = (uint32_t)position64; in getTimestamp_l()