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

  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h 81 bool mEndOfInput;
SoftAAC2.cpp 133 mEndOfInput = false;
508 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) {
514 mEndOfInput = (inHeader->nFlags & OMX_BUFFERFLAG_EOS) != 0;
788 if (!mEndOfInput && mOutputDelayCompensated < outputDelay) {
    [all...]

Completed in 879 milliseconds