Searched refs:missingIndices (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DBufferSourceAdapter.cpp535 android::KeyedVector<void*, int> missingIndices; local
542 missingIndices.add(mBuffers[i].opaque, i);
553 missingIndices.removeItem(newBuffers[index].opaque);
582 missingIndices.removeItem(newBuffers[index].opaque);
587 if ((mBufferCount - index) != missingIndices.size()) {
591 for (unsigned int i = 0; i < missingIndices.size(); i++) {
592 int j = missingIndices.valueAt(i);

Completed in 24 milliseconds