Searched refs:inputBuffers (Results 1 – 6 of 6) sorted by relevance
1236 ByteBuffer [] inputBuffers = codec.getInputBuffers(); in doStagefrightTestMediaCodec() local1243 int n = ex.readSampleData(inputBuffers[bufidx], 0); in doStagefrightTestMediaCodec()1511 ByteBuffer [] inputBuffers = codec.getInputBuffers(); in doStagefrightTestRawBlob() local1517 Log.i(TAG, "got input buffer of size " + inputBuffers[bufidx].capacity()); in doStagefrightTestRawBlob()1518 inputBuffers[bufidx].rewind(); in doStagefrightTestRawBlob()1519 inputBuffers[bufidx].put(blob, 0, numRead); in doStagefrightTestRawBlob()1631 ByteBuffer [] inputBuffers = codec.getInputBuffers(); in doStagefrightTestRawBlob() local1644 byte [] tempBlob = new byte[(int)inputBuffers[0].capacity()]; in doStagefrightTestRawBlob()1648 inputBuffers[bufidx].rewind(); in doStagefrightTestRawBlob()1650 inputBuffers[bufidx].capacity()); in doStagefrightTestRawBlob()[all …]
180 MediaCodec codec, ByteBuffer[] inputBuffers, int index, in queueInputBuffer() argument182 ByteBuffer buffer = inputBuffers[index]; in queueInputBuffer()
569 ByteBuffer[] inputBuffers = decoder.getInputBuffers(); in decode() local592 inputBuffers[inputBufIndex].clear(); in decode()593 inputBuffers[inputBufIndex].put(frame); in decode()594 inputBuffers[inputBufIndex].rewind(); in decode()
1611 ByteBuffer[] inputBuffers = encoder.getInputBuffers(); in runAudioEncoding() local1612 ByteBuffer source = ByteBuffer.allocate(inputBuffers[0].capacity()); in runAudioEncoding()1627 ByteBuffer inputBuffer = inputBuffers[inputIndex]; in runAudioEncoding()1631 totalEncoded += inputBuffers[inputIndex].limit(); in runAudioEncoding()
174 std::unique_ptr<UniqueBuffer[]> inputBuffers; in doRun() local183 inputBuffers, true)) { in doRun()
1079 ByteBuffer[] inputBuffers = decoder.getInputBuffers(); in run() local1094 ByteBuffer buffer = inputBuffers[inIndex]; in run()