Searched refs:outIndex (Results 1 – 3 of 3) sorted by relevance
56 int outIndex = 0; in pull() local72 buffer[outIndex++] = value; in pull()
115 int outIndex = 0; in pull() local131 buffer[outIndex++] = value; in pull()
1155 int outIndex = decoder.dequeueOutputBuffer(info, 10000); in run() local1157 switch (outIndex) { in run()1177 ByteBuffer buffer = outputBuffers[outIndex]; in run()1185 decoder.releaseOutputBuffer(outIndex, doRender); in run()