Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:numInput

625                 int32_t numInput, numOutput;
627 if (!msg->findInt32("input-buffers", &numInput)) {
628 numInput = INT32_MAX;
636 while (numInput-- > 0 && handleAnInputBuffer()) {}