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

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

Completed in 57 milliseconds