/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0817/ |
D | poc.cpp | 59 Vector < Buffer > inputBuffers; in poc() local 84 allocateHidlPortBuffers(OMX_UTILS_IP_PORT, &inputBuffers, inBufferSize); in poc() 86 inBufferId[i] = inputBuffers[i].mID; in poc() 88 inputBuffers[i].mHidlMemory); in poc() 90 omxUtilsUseBuffer(OMX_UTILS_IP_PORT, inputBuffers[i].mHidlMemory, &inBufferId[i]); in poc()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13180/ |
D | poc.cpp | 57 Vector<Buffer> inputBuffers; in main() local 78 allocateHidlPortBuffers(OMX_UTILS_IP_PORT, &inputBuffers); in main() 80 inBufferId[i] = inputBuffers[i].mID; in main() 100 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inputBuffers[i].mID); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2485/ |
D | poc.cpp | 116 Vector<Buffer> inputBuffers; in main() local 119 allocateHidlPortBuffers(OMX_UTILS_IP_PORT, &inputBuffers, inBufferSize); in main() 121 inBufferId[i] = inputBuffers[i].mID; in main() 123 mapMemory(inputBuffers[i].mHidlMemory); in main() 126 omxUtilsUseBuffer(OMX_UTILS_IP_PORT, inputBuffers[i].mHidlMemory, in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0684/ |
D | poc.cpp | 68 Vector<Buffer> inputBuffers; in main() local 71 allocateHidlPortBuffers(OMX_UTILS_IP_PORT, &inputBuffers); in main() 84 omxUtilsEmptyBuffer(inputBuffers[0].mID, omxIpBuf, 0, 0, -1); in main() 93 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inputBuffers[i].mID); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13241/ |
D | poc.cpp | 80 Vector < Buffer > inputBuffers; in main() local 83 allocateHidlPortBuffers(OMX_UTILS_IP_PORT, &inputBuffers, inBufferSize); in main() 85 inBufferId[i] = inputBuffers[i].mID; in main() 86 err = omxUtilsUseBuffer(OMX_UTILS_IP_PORT, inputBuffers[i].mHidlMemory, in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9347/ |
D | poc.cpp | 67 Vector<Buffer> inputBuffers, outputBuffers; in main() local 69 allocateHidlPortBuffers(OMX_UTILS_IP_PORT, &inputBuffers); in main() 71 inBufferId[i] = inputBuffers[i].mID; in main()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | StagefrightTest.java | 2464 ByteBuffer [] inputBuffers = codec.getInputBuffers(); in doStagefrightTestMediaCodec() local 2472 int n = ex.readSampleData(inputBuffers[bufidx], 0); in doStagefrightTestMediaCodec() 2879 ByteBuffer [] inputBuffers = codec.getInputBuffers(); in doStagefrightTestRawBlob() local 2885 Log.i(TAG, "got input buffer of size " + inputBuffers[bufidx].capacity()); in doStagefrightTestRawBlob() 2886 inputBuffers[bufidx].rewind(); in doStagefrightTestRawBlob() 2887 inputBuffers[bufidx].put(blob, 0, numRead); in doStagefrightTestRawBlob() 3027 ByteBuffer [] inputBuffers = codec.getInputBuffers(); in doStagefrightTestRawBlob() local 3039 byte [] tempBlob = new byte[(int)inputBuffers[0].capacity()]; in doStagefrightTestRawBlob() 3044 inputBuffers[bufidx].rewind(); in doStagefrightTestRawBlob() 3052 inputBuffers[bufidx].put(blob, offset, frameSizes[j]); in doStagefrightTestRawBlob() [all …]
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0840/ |
D | poc.cpp | 63 Vector < Buffer > inputBuffers; in main() local
|
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/ |
D | EncoderTest.java | 220 MediaCodec codec, ByteBuffer[] inputBuffers, int index, in queueInputBuffer() argument 222 ByteBuffer buffer = inputBuffers[index]; in queueInputBuffer()
|
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/ |
D | MediaTranscodingTestUtil.java | 228 ByteBuffer[] inputBuffers = codec.getInputBuffers(); in decodeMp4ToYuv() local 249 ByteBuffer dstBuf = inputBuffers[inputBufIndex]; in decodeMp4ToYuv()
|
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | VideoCodecTestBase.java | 641 ByteBuffer[] inputBuffers = decoder.getInputBuffers(); in decode() local 664 inputBuffers[inputBufIndex].clear(); in decode() 665 inputBuffers[inputBufIndex].put(frame); in decode() 666 inputBuffers[inputBufIndex].rewind(); in decode()
|
D | MediaCodecTest.java | 1897 ByteBuffer[] inputBuffers = encoder.getInputBuffers(); in runAudioEncoding() local 1898 ByteBuffer source = ByteBuffer.allocate(inputBuffers[0].capacity()); in runAudioEncoding() 1913 ByteBuffer inputBuffer = inputBuffers[inputIndex]; in runAudioEncoding() 1917 totalEncoded += inputBuffers[inputIndex].limit(); in runAudioEncoding()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 1118 ByteBuffer[] inputBuffers = decoder.getInputBuffers(); in run() local 1133 ByteBuffer buffer = inputBuffers[inIndex]; in run()
|