Searched refs:pFound (Results 1 – 2 of 2) sorted by relevance
48 auto pFound = search(buff + pos, buff + bufSize, begin(START_CODE), end(START_CODE)); in IsContainIdrFrame() local49 pos = static_cast<size_t>(distance(buff, pFound)); in IsContainIdrFrame()
57 auto pFound = search(pStart + pos, pStart + bufSize, begin(START_CODE), end(START_CODE)); in SetSource() local58 pos = distance(pStart, pFound); in SetSource()