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

  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h 321 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncSetOutBuf (void *openHandle, void *phyOutbuf, void *virOutbuf, int outputBufferSize);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 386 int outputBufferSize = putOperation.getMaxPacketSize();
387 byte[] buffer = new byte[outputBufferSize];
391 readLength = a.read(buffer, 0, outputBufferSize);
439 readLength = a.read(buffer, 0, outputBufferSize);
BluetoothOppObexServerSession.java 442 int outputBufferSize = op.getMaxPacketSize();
443 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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 691 int outputBufferSize = op.getMaxPacketSize();
692 if (V) Log.v(TAG, "outputBufferSize = " + outputBufferSize);
700 int readLength = outputBufferSize;
701 if (vcardStringLen - position < outputBufferSize) {
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/
SsbSipMfcEncAPI.c 534 SSBSIP_MFC_ERROR_CODE SsbSipMfcEncSetOutBuf(void *openHandle, void *phyOutbuf, void *virOutbuf, int outputBufferSize)
547 pCTX->sizeStrmBuf = outputBufferSize;

Completed in 248 milliseconds