HomeSort by relevance Sort by last modified time
    Searched defs:bufferSize (Results 151 - 175 of 302) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/src/ports/
SkFontHost_win.cpp 544 #define BUFFERSIZE (1 << 13)
567 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf);
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 310 bufferSize(0)
365 bufferSize = data.payloadSize;
371 if (bufferSize < size)
377 bufferSize = size;
391 WebRtc_UWord32 bufferSize;
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
  /frameworks/base/core/java/android/os/
Debug.java 609 * @param bufferSize The maximum amount of trace data we gather. If not given, it defaults to 8MB.
611 public static void startMethodTracing(String traceName, int bufferSize) {
612 startMethodTracing(traceName, bufferSize, 0);
637 * @param bufferSize The maximum amount of trace data we gather. If not given, it defaults to 8MB.
640 public static void startMethodTracing(String traceName, int bufferSize,
642 VMDebug.startMethodTracing(fixTraceName(traceName), bufferSize, flags, false, 0);
656 * @param bufferSize The maximum amount of trace data we gather. If not given, it defaults to 8MB.
660 int bufferSize, int intervalUs) {
661 VMDebug.startMethodTracing(fixTraceName(traceName), bufferSize, 0, true, intervalUs);
688 int bufferSize, int flags)
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 176 unsigned int bufferSize; // Size of sample buffer
275 size_t bufferSize() const;
303 virtual size_t bufferSize() const
305 return ALSAStreamOps::bufferSize();
359 virtual size_t bufferSize() const
361 return ALSAStreamOps::bufferSize();
412 status_t initSurroundSoundLibrary(unsigned long buffersize);
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 667 int32_t bufferSize = U_COL_SAFECLONE_BUFFERSIZE;
696 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, 0))
702 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || err != U_MEMORY_ALLOCATION_ERROR)
711 log_err("FAIL: Cloned Collator failed to deal correctly with null bufferSize pointer\n");
716 bufferSize = 0;
717 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || U_FAILURE(err) || bufferSize <= 0)
722 if (U_COL_SAFECLONE_BUFFERSIZE < bufferSize)
727 if (0 == (col = ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err)) || U_FAILURE(err))
733 --bufferSize;
    [all...]
ccapitst.c     [all...]
cloctst.c     [all...]
  /external/chromium_org/v8/src/
log.cc 260 int bufferSize = sizeof(kFilenameFormatString) + kFilenameBufferPadding;
261 ScopedVector<char> perf_dump_name(bufferSize);
384 int bufferSize = sizeof(kFilenameFormatString) + kFilenameBufferPadding;
385 ScopedVector<char> perf_dump_name(bufferSize);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 224 int bufferSize;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 647 int32_t bufferSize = U_COL_SAFECLONE_BUFFERSIZE;
671 if (NULL != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, NULL))
677 if (NULL != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || err != U_MEMORY_ALLOCATION_ERROR)
686 log_err("FAIL: Cloned Collator failed to deal correctly with null bufferSize pointer\n");
692 bufferSize = 0;
693 if (NULL != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) ||
694 U_FAILURE(err) || bufferSize <= 0)
699 if (U_COL_SAFECLONE_BUFFERSIZE < bufferSize)
704 if (NULL == (col = ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err)) || U_FAILURE(err))
710 if (bufferSize > 1)
    [all...]
ccapitst.c     [all...]
cloctst.c     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 618 OMX_U32 *bufferCount, OMX_U32 *bufferSize,
716 *bufferSize = 0;
773 *bufferSize = def.nBufferSize;
778 OMX_U32 bufferCount, bufferSize, minUndequeuedBuffers;
780 &bufferCount, &bufferSize, &minUndequeuedBuffers);
787 mComponentName.c_str(), bufferCount, bufferSize);
801 info.mData = new ABuffer(NULL /* data */, bufferSize /* capacity */);
847 OMX_U32 bufferCount, bufferSize, minUndequeuedBuffers;
849 &bufferCount, &bufferSize, &minUndequeuedBuffers);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 31 Int bufferSize; /*total bitstream buffer size in bytes */
225 Int BufferSize[2]; /* Buffer Size for Base and Enhance Layers */
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderDef.h 150 uint32_t bufferSize; //buffer size
516 uint32_t bufferSize;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 

Completed in 2026 milliseconds

1 2 3 4 5 67 8 91011>>