HomeSort by relevance Sort by last modified time
    Searched defs:bufSize (Results 51 - 75 of 147) sorted by null

1 23 4 5 6

  /frameworks/minikin/libs/minikin/
Layout.cpp 298 const uint32_t bufSize = textBuf.size();
305 start == bufSize ? start : getPrevWordBreakForCache(buf, start + 1, bufSize);
308 wordend = getNextWordBreakForCache(buf, iter, bufSize);
323 uint32_t wordend = end == 0 ? 0 : getNextWordBreakForCache(buf, end - 1, bufSize);
325 wordstart = getPrevWordBreakForCache(buf, iter, bufSize);
402 float Layout::doLayoutWord(const uint16_t* buf, size_t start, size_t count, size_t bufSize,
410 const U16StringPiece textBuf(buf, bufSize);
482 size_t start, size_t count, size_t bufSize,
540 hbTextLength = (buf + bufSize) - hbText
    [all...]
  /frameworks/native/cmds/atrace/
atrace.cpp 965 constexpr size_t bufSize = 64*1024;
966 std::unique_ptr<uint8_t> in(new uint8_t[bufSize]);
967 std::unique_ptr<uint8_t> out(new uint8_t[bufSize]);
977 zs.avail_out = bufSize;
983 result = read(traceFD, in.get(), bufSize);
    [all...]
  /hardware/intel/common/libwsbm/src/
wsbm_slabpool.c 145 uint32_t bufSize;
316 uint32_t size = header->bufSize * slabPool->desiredNumBuffers;
327 if (size < header->bufSize)
328 size = header->bufSize;
465 numBuffers = slab->kbo->actualSize / header->bufSize;
489 sBuf->start = i * header->bufSize;
712 if (header->bufSize >= size)
969 return sBuf->parent->header->bufSize;
1096 header->bufSize = size;
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3PostProc.cpp 345 ssize_t bufSize = mOutputMem->getSize(jpeg_settings->out_buf_index);
346 if (BAD_INDEX == bufSize) {
397 encode_parm.dest_buf[0].buf_size = (size_t)bufSize;
433 ssize_t bufSize = 0;
475 bufSize = pStreamMem->getSize(i);
476 if (BAD_INDEX == bufSize) {
481 encode_parm.src_main_buf[i].buf_size = (size_t)bufSize;
505 bufSize = pStreamMem->getSize(i);
506 if (BAD_INDEX == bufSize) {
511 encode_parm.src_thumb_buf[i].buf_size = (uint32_t)bufSize;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 152 int bufSize = 10;
154 byte[] byteArray = new byte[bufSize];
155 ByteBuffer byteBuf = ByteBuffer.allocate(bufSize);
159 assertEquals(bufSize, readres);
166 assertEquals(bufSize, readres);
172 assertEquals(bufSize, readres);
393 int bufSize = this.testNum;
395 CharBuffer charBuf = CharBuffer.allocate(bufSize);
430 int bufSize = this.testNum;
432 CharBuffer charBuf = CharBuffer.allocate(bufSize);
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 53 final int bufSize = 1024 * 1024 * 2;
64 Debug.startMethodTracing(traceName, bufSize);
68 Debug.startMethodTracing(traceName, bufSize, debug_flag);
  /dalvik/dexdump/
DexDump.cpp 719 size_t bufSize = 1;
720 char* buf = (char*)malloc(bufSize);
743 if (newUsed > bufSize) {
750 bufSize = newUsed;
777 static char* indexString(DexFile* pDexFile, const DecodedInstruction* pDecInsn, size_t bufSize)
779 char* buf = (char*)malloc(bufSize);
829 outSize = snprintf(buf, bufSize, "<unknown-index>");
836 outSize = snprintf(buf, bufSize, "<no-index>");
843 outSize = snprintf(buf, bufSize, "<index-varies> // thing@%0*x",
848 outSize = snprintf(buf, bufSize, "%s // type@%0*x"
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cProgramInterfaceQueryTests.cpp 324 const GLsizei bufSize = 1000;
326 GLint params[bufSize];
327 glGetProgramResourceiv(program, programInterface, index, propCount, props, bufSize, &length, params);
    [all...]
gl3cTransformFeedbackTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp 333 const VkDeviceSize bufSize =
346 bufSize, // size
449 bufSize
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp     [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 338 NextSortKeyPart(const UCollator* coll, const CA_uchar* source, int32_t bufSize, int32_t maxIteration = -1);
347 int32_t bufSize;
353 NextSortKeyPart::NextSortKeyPart(const UCollator* coll, const CA_uchar* source, int32_t bufSize, int32_t maxIteration /* = -1 */)
356 bufSize(bufSize),
370 uint8_t *part = (uint8_t *)malloc(bufSize);
379 int32_t partLen = bufSize;
380 for (int32_t n = 0; U_SUCCESS(*status) && partLen == bufSize && (maxIteration < 0 || n < maxIteration); n++) {
381 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status);
405 NextSortKeyPartUTF8(const UCollator* coll, const CA_char* source, int32_t bufSize, int32_t maxIteration = -1)
    [all...]
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc 247 PaRingBufferSize bufSize = -1;
248 bufSize = PaUtil_InitializeRingBuffer(
250 if (bufSize == -1) {
268 PaRingBufferSize bufSize = -1;
269 bufSize =
272 if (bufSize == -1) {
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp     [all...]
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c     [all...]
  /external/expat/lib/
xmlparse.c     [all...]
  /external/python/cpython2/Modules/expat/
xmlparse.c     [all...]
  /external/python/cpython3/Modules/expat/
xmlparse.c     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 876 size_t bufSize = def.nBufferSize;
881 bufSize = sizeof(VideoNativeMetadata);
883 bufSize = sizeof(VideoNativeHandleMetadata);
892 conversionBufferSize = converter->sourceSize(bufSize);
894 conversionBufferSize = converter->targetSize(bufSize);
905 def.nBufferCountActual, bufSize, def.nBufferSize, asString(mode),
909 if (bufSize == 0 || max(bufSize, conversionBufferSize) > kMaxCodecBufferSize) {
914 // don't modify bufSize as OMX may not expect it to increase after negotiation
915 size_t alignedSize = align(bufSize, alignment)
    [all...]

Completed in 624 milliseconds

1 23 4 5 6