/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
H A D | IkeSaPayloadTest.java | 267 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeAttribute() local 290 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEncryptionTransform() local 306 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEncryptionTransformWithInvalidKeyLength() local 352 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodePrfTransform() local 387 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeIntegrityTransform() local 403 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeIntegrityTransformWithUnrecognizedAttribute() local 438 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeDhGroupTransform() local 473 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEsnTransform() local 490 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEsnTransformWithUnsupportedId() local 505 ByteBuffer inputBuffer = ByteBuffer.wrap(inputPacket); in testDecodeEsnTransformWithUnrecognizedAttribute() local [all …]
|
H A D | IkeDeletePayloadTest.java | 55 ByteBuffer inputBuffer = in testDecodeDeleteIkePayload() local 74 ByteBuffer inputBuffer = in testDecodeDeleteChildPayload() local 97 ByteBuffer inputBuffer = ByteBuffer.wrap(deletePayloadBytes); in testDecodeWithInvalidProtocol() local 112 ByteBuffer inputBuffer = ByteBuffer.wrap(deletePayloadBytes); in testDecodeWithInvalidSpiSize() local 127 ByteBuffer inputBuffer = ByteBuffer.wrap(deletePayloadBytes); in testDecodeWithInvalidNumSpi() local 143 ByteBuffer inputBuffer = ByteBuffer.wrap(deletePayloadBytes); in testDecodeWithInvalidNumSpiAndSpiSize() local
|
H A D | IkeIdPayloadTest.java | 213 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeIpv4AddrIdPayload() local 226 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeIpv6AddrIdPayload() local 239 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeFqdnIdPayload() local 252 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeRfc822AddrIdPayload() local 264 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeKeyIdPayload() local 277 ByteBuffer inputBuffer = ByteBuffer.allocate(payload.getPayloadLength()); in testConstructAndEncodeDerAsn1DnIdPayload() local
|
H A D | IkeTsPayloadTest.java | 76 ByteBuffer inputBuffer = in testDecodeTsInitiatorPayload() local
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | Dequantize.cpp | 123 const uint8_t* inputBuffer = context->getInputBuffer<uint8_t>(kInputTensor); in execute() local 131 const int8_t* inputBuffer = context->getInputBuffer<int8_t>(kInputTensor); in execute() local 139 const int8_t* inputBuffer = context->getInputBuffer<int8_t>(kInputTensor); in execute() local 147 const int8_t* inputBuffer = context->getInputBuffer<int8_t>(kInputTensor); in execute() local
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | SobelFilter.java | 145 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); in onProcess() local 151 inputBuffer, magBuffer, dirBuffer); in onProcess() local
|
H A D | ToGrayValuesFilter.java | 108 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); in onProcess() local
|
/aosp12/frameworks/av/media/libaaudio/src/flowgraph/ |
H A D | ClipToRange.cpp | 31 const float *inputBuffer = input.getBlock(); in onProcess() local
|
H A D | MonoToMultiConverter.cpp | 34 const float *inputBuffer = input.getBlock(); in onProcess() local
|
H A D | RampLinear.cpp | 48 const float *inputBuffer = input.getBlock(); in onProcess() local
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
H A D | IkeCertReqPayload.java | 59 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeCertReqPayload() local
|
H A D | IkeDeletePayload.java | 76 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeDeletePayload() local
|
H A D | IkeIdPayload.java | 68 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeIdPayload() local
|
H A D | IkeTsPayload.java | 51 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeTsPayload() local
|
H A D | IkeSaPayload.java | 78 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeSaPayload() local 515 Transform[] decodeTransforms(int count, ByteBuffer inputBuffer) throws IkeProtocolException; in decodeTransforms() 578 static Proposal readFrom(ByteBuffer inputBuffer) throws IkeProtocolException { in readFrom() 670 public Transform[] decodeTransforms(int count, ByteBuffer inputBuffer) in decodeTransforms() 936 List<Attribute> decodeAttributes(int length, ByteBuffer inputBuffer) in decodeAttributes() 1005 static Transform readFrom(ByteBuffer inputBuffer) throws IkeProtocolException { in readFrom() 1046 public List<Attribute> decodeAttributes(int length, ByteBuffer inputBuffer) in decodeAttributes() 1748 static Pair<Attribute, Integer> readFrom(ByteBuffer inputBuffer) in readFrom()
|
H A D | IkeAuthPayload.java | 70 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in getIkeAuthPayload() local
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/ |
H A D | IkeMac.java | 70 ByteBuffer inputBuffer = ByteBuffer.wrap(dataToSign); in signBytes() local
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | StreamHandler.cpp | 304 sp<GraphicBuffer> inputBuffer = new GraphicBuffer( in processFrame() local 410 sp<GraphicBuffer> inputBuffer = new GraphicBuffer( in copyAndAnalyzeFrame() local
|
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/ |
H A D | Decoder.cpp | 24 tuple<ssize_t, uint32_t, int64_t> readSampleData(uint8_t *inputBuffer, int32_t &offset, in readSampleData() 152 int32_t Decoder::decode(uint8_t *inputBuffer, vector<AMediaCodecBufferInfo> &frameInfo, in decode()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
H A D | AvgBrightnessFilter.java | 55 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); in onProcess() local
|
H A D | ContrastRatioFilter.java | 55 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); in onProcess() local
|
/aosp12/frameworks/av/media/tests/benchmark/src/native/muxer/ |
H A D | Muxer.cpp | 75 int32_t Muxer::mux(uint8_t *inputBuffer, vector<AMediaCodecBufferInfo> &frameInfos) { in mux()
|
/aosp12/frameworks/av/media/tests/benchmark/tests/ |
H A D | DecoderTest.cpp | 58 uint8_t *inputBuffer = (uint8_t *)malloc(kMaxBufferSize); in TEST_P() local
|
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/ |
H A D | NativeDecoder.cpp | 73 uint8_t *inputBuffer = (uint8_t *) malloc(fileSize); in Java_com_android_media_benchmark_library_Native_Decode() local
|
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
H A D | IkeTrafficSelector.java | 282 ByteBuffer inputBuffer = ByteBuffer.wrap(tsBytes); in decodeIkeTrafficSelectors() local 316 private static IkeTrafficSelector decodeTrafficSelector(ByteBuffer inputBuffer, int tsType) in decodeTrafficSelector()
|