HomeSort by relevance Sort by last modified time
    Searched refs:mAvailInputBufferIndices (Results 1 - 2 of 2) sorted by null

  /frameworks/av/cmds/stagefright/
SimplePlayer.h 79 List<size_t> mAvailInputBufferIndices;
SimplePlayer.cpp 432 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 5705 milliseconds