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.cpp430 state->mAvailInputBufferIndices.push_back(index);
476 if (state->mAvailInputBufferIndices.empty()) {
480 size_t index = *state->mAvailInputBufferIndices.begin();
481 state->mAvailInputBufferIndices.erase(
482 state->mAvailInputBufferIndices.begin());

Completed in 2155 milliseconds