Searched refs:inputBuffers (Results 1 – 6 of 6) sorted by relevance
1983 ByteBuffer [] inputBuffers = codec.getInputBuffers(); in doStagefrightTestMediaCodec() local1990 int n = ex.readSampleData(inputBuffers[bufidx], 0); in doStagefrightTestMediaCodec()2336 ByteBuffer [] inputBuffers = codec.getInputBuffers(); in doStagefrightTestRawBlob() local2342 Log.i(TAG, "got input buffer of size " + inputBuffers[bufidx].capacity()); in doStagefrightTestRawBlob()2343 inputBuffers[bufidx].rewind(); in doStagefrightTestRawBlob()2344 inputBuffers[bufidx].put(blob, 0, numRead); in doStagefrightTestRawBlob()2462 ByteBuffer [] inputBuffers = codec.getInputBuffers(); in doStagefrightTestRawBlob() local2475 byte [] tempBlob = new byte[(int)inputBuffers[0].capacity()]; in doStagefrightTestRawBlob()2479 inputBuffers[bufidx].rewind(); in doStagefrightTestRawBlob()2481 inputBuffers[bufidx].capacity()); in doStagefrightTestRawBlob()[all …]
174 std::unique_ptr<UniqueBuffer[]> inputBuffers; in doRun() local183 inputBuffers, true)) { in doRun()
210 MediaCodec codec, ByteBuffer[] inputBuffers, int index, in queueInputBuffer() argument212 ByteBuffer buffer = inputBuffers[index]; in queueInputBuffer()
570 ByteBuffer[] inputBuffers = decoder.getInputBuffers(); in decode() local593 inputBuffers[inputBufIndex].clear(); in decode()594 inputBuffers[inputBufIndex].put(frame); in decode()595 inputBuffers[inputBufIndex].rewind(); in decode()
1628 ByteBuffer[] inputBuffers = encoder.getInputBuffers(); in runAudioEncoding() local1629 ByteBuffer source = ByteBuffer.allocate(inputBuffers[0].capacity()); in runAudioEncoding()1644 ByteBuffer inputBuffer = inputBuffers[inputIndex]; in runAudioEncoding()1648 totalEncoded += inputBuffers[inputIndex].limit(); in runAudioEncoding()
1101 ByteBuffer[] inputBuffers = decoder.getInputBuffers(); in run() local1116 ByteBuffer buffer = inputBuffers[inIndex]; in run()