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.cpp434 state->mAvailInputBufferIndices.push_back(index);
480 if (state->mAvailInputBufferIndices.empty()) {
484 size_t index = *state->mAvailInputBufferIndices.begin();
485 state->mAvailInputBufferIndices.erase(
486 state->mAvailInputBufferIndices.begin());

Completed in 137 milliseconds