Home
last modified time | relevance | path

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

/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_dpb.c680 dpb->numOut = dpb->outIndex = 0; in h264bsdMarkDecRefPic()
689 dpb->outIndex = 0; in h264bsdMarkDecRefPic()
808 ASSERT(dpb->outIndex == 0); in h264bsdMarkDecRefPic()
1041 dpb->numOut = dpb->outIndex = 0; in h264bsdInitDpb()
1260 dpb->outIndex = 0; in h264bsdCheckGapsInFrameNum()
1481 if (dpb->outIndex < dpb->numOut) in h264bsdDpbOutputPicture()
1482 return(dpb->outBuf + dpb->outIndex++); in h264bsdDpbOutputPicture()
Dh264bsd_dpb.h84 u32 outIndex; member
DH264SwDecApi.c415 pDecCont->storage.dpb->outIndex) in H264SwDecDecode()
/frameworks/base/services/input/
DInputReader.cpp5196 uint32_t outIndex = outIdToIndex[id]; in updateMovedPointers() local
5200 PointerProperties& curOutProperties = outProperties[outIndex]; in updateMovedPointers()
5201 PointerCoords& curOutCoords = outCoords[outIndex]; in updateMovedPointers()