Searched refs:pipelineDepthInFrames (Results 1 – 1 of 1) sorted by relevance
3376 const int32_t pipelineDepthInFrames = (mServer - timestamp.mPosition).signedValue(); in getTimestamp_l() local3377 if (pipelineDepthInFrames > 0 /* should be true, but we check anyways */ in getTimestamp_l()3378 && (uint32_t)pipelineDepthInFrames > mPosition.value()) { in getTimestamp_l()