Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DStreamHalAidl.cpp740 int64_t aidlFrames = 0, aidlTimestamp = 0; in getRenderPosition() local
743 getObservablePosition(&aidlFrames, &aidlTimestamp, &statePositions)); in getRenderPosition()
753 *dspFrames = aidlFrames <= mostRecentResetPoint ? 0 : aidlFrames - mostRecentResetPoint; in getRenderPosition()
809 int64_t aidlFrames = 0, aidlTimestamp = 0; in getPresentationPosition() local
811 RETURN_STATUS_IF_ERROR(getObservablePosition(&aidlFrames, &aidlTimestamp, &statePositions)); in getPresentationPosition()
814 *frames = aidlFrames; in getPresentationPosition()
818 *frames = aidlFrames <= mostRecentResetPoint ? 0 : aidlFrames - mostRecentResetPoint; in getPresentationPosition()