HomeSort by relevance Sort by last modified time
    Searched full:buffersize (Results 326 - 350 of 584) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/tools/flip_server/
ring_buffer.h 42 virtual int BufferSize() const OVERRIDE;
  /external/chromium_org/third_party/icu/source/common/unicode/
brkiter.h 455 * @param BufferSize reference to size of allocated space.
456 * If BufferSize == 0, a sufficient size for use in cloning will
458 * If BufferSize is not enough for a stack-based safe clone,
468 int32_t &BufferSize,
  /external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp 236 int32_t buffersize = U_COL_SAFECLONE_BUFFERSIZE; local
237 ucollator = ucol_safeClone(that.ucollator, NULL, &buffersize,
541 int32_t buffersize = U_COL_SAFECLONE_BUFFERSIZE; local
542 UCollator *ucol = ucol_safeClone(ucollator, NULL, &buffersize,
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.h 128 int maxCountForBufferSize(size_t bufferSize) const;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsDebug.h 150 static void MathematicaIze(char* str, size_t bufferSize);
  /external/icu4c/common/unicode/
brkiter.h 447 * @param BufferSize reference to size of allocated space.
448 * If BufferSize == 0, a sufficient size for use in cloning will
450 * If BufferSize is not enough for a stack-based safe clone,
460 int32_t &BufferSize,
  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 137 return SchedModel.getProcResource(PIdx)->BufferSize;
  /external/llvm/lib/Target/X86/
X86SchedHaswell.td 55 let BufferSize=60;
X86SchedSandyBridge.td 50 let BufferSize=54;
  /external/opencv/cv/src/
_cvipp.h 385 CV_PLUGINS1(CV_PLUGIN_IPPCV), ( CvSize roi, int masksize, int* buffersize )) \
408 CV_PLUGINS1(CV_PLUGIN_IPPCV), ( CvSize roi, int* buffersize )) \
426 CV_PLUGINS1(CV_PLUGIN_IPPCV), ( CvSize roi, int masksize, int* buffersize )) \
647 ( CvSize roiSize, int* bufferSize ))
    [all...]
  /external/skia/src/core/
SkBitmapProcState.h 128 int maxCountForBufferSize(size_t bufferSize) const;
  /external/skia/src/pathops/
SkPathOpsDebug.h 150 static void MathematicaIze(char* str, size_t bufferSize);
  /external/svox/pico/lib/
picoapi.c 622 * @param bufferSize : out buffer size
633 const pico_Int16 bufferSize,
644 } else if (bufferSize < 0) {
650 status = picoctrl_engFetchOutputItemBytes((picoctrl_Engine) engine, (picoos_char *)buffer, bufferSize, bytesReceived);
  /frameworks/av/include/media/stagefright/
YUVImage.h 68 static size_t bufferSize(YUVFormat yuvFormat, int32_t width, int32_t height);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
combined_encode.cpp 506 if (mbnum < nTotalMB - 1 && currVol->stream->byteCount + bs1->byteCount + 1 >= currVol->stream->bufferSize)
509 byteCount = currVol->stream->bufferSize - currVol->stream->byteCount - 1;
550 if (currVol->stream->byteCount + bs1->byteCount > currVol->stream->bufferSize)
568 // if(mbnum == nTotalMB || k + bs1->byteCount >= currVol->stream->bufferSize){
  /frameworks/base/core/java/android/net/
DummyDataStateTracker.java 105 return "net.tcp.buffersize.unknown";
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 78 jbyteArray getCallbackBuffer(JNIEnv *env, Vector<jbyteArray> *buffers, size_t bufferSize);
197 JNIEnv* env, Vector<jbyteArray>* buffers, size_t bufferSize)
212 if ((int)bufferLength < (int)bufferSize) {
214 bufferSize, bufferLength);
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp 95 err = initSurroundSoundLibrary(handle->bufferSize);
97 ALOGE("initSurroundSoundLibrary failed: %d handle->bufferSize:%d", err,handle->bufferSize);
631 status_t AudioStreamInALSA::initSurroundSoundLibrary(unsigned long buffersize)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libesd.so 
libesd.so.0 
libesd.so.0.2 
libesd.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libesd.so 
libesd.so.0 
libesd.so.0.2 

Completed in 127 milliseconds

<<11121314151617181920>>