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...]