Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/openh264/
Ddecoder_fuzzer.cpp27 int32_t iBufPos = 0; in LLVMFuzzerTestOneInput() local
52 if (iBufPos >= size) { in LLVMFuzzerTestOneInput()
60 …if ((pBuf[iBufPos + i] == 0 && pBuf[iBufPos + i + 1] == 0 && pBuf[iBufPos + i + 2] == 0 && pBuf[iB… in LLVMFuzzerTestOneInput()
61 …&& i > 0) || (pBuf[iBufPos + i] == 0 && pBuf[iBufPos + i + 1] == 0 && pBuf[iBufPos + i + 2] == 1 &… in LLVMFuzzerTestOneInput()
71 iBufPos += iSliceSize; in LLVMFuzzerTestOneInput()
75 pDecoder->DecodeFrameNoDelay (pBuf.get() + iBufPos, iSliceSize, pData, &sDstBufInfo); in LLVMFuzzerTestOneInput()
76 iBufPos += iSliceSize; in LLVMFuzzerTestOneInput()