HomeSort by relevance Sort by last modified time
    Searched refs:bufferType (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
EngineHandshakeBenchmark.java 49 BufferType bufferType();
65 BufferType bufferType = config.bufferType();
71 clientApplicationBuffer = bufferType.newApplicationBuffer(clientEngine);
72 serverApplicationBuffer = bufferType.newApplicationBuffer(serverEngine);
73 clientPacketBuffer = bufferType.newPacketBuffer(clientEngine);
74 serverPacketBuffer = bufferType.newPacketBuffer(serverEngine);
100 public BufferType bufferType()
    [all...]
EngineWrapBenchmark.java 52 BufferType bufferType();
73 BufferType bufferType = config.bufferType();
79 clientApplicationBuffer = bufferType.newApplicationBuffer(clientEngine);
80 serverApplicationBuffer = bufferType.newApplicationBuffer(serverEngine);
81 clientPacketBuffer = bufferType.newPacketBuffer(clientEngine);
82 serverPacketBuffer = bufferType.newPacketBuffer(serverEngine);
86 messageBuffer = bufferType.newBuffer(messageSize)
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferBenchmark.java 49 @Param private MyBufferType bufferType;
51 public static ByteBuffer newBuffer(MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws IOException {
54 switch (bufferType) {
85 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
95 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
106 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
116 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
126 CharBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asCharBuffer();
137 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
147 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
    [all...]
ByteBufferScalarVersusVectorBenchmark.java 25 @Param private ByteBufferBenchmark.MyBufferType bufferType;
28 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
29 ByteBuffer dst = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
ByteBufferBulkBenchmark.java 45 public static ByteBuffer newBuffer(boolean aligned, MyBufferType bufferType, int bsize) throws IOException {
48 switch (bufferType) {
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
ConscryptEngineTest.java 53 public enum BufferType {
75 BufferType(BufferAllocator allocator) {
109 public static Iterable<BufferType> data() {
111 BufferType.HEAP_ALLOCATOR, BufferType.HEAP_NO_ALLOCATOR, BufferType.DIRECT);
114 @Parameter public BufferType bufferType;
173 ByteBuffer clientCleartextBuffer = bufferType.newBuffer(MESSAGE_SIZE);
182 ByteBuffer out = bufferType.newBuffer(clientEngine.getSession().getPacketBufferSize())
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 56 buffer_handle_t* pHandle, int bufferType,
104 if (bufferType == BUFFER_TYPE_VIDEO) {
159 bufferType, format, width, height, eData.fd, eData.offset,
176 int *bufferType)
178 *bufferType = BUFFER_TYPE_VIDEO;
182 *bufferType = BUFFER_TYPE_UI;
185 *bufferType = BUFFER_TYPE_UI;
268 int bufferType;
293 getGrallocInformationFromFormat(grallocFormat, &bufferType);
314 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
  /hardware/qcom/display/msm8226/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 55 buffer_handle_t* pHandle, int bufferType,
103 if (bufferType == BUFFER_TYPE_VIDEO) {
162 bufferType, format, width, height, eData.fd, eData.offset,
179 int *bufferType)
181 *bufferType = BUFFER_TYPE_VIDEO;
185 *bufferType = BUFFER_TYPE_UI;
188 *bufferType = BUFFER_TYPE_UI;
271 int bufferType;
295 getGrallocInformationFromFormat(grallocFormat, &bufferType);
316 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
  /hardware/qcom/display/msm8909/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 52 buffer_handle_t* pHandle, int bufferType,
103 if (bufferType == BUFFER_TYPE_VIDEO) {
173 bufferType, format, width, height, eData.fd, eData.offset,
190 int *bufferType)
192 *bufferType = BUFFER_TYPE_VIDEO;
196 *bufferType = BUFFER_TYPE_UI;
199 *bufferType = BUFFER_TYPE_UI;
284 int bufferType;
308 getGrallocInformationFromFormat(grallocFormat, &bufferType);
317 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
  /hardware/qcom/display/msm8960/libgralloc/
gpu.h 41 int bufferType, int format,
72 int *bufferType);
gralloc_priv.h 177 int bufferType;
192 private_handle_t(int fd, int size, int flags, int bufferType,
196 flags(flags), size(size), offset(0), bufferType(bufferType),
gpu.cpp 56 buffer_handle_t* pHandle, int bufferType,
106 if (bufferType == BUFFER_TYPE_VIDEO) {
146 bufferType, format, width, height, eData.fd, eData.offset,
162 int *bufferType)
164 *bufferType = BUFFER_TYPE_VIDEO;
168 *bufferType = BUFFER_TYPE_UI;
171 *bufferType = BUFFER_TYPE_UI;
254 int bufferType;
274 getGrallocInformationFromFormat(grallocFormat, &bufferType);
285 bufferType = BUFFER_TYPE_VIDEO
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 60 buffer_handle_t* pHandle, int bufferType,
107 if (bufferType == BUFFER_TYPE_VIDEO) {
181 bufferType, format, width, height, eData.fd, eData.offset,
198 int *bufferType)
200 *bufferType = BUFFER_TYPE_VIDEO;
204 *bufferType = BUFFER_TYPE_UI;
289 int bufferType;
317 getGrallocInformationFromFormat(grallocFormat, &bufferType);
338 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /hardware/qcom/display/msm8996/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 59 buffer_handle_t* pHandle, int bufferType,
164 bufferType, format, width, height, eData.fd, eData.offset,
182 int *bufferType)
184 *bufferType = BUFFER_TYPE_VIDEO;
188 *bufferType = BUFFER_TYPE_UI;
270 int bufferType;
321 getGrallocInformationFromFormat(grallocFormat, &bufferType);
333 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /hardware/qcom/display/msm8998/libgralloc/
gralloc_priv.h 248 int bufferType;
270 private_handle_t(int fd, unsigned int size, int flags, int bufferType,
273 flags(flags), size(size), offset(0), bufferType(bufferType),
284 private_handle_t(int fd, unsigned int size, int flags, int bufferType,
287 private_handle_t(fd, size, flags, bufferType, format, width, height)
294 private_handle_t(int fd, unsigned int size, int flags, int bufferType,
298 private_handle_t(fd, size, flags, bufferType, format, width, height,
  /hardware/qcom/display/sdm845/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gralloc_priv.h 241 int bufferType;
261 private_handle_t(int fd, unsigned int size, int flags, int bufferType,
264 flags(flags), size(size), offset(0), bufferType(bufferType),
275 private_handle_t(int fd, unsigned int size, int flags, int bufferType,
278 private_handle_t(fd, size, flags, bufferType, format, width, height)
285 private_handle_t(int fd, unsigned int size, int flags, int bufferType,
289 private_handle_t(fd, size, flags, bufferType, format, width, height,
gpu.cpp 52 buffer_handle_t* pHandle, int bufferType,
164 bufferType, format, alignedw, alignedh,
180 int *bufferType)
182 *bufferType = BUFFER_TYPE_VIDEO;
186 *bufferType = BUFFER_TYPE_UI;
268 int bufferType;
324 getGrallocInformationFromFormat(grallocFormat, &bufferType);
336 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /frameworks/av/media/libmedia/
OMXBuffer.cpp 115 BufferType bufferType = (BufferType) parcel->readInt32();
116 CHECK(bufferType != kBufferTypeHidlMemory);
118 switch(bufferType) {
171 mBufferType = bufferType;
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
JmhEngineHandshakeBenchmark.java 59 public BufferType b_buffer;
79 public BufferType bufferType() {

Completed in 1051 milliseconds

1 2 3 4 5