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