Searched refs:inputBuffers (Results 1 – 6 of 6) sorted by relevance
1445 ByteBuffer [] inputBuffers = codec.getInputBuffers(); in doStagefrightTestMediaCodec() local1452 int n = ex.readSampleData(inputBuffers[bufidx], 0); in doStagefrightTestMediaCodec()1730 ByteBuffer [] inputBuffers = codec.getInputBuffers(); in doStagefrightTestRawBlob() local1736 Log.i(TAG, "got input buffer of size " + inputBuffers[bufidx].capacity()); in doStagefrightTestRawBlob()1737 inputBuffers[bufidx].rewind(); in doStagefrightTestRawBlob()1738 inputBuffers[bufidx].put(blob, 0, numRead); in doStagefrightTestRawBlob()1850 ByteBuffer [] inputBuffers = codec.getInputBuffers(); in doStagefrightTestRawBlob() local1863 byte [] tempBlob = new byte[(int)inputBuffers[0].capacity()]; in doStagefrightTestRawBlob()1867 inputBuffers[bufidx].rewind(); in doStagefrightTestRawBlob()1869 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()
1627 ByteBuffer[] inputBuffers = encoder.getInputBuffers(); in runAudioEncoding() local1628 ByteBuffer source = ByteBuffer.allocate(inputBuffers[0].capacity()); in runAudioEncoding()1643 ByteBuffer inputBuffer = inputBuffers[inputIndex]; in runAudioEncoding()1647 totalEncoded += inputBuffers[inputIndex].limit(); in runAudioEncoding()
1101 ByteBuffer[] inputBuffers = decoder.getInputBuffers(); in run() local1116 ByteBuffer buffer = inputBuffers[inIndex]; in run()