Searched refs:mAvailInputBufferIndices (Results 1 – 2 of 2) sorted by relevance
432 state->mAvailInputBufferIndices.push_back(index); in onDoMoreStuff()478 if (state->mAvailInputBufferIndices.empty()) { in onDoMoreStuff()482 size_t index = *state->mAvailInputBufferIndices.begin(); in onDoMoreStuff()483 state->mAvailInputBufferIndices.erase( in onDoMoreStuff()484 state->mAvailInputBufferIndices.begin()); in onDoMoreStuff()
79 List<size_t> mAvailInputBufferIndices; member