HomeSort by relevance Sort by last modified time
    Searched refs:outputBufferSize (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 106 final int outputBufferSize = 128 * deflaterBufferSize;
107 byte[] output = new byte[outputBufferSize];
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h 323 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncSetOutBuf (void *openHandle, void *phyOutbuf, void *virOutbuf, int outputBufferSize);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 396 int outputBufferSize = putOperation.getMaxPacketSize();
397 byte[] buffer = new byte[outputBufferSize];
401 readLength = readFully(a, buffer, outputBufferSize);
449 readLength = a.read(buffer, 0, outputBufferSize);
BluetoothOppObexServerSession.java 458 int outputBufferSize = op.getMaxPacketSize();
459 byte[] b = new byte[outputBufferSize];
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 504 OMX_S16 outputBufferSize = 0;
509 outputBufferSize = atoi(argv[11]);
533 printf("%d :: App: size of Output buffers = %d \n",__LINE__,outputBufferSize);
817 pCompPrivateStruct->nBufferSize = outputBufferSize;
868 error = OMX_AllocateBuffer(pHandle,&pOutputBufferHeader[i],1,NULL,outputBufferSize);
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/
SsbSipMfcEncAPI.c 590 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncSetOutBuf(void *openHandle, void *phyOutbuf, void *virOutbuf, int outputBufferSize)
603 pCTX->sizeStrmBuf = outputBufferSize;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 153 size_t outputBufferSize;
552 pSession->outputBufferSize = OUTPUT_BUFFER_SIZE_INCREMENT;
553 pOutput->fromConvertData.pBuffer = malloc(pSession->outputBufferSize);
833 if (pOutput->fromConvertData.numBytes == pSession->outputBufferSize) {
835 pSession->outputBufferSize += OUTPUT_BUFFER_SIZE_INCREMENT;
836 pBuffer = realloc(pOutput->fromConvertData.pBuffer, pSession->outputBufferSize);
    [all...]

Completed in 228 milliseconds