Home
last modified time | relevance | path

Searched refs:pFound (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dframe_detector.cpp48 auto pFound = search(buff + pos, buff + bufSize, begin(START_CODE), end(START_CODE)); in IsContainIdrFrame() local
49 pos = static_cast<size_t>(distance(buff, pFound)); in IsContainIdrFrame()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dstart_code_detector.cpp57 auto pFound = search(pStart + pos, pStart + bufSize, begin(START_CODE), end(START_CODE)); in SetSource() local
58 pos = distance(pStart, pFound); in SetSource()