Searched refs:tempSampleBuffer (Results 1 – 1 of 1) sorted by relevance
133 ByteBuffer tempSampleBuffer = ByteBuffer.allocate(tempBufferInfo.size); in testMuxer() local134 tempSampleBuffer.put(extractor.getFrameBuffer().array(), 0, bufferInfo.size); in testMuxer()135 inputBuffer.add(tempSampleBuffer); in testMuxer()