Home
last modified time | relevance | path

Searched defs: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
/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