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

1 2 3

  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferBenchmark.java 45 @Param private MyBufferType bufferType;
47 public static ByteBuffer newBuffer(MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws IOException {
50 switch (bufferType) {
81 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
91 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
102 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
112 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
122 CharBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asCharBuffer();
133 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
143 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
    [all...]
ByteBufferScalarVersusVectorBenchmark.java 32 @Param private ByteBufferBenchmark.MyBufferType bufferType;
35 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
36 ByteBuffer dst = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
  /hardware/qcom/display/msm8084/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) {
158 bufferType, format, width, height, eData.fd, eData.offset,
175 int *bufferType)
177 *bufferType = BUFFER_TYPE_VIDEO;
181 *bufferType = BUFFER_TYPE_UI;
184 *bufferType = BUFFER_TYPE_UI;
267 int bufferType;
287 getGrallocInformationFromFormat(grallocFormat, &bufferType);
308 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
gralloc_priv.h 216 int bufferType;
233 private_handle_t(int fd, size_t size, int flags, int bufferType,
237 flags(flags), size(size), offset(0), bufferType(bufferType),
  /hardware/qcom/display/msm8226/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 55 buffer_handle_t* pHandle, int bufferType,
100 if (bufferType == BUFFER_TYPE_VIDEO) {
153 bufferType, format, width, height, eData.fd, eData.offset,
169 int *bufferType)
171 *bufferType = BUFFER_TYPE_VIDEO;
178 *bufferType = BUFFER_TYPE_UI;
181 *bufferType = BUFFER_TYPE_UI;
264 int bufferType;
283 getGrallocInformationFromFormat(grallocFormat, &bufferType);
304 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
gralloc_priv.h 214 int bufferType;
229 private_handle_t(int fd, int size, int flags, int bufferType,
233 flags(flags), size(size), offset(0), bufferType(bufferType),
  /hardware/qcom/display/msm8960/libgralloc/
gpu.h 41 int bufferType, int format,
72 int *bufferType);
gralloc_priv.h 176 int bufferType;
191 private_handle_t(int fd, int size, int flags, int bufferType,
195 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;
268 getGrallocInformationFromFormat(grallocFormat, &bufferType);
279 bufferType = BUFFER_TYPE_VIDEO
    [all...]
  /hardware/qcom/display/msm8974/libgralloc/
gpu.h 41 int bufferType, int format,
72 int *bufferType);
gralloc_priv.h 174 int bufferType;
189 private_handle_t(int fd, int size, int flags, int bufferType,
193 flags(flags), size(size), offset(0), bufferType(bufferType),
gpu.cpp 55 buffer_handle_t* pHandle, int bufferType,
107 if (bufferType == BUFFER_TYPE_VIDEO) {
152 bufferType, format, width, height, eData.fd, eData.offset,
168 int *bufferType)
170 *bufferType = BUFFER_TYPE_VIDEO;
174 *bufferType = BUFFER_TYPE_UI;
177 *bufferType = BUFFER_TYPE_UI;
260 int bufferType;
283 getGrallocInformationFromFormat(grallocFormat, &bufferType);
294 bufferType = BUFFER_TYPE_VIDEO
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderEncoderTests.java 233 private String outputOptions(final int bufferType,
236 + ((bufferType == BinaryDictUtils.USE_BYTE_BUFFER) ? "byte buffer" : "byte array");
244 final HashMap<String, List<String>> shortcutMap, final int bufferType) {
250 bufferType);
267 final int bufferType, final FormatSpec.FormatOptions formatOptions,
282 final long read = timeReadingAndCheckDict(file, words, bigrams, shortcuts, bufferType);
285 + " : " + outputOptions(bufferType, formatOptions);
288 private void runReadAndWriteTests(final List<String> results, final int bufferType,
290 results.add(runReadAndWrite(sWords, sEmptyBigrams, null /* shortcuts */, bufferType,
292 results.add(runReadAndWrite(sWords, sChainBigrams, null /* shortcuts */, bufferType,
    [all...]
BinaryDictIOUtils.java 41 * @param bufferType The type of buffer, as one of USE_* in DictDecoder.
45 final long length, final int bufferType) {
47 return new Ver4DictDecoder(dictFile, bufferType);
49 return new Ver2DictDecoder(dictFile, offset, length, bufferType);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLBufferImpl.h 29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
GrGLBufferImpl.cpp 23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType)
25 , fBufferType(bufferType)
  /external/skia/src/gpu/gl/
GrGLBufferImpl.h 29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.h 69 enum BufferType {
78 * @param bufferType The type of buffers to create.
91 BufferType bufferType,
170 BufferType fBufferType;
  /external/skia/src/gpu/
GrBufferAllocPool.h 69 enum BufferType {
78 * @param bufferType The type of buffers to create.
91 BufferType bufferType,
170 BufferType fBufferType;
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 179 MetadataBufferType bufferType = *(MetadataBufferType *)src;
180 bool usingGraphicBuffer = bufferType == kMetadataBufferTypeGraphicBuffer;
181 if (!usingGraphicBuffer && bufferType != kMetadataBufferTypeGrallocSource) {
182 ALOGE("Unsupported metadata type (%d)", bufferType);
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 78 unsigned bufferType;
437 if (buf->bufferType == WSBM_BUFFER_SIMPLE) {
470 if (buf->bufferType == WSBM_BUFFER_SIMPLE) {
496 if (buf->bufferType == WSBM_BUFFER_SIMPLE)
516 if (buf->bufferType == WSBM_BUFFER_REF)
629 if (buf->bufferType == WSBM_BUFFER_SIMPLE)
649 if (buf->bufferType == WSBM_BUFFER_REF)
815 if (buf->bufferType == WSBM_BUFFER_SIMPLE)
917 buf->bufferType = WSBM_BUFFER_REF;
958 buf->bufferType = WSBM_BUFFER_SIMPLE
    [all...]
  /frameworks/wilhelm/src/itf/
IAndroidBufferQueue.c 56 SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS)
59 switch (bufferType) {
93 switch (bufferType) {
180 }// switch (bufferType)
188 switch (bufferType) {
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
audio_device_test_api.cc     [all...]

Completed in 1337 milliseconds

1 2 3