Searched refs:outIndex (Results 1 – 4 of 4) sorted by relevance
56 int outIndex = 0; in pull() local73 buffer[outIndex++] = value; in pull()75 buffer[outIndex++] = 0.0f; in pull()
117 int outIndex = 0; in pull() local133 buffer[outIndex++] = value; in pull()
61 int outIndex = 0; in pull() local77 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()