Searched refs:outIndex (Results 1 – 8 of 8) sorted by relevance
682 dpb->numOut = dpb->outIndex = 0; in h264bsdMarkDecRefPic()691 dpb->outIndex = 0; in h264bsdMarkDecRefPic()810 ASSERT(dpb->outIndex == 0); in h264bsdMarkDecRefPic()1050 dpb->numOut = dpb->outIndex = 0; in h264bsdInitDpb()1269 dpb->outIndex = 0; in h264bsdCheckGapsInFrameNum()1490 if (dpb->outIndex < dpb->numOut) in h264bsdDpbOutputPicture()1491 return(dpb->outBuf + dpb->outIndex++); in h264bsdDpbOutputPicture()
84 u32 outIndex; member
428 pDecCont->storage.dpb->outIndex) in H264SwDecDecode()
207 int outIndex = total - 1; in hull() local209 retPoly[outIndex] = lUpper[i]; in hull()210 outIndex--; in hull()214 retPoly[outIndex] = lLower[i]; in hull()215 outIndex--; in hull()
184 size_t outIndex = frame.index; in tryCopyDecodedBuffer() local187 vidState->mOutBuffers.itemAt(outIndex); in tryCopyDecodedBuffer()246 err = vidState->mCodec->releaseOutputBuffer(outIndex); in tryCopyDecodedBuffer()
229 [&fnStatus, index](Status status, uint32_t outIndex) { in getExtensionIndex() argument231 *index = toEnumIndexType(outIndex); in getExtensionIndex()
226 [&fnStatus, index](Status status, uint32_t outIndex) { in getExtensionIndex() argument228 *index = toEnumIndexType(outIndex); in getExtensionIndex()
6361 uint32_t outIndex = outIdToIndex[id]; in updateMovedPointers() local6365 PointerProperties& curOutProperties = outProperties[outIndex]; in updateMovedPointers()6366 PointerCoords& curOutCoords = outCoords[outIndex]; in updateMovedPointers()