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

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h78 List<size_t> mAvailInputBufferIndices; member in struct:android::SimplePlayer::CodecState
H A DSimplePlayer.cpp431 state->mAvailInputBufferIndices.push_back(index);
477 if (state->mAvailInputBufferIndices.empty()) {
481 size_t index = *state->mAvailInputBufferIndices.begin();
482 state->mAvailInputBufferIndices.erase(
483 state->mAvailInputBufferIndices.begin());

Completed in 122 milliseconds