Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dpic_queue.cpp232 PPicture PrefetchLastPicForThread (PPicBuff pPicBuf, const int32_t& iLastPicBuffIdx) { in PrefetchLastPicForThread() argument
238 if (iLastPicBuffIdx >= 0 && iLastPicBuffIdx < pPicBuf->iCapacity) { in PrefetchLastPicForThread()
239 pPic = pPicBuf->ppPic[iLastPicBuffIdx]; in PrefetchLastPicForThread()