Searched defs:outIndex (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h84 u32 outIndex; member in struct:__anon743
/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp184 size_t outIndex = frame.index; local
187 vidState->mOutBuffers.itemAt(outIndex);
246 err = vidState->mCodec->releaseOutputBuffer(outIndex);
/frameworks/base/libs/hwui/
H A DSpotShadow.cpp207 int outIndex = total - 1; local
209 retPoly[outIndex] = lUpper[i];
210 outIndex--;
214 retPoly[outIndex] = lLower[i];
215 outIndex--;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp6361 uint32_t outIndex = outIdToIndex[id]; local
6365 PointerProperties& curOutProperties = outProperties[outIndex];
6366 PointerCoords& curOutCoords = outCoords[outIndex];

Completed in 7157 milliseconds