HomeSort by relevance Sort by last modified time
    Searched refs:bufferSize (Results 201 - 225 of 381) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 366 static jboolean getReportNative(JNIEnv *env, jobject object, jbyteArray address, jbyte reportType, jbyte reportId, jint bufferSize) {
367 ALOGD("%s: reportType = %d, reportId = %d, bufferSize = %d", __FUNCTION__, reportType, reportId, bufferSize);
383 if ( (status = sBluetoothHidInterface->get_report((bt_bdaddr_t *) addr, (bthh_report_type_t) rType, (uint8_t) rId, bufferSize)) !=
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 546 #define BUFFERSIZE (1 << 13)
569 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf);
899 DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
900 empty = (0 == bufferSize);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 546 #define BUFFERSIZE (1 << 13)
569 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf);
899 DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
900 empty = (0 == bufferSize);
    [all...]
  /external/aac/libAACdec/include/
aacdecoder_lib.h     [all...]
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 366 * \param bufferSize Size of external input buffer. This argument is required because decoder-internally
380 const UINT bufferSize,
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java     [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.h 42 virtual ssize_t bufferSize() const;
  /system/core/liblog/
logprint.c 813 size_t bufferSize;
834 bufferSize = (numLines * (prefixLen + suffixLen)) + entry->messageLen + 1;
836 if (defaultBufferSize >= bufferSize) {
839 ret = (char *)malloc(bufferSize);
  /external/aac/libFDK/include/
FDK_bitstream.h 575 * \param bufferSize Total size of inputBuffer array.
579 FDK_INLINE void FDKfeedBuffer (HANDLE_FDK_BITSTREAM hBitStream, const UCHAR inputBuffer [], const UINT bufferSize, UINT *bytesValid)
582 FDK_Feed(&hBitStream->hBitBuf, (UCHAR*)inputBuffer, bufferSize, bytesValid ) ;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 326 IntSize bufferSize(static_cast<int>(ceil(expandedBoundingBox.width() * transform.xScale())), static_cast<int>(ceil(expandedBoundingBox.height() * transform.yScale())));
327 if (bufferSize != imageBuffer->internalSize())
  /external/srec/srec/Recognizer/include/
SR_Recognizer.h 362 * @param bufferSize [in/out] Size of buffer in samples. In case of a buffer overflow,
366 * @return ESR_INVALID_ARGUMENT if self, buffer, or bufferSize are null; ESR_INVALID_STATE if the recognizer isn't
370 ESR_ReturnCode (*putAudio)(struct SR_Recognizer_t* self, asr_int16_t* buffer, size_t* bufferSize,
785 * @param bufferSize [in/out] Size of buffer in samples. In case of a buffer overflow,
789 * @return ESR_INVALID_ARGUMENT if self, buffer, or bufferSize are null; ESR_INVALID_STATE if the recognizer isn't
794 size_t* bufferSize, ESR_BOOL isLast);
    [all...]
  /external/srec/srec/Recognizer/src/
Recognizer.c 243 ESR_ReturnCode SR_RecognizerPutAudio(SR_Recognizer* self, asr_int16_t* buffer, size_t* bufferSize,
260 return self->putAudio(self, buffer, bufferSize, isLast);
  /frameworks/base/services/input/
EventHub.h 216 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) = 0;
296 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize);
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 150 jint bufferSize = U_COL_SAFECLONE_BUFFERSIZE;
151 UCollator* c = ucol_safeClone(toCollator(address), NULL, &bufferSize, &status);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 67 public UInt32 BufferSize;
72 public void Set(UInt32 bufferSize)
74 Buffer = new Byte[bufferSize];
76 BufferSize = bufferSize;
96 while (Pos < BufferSize)
113 for (UInt32 i = 0; i < len && Pos < BufferSize; i++, Pos++)
279 crc.Update(rg.Buffer, 0, rg.BufferSize);
289 MemoryStream inStream = new MemoryStream(rg.Buffer, 0, (int)rg.BufferSize);
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 208 int bufferSize = mBlockSize;
209 if (bufferSize > 4096) bufferSize = 4096;
210 if (bufferSize < 512) bufferSize = 512;
212 output = new BufferedOutputStream(foutput, bufferSize);
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]
  /external/tinyxml2/
tinyxml2.h 393 static void ToStr( int v, char* buffer, int bufferSize );
394 static void ToStr( unsigned v, char* buffer, int bufferSize );
395 static void ToStr( bool v, char* buffer, int bufferSize );
396 static void ToStr( float v, char* buffer, int bufferSize );
397 static void ToStr( double v, char* buffer, int bufferSize );
    [all...]
  /external/chromium_org/third_party/icu/source/io/
ustdio.c 406 int32_t bufferSize;
458 bufferSize = UFILE_UCHARBUFFER_SIZE;
464 f->fUCBuffer + bufferSize,
  /external/icu4c/io/
ustdio.c 406 int32_t bufferSize;
458 bufferSize = UFILE_UCHARBUFFER_SIZE;
464 f->fUCBuffer + 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/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 225 M4OSA_UInt32 bufferSize;
246 bufferSize = M4OSA_READBUFFER_SIZE;
247 tempPos = (M4OSA_FilePosition) (pos / bufferSize);
    [all...]
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 665 size_t bufferSize = blocksize * getChannels() * sizeof(short);
666 CHECK(bufferSize <= mMaxBufferSize);
668 buffer->set_range(0, bufferSize);

Completed in 683 milliseconds

1 2 3 4 5 6 7 891011>>