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