Home
last modified time | relevance | path

Searched defs:inputBuffer (Results 1 – 25 of 76) sorted by relevance

1234

/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeSaPayloadTest.java267 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 DIkeDeletePayloadTest.java55 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 DIkeIdPayloadTest.java213 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 DIkeTsPayloadTest.java76 ByteBuffer inputBuffer = in testDecodeTsInitiatorPayload() local
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DDequantize.cpp123 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 DSobelFilter.java145 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); in onProcess() local
151 inputBuffer, magBuffer, dirBuffer); in onProcess() local
H A DToGrayValuesFilter.java108 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); in onProcess() local
/aosp12/frameworks/av/media/libaaudio/src/flowgraph/
H A DClipToRange.cpp31 const float *inputBuffer = input.getBlock(); in onProcess() local
H A DMonoToMultiConverter.cpp34 const float *inputBuffer = input.getBlock(); in onProcess() local
H A DRampLinear.cpp48 const float *inputBuffer = input.getBlock(); in onProcess() local
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeCertReqPayload.java59 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeCertReqPayload() local
H A DIkeDeletePayload.java76 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeDeletePayload() local
H A DIkeIdPayload.java68 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeIdPayload() local
H A DIkeTsPayload.java51 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in IkeTsPayload() local
H A DIkeSaPayload.java78 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 DIkeAuthPayload.java70 ByteBuffer inputBuffer = ByteBuffer.wrap(payloadBody); in getIkeAuthPayload() local
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
H A DIkeMac.java70 ByteBuffer inputBuffer = ByteBuffer.wrap(dataToSign); in signBytes() local
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DStreamHandler.cpp304 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 DDecoder.cpp24 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 DAvgBrightnessFilter.java55 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); in onProcess() local
H A DContrastRatioFilter.java55 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); in onProcess() local
/aosp12/frameworks/av/media/tests/benchmark/src/native/muxer/
H A DMuxer.cpp75 int32_t Muxer::mux(uint8_t *inputBuffer, vector<AMediaCodecBufferInfo> &frameInfos) { in mux()
/aosp12/frameworks/av/media/tests/benchmark/tests/
H A DDecoderTest.cpp58 uint8_t *inputBuffer = (uint8_t *)malloc(kMaxBufferSize); in TEST_P() local
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
H A DNativeDecoder.cpp73 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 DIkeTrafficSelector.java282 ByteBuffer inputBuffer = ByteBuffer.wrap(tsBytes); in decodeIkeTrafficSelectors() local
316 private static IkeTrafficSelector decodeTrafficSelector(ByteBuffer inputBuffer, int tsType) in decodeTrafficSelector()

1234