HomeSort by relevance Sort by last modified time
    Searched full:buffersize (Results 251 - 275 of 799) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
feedback.h 49 if (ctx->Feedback.Count < ctx->Feedback.BufferSize) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream_inl.h 51 if (BufferSize() >= size) {
  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.cpp 380 size_t bufferSize,
385 bufferSize,
439 size_t bufferSize,
444 bufferSize,
  /external/lzma/CPP/7zip/Common/
FileStreams.h 33 UInt32 BufferSize;
  /external/mesa3d/src/mesa/main/
feedback.h 49 if (ctx->Feedback.Count < ctx->Feedback.BufferSize) {
  /external/opencv/otherlibs/highgui/
grfmt_pxm.cpp 390 int bufferSize = 128; // buffer that should fit a header
398 if( bufferSize < lineLength )
399 bufferSize = lineLength;
401 buffer = new char[bufferSize];
  /external/protobuf/src/google/protobuf/io/
coded_stream_inl.h 51 if (BufferSize() >= size) {
  /external/skia/src/gpu/
GrBufferAllocPool.cpp 380 size_t bufferSize,
385 bufferSize,
439 size_t bufferSize,
444 bufferSize,
  /external/sonivox/arm-fm-22k/host_src/
eas_main.c 55 static EAS_RESULT PlayFile (EAS_DATA_HANDLE easData, const char* filename, const char* outputFile, const S_EAS_LIB_CONFIG *pLibConfig, void *buffer, EAS_I32 bufferSize);
73 static EAS_RESULT PlayFile (EAS_DATA_HANDLE easData, const char* filename, const char* outputFile, const S_EAS_LIB_CONFIG *pLibConfig, void *buffer, EAS_I32 bufferSize)
161 if (WaveFileWrite(wFile, buffer, bufferSize) != bufferSize)
222 EAS_I32 bufferSize;
280 bufferSize = pLibConfig->mixBufferSize * pLibConfig->numChannels * (EAS_I32)sizeof(EAS_PCM) * NUM_BUFFERS;
283 buffer = malloc((EAS_U32)bufferSize);
306 if ((playResult = PlayFile(easData, defaultTestFile, NULL, pLibConfig, buffer, bufferSize)) != EAS_SUCCESS)
321 if ((playResult = PlayFile(easData, argv[i], outputFile, pLibConfig, buffer, bufferSize)) != EAS_SUCCESS)
  /external/sonivox/arm-hybrid-22k/host_src/
eas_main.c 55 static EAS_RESULT PlayFile (EAS_DATA_HANDLE easData, const char* filename, const char* outputFile, const S_EAS_LIB_CONFIG *pLibConfig, void *buffer, EAS_I32 bufferSize);
73 static EAS_RESULT PlayFile (EAS_DATA_HANDLE easData, const char* filename, const char* outputFile, const S_EAS_LIB_CONFIG *pLibConfig, void *buffer, EAS_I32 bufferSize)
161 if (WaveFileWrite(wFile, buffer, bufferSize) != bufferSize)
222 EAS_I32 bufferSize;
280 bufferSize = pLibConfig->mixBufferSize * pLibConfig->numChannels * (EAS_I32)sizeof(EAS_PCM) * NUM_BUFFERS;
283 buffer = malloc((EAS_U32)bufferSize);
306 if ((playResult = PlayFile(easData, defaultTestFile, NULL, pLibConfig, buffer, bufferSize)) != EAS_SUCCESS)
321 if ((playResult = PlayFile(easData, argv[i], outputFile, pLibConfig, buffer, bufferSize)) != EAS_SUCCESS)
  /external/sonivox/arm-wt-22k/host_src/
eas_main.c 55 static EAS_RESULT PlayFile (EAS_DATA_HANDLE easData, const char* filename, const char* outputFile, const S_EAS_LIB_CONFIG *pLibConfig, void *buffer, EAS_I32 bufferSize);
73 static EAS_RESULT PlayFile (EAS_DATA_HANDLE easData, const char* filename, const char* outputFile, const S_EAS_LIB_CONFIG *pLibConfig, void *buffer, EAS_I32 bufferSize)
164 if (WaveFileWrite(wFile, buffer, bufferSize) != bufferSize)
225 EAS_I32 bufferSize;
283 bufferSize = pLibConfig->mixBufferSize * pLibConfig->numChannels * (EAS_I32)sizeof(EAS_PCM) * NUM_BUFFERS;
286 buffer = malloc((EAS_U32)bufferSize);
309 if ((playResult = PlayFile(easData, defaultTestFile, NULL, pLibConfig, buffer, bufferSize)) != EAS_SUCCESS)
324 if ((playResult = PlayFile(easData, argv[i], outputFile, pLibConfig, buffer, bufferSize)) != EAS_SUCCESS)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.h 30 BitstreamEncVideo *BitStreamCreateEnc(Int bufferSize);
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 303 size_t ALSAStreamOps::bufferSize() const
305 ALOGV("bufferSize() returns %d", mHandle->bufferSize);
306 return mHandle->bufferSize;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.h 54 int bufferSize; // input buffer alloc size
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PipedInputStreamTest.java 436 int bufferSize) throws IOException {
437 super(src, bufferSize);
440 public MockPipedInputStream(int bufferSize) {
441 super(bufferSize);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 421 static jboolean getReportNative(JNIEnv *env, jobject object, jbyteArray address, jbyte reportType, jbyte reportId, jint bufferSize) {
422 ALOGV("%s: reportType = %d, reportId = %d, bufferSize = %d", __FUNCTION__, reportType, reportId, bufferSize);
438 if ( (status = sBluetoothHidInterface->get_report((bt_bdaddr_t *) addr, (bthh_report_type_t) rType, (uint8_t) rId, bufferSize)) !=
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 238 int bufferSize = data.getInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE);
239 if(!getReportNative(Utils.getByteAddress(device), reportType, reportId, bufferSize)) {
249 int bufferSize = data.getInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE);
250 broadcastReport(device, report, bufferSize);
378 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) {
381 return service.getReport(device, reportType, reportId, bufferSize) ;
504 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) {
516 data.putInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE, bufferSize);
698 private native boolean getReportNative(byte[]btAddress, byte reportType, byte reportId, int bufferSize);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntcons.h 136 PULONG BufferSize
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 312 int BufferSize;
347 BufferSize = MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
348 if (!BufferSize) { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
349 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t));
351 MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
363 BufferSize = MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
364 if (!BufferSize) { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
365 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t));
367 MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
368 if (!WideCharToMultiByte(ltype->cp, WC_COMPOSITECHECK | WC_SEPCHARS, wbuffer, BufferSize, (char*)TargetBuffer, 256, NULL, FALSE)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 312 int BufferSize;
347 BufferSize = MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
348 if (!BufferSize) { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
349 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t));
351 MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
363 BufferSize = MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0);
364 if (!BufferSize) { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
365 wbuffer = (wchar_t*)malloc(BufferSize * sizeof(wchar_t));
367 MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize);
368 if (!WideCharToMultiByte(ltype->cp, WC_COMPOSITECHECK | WC_SEPCHARS, wbuffer, BufferSize, (char*)TargetBuffer, 256, NULL, FALSE)
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp 741 outBuffer->bufferSize = mTotalSize + 100;
881 LOG_V("outBuffer->bufferSize = %d, sizeCopiedHere = %d, mTotalSizeCopied = %d\n",
882 outBuffer->bufferSize, sizeCopiedHere, mTotalSizeCopied);
884 if (mCurSegment->size < mOffsetInSeg || outBuffer->bufferSize < sizeCopiedHere) {
885 LOG_E("mCurSegment->size < mOffsetInSeg || outBuffer->bufferSize < sizeCopiedHere\n");
889 if ((mCurSegment->size - mOffsetInSeg) <= outBuffer->bufferSize - sizeCopiedHere) {
897 sizeToBeCopied = outBuffer->bufferSize - sizeCopiedHere;
899 (uint8_t *)mCurSegment->buf + mOffsetInSeg, outBuffer->bufferSize - sizeCopiedHere);
902 outBuffer->dataSize = outBuffer->bufferSize;
958 mHrdParam.bufferSize = 0
    [all...]
  /art/test/099-vmdebug/src/
Main.java 120 public static void startMethodTracing(String filename, int bufferSize, int flags,
122 startMethodTracingMethod.invoke(null, filename, bufferSize, flags, samplingEnabled,
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 108 int bufferSize = AudioRecord.getMinBufferSize(mHz,
110 assertTrue(bufferSize > 0);
  /dalvik/vm/
Profile.h 44 int bufferSize;
88 void dvmMethodTraceStart(const char* traceFileName, int traceFd, int bufferSize,
  /device/generic/goldfish/opengl/system/renderControl_enc/
README 16 EGLint rcQueryEGLString(EGLenum name, void* buffer, EGLint bufferSize);
18 if buffer is NULL or the bufferSize is not big enough the return value

Completed in 2317 milliseconds

<<11121314151617181920>>