Searched refs:videoPtsOffset (Results 1 – 2 of 2) sorted by relevance
136 videoPtsOffset = avBuffer->pts_; in CheckLoopForSave()188 … if (!((pair - videoPtsOffset - 1) <= presentationTimeUs <= (pair - videoPtsOffset + 1))) { in CheckLoopForPtsFromIndex()224 uint64_t relativePresentationTimeUs = static_cast<uint64_t>(pair - videoPtsOffset); in GetIndexByPtsForVideo()
80 int64_t videoPtsOffset = 0; variable