HomeSort by relevance Sort by last modified time
    Searched refs:OMX_AllocateBuffer (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/native/include/media/openmax/
OMX_Core.h     [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Core.h     [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Core.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 617 error = OMX_AllocateBuffer(pHandle,&pInputBufferHeader,0,NULL,inBufSize);
619 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__);
623 error = OMX_AllocateBuffer(pHandle,&pOutputBufferHeader,1,NULL,outBufSize);
625 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 936 APP_DPRINT("%d :: About to call OMX_AllocateBuffer\n",__LINE__);
937 error = OMX_AllocateBuffer(pHandle,&pInputBufferHeader[i],0,NULL,INPUT_WBAMRDEC_BUFFER_SIZE*3);
938 APP_DPRINT("%d :: called OMX_AllocateBuffer\n",__LINE__);
940 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__);
947 APP_DPRINT("%d :: About to call OMX_AllocateBuffer\n",__LINE__);
948 printf("About to call OMX_AllocateBuffer\n");
950 error = OMX_AllocateBuffer(pHandle,&pOutputBufferHeader[i],1,NULL,OUTPUT_WBAMRDEC_BUFFER_SIZE*1);
952 error = OMX_AllocateBuffer(pHandle,&pOutputBufferHeader[i],1,NULL,OUTPUT_WBAMRDEC_BUFFER_SIZE*2);
953 APP_DPRINT("%d :: called OMX_AllocateBuffer\n",__LINE__);
955 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c     [all...]
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 697 OMX_ERRORTYPE err = OMX_AllocateBuffer(
701 ALOGE("OMX_AllocateBuffer failed with error %d (0x%08x)", err, err);
735 OMX_ERRORTYPE err = OMX_AllocateBuffer(
739 ALOGE("OMX_AllocateBuffer failed with error %d (0x%08x)", err, err);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 724 APP_DPRINT("%d :: About to call OMX_AllocateBuffer On Input\n",__LINE__);
725 error = OMX_AllocateBuffer(*pHandle, &pInputBufferHeader[i], 0, NULL, nIpBufSize);
726 APP_DPRINT("%d :: called OMX_AllocateBuffer\n",__LINE__);
728 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__);
735 error = OMX_AllocateBuffer(*pHandle,&pOutputBufferHeader[i],1,NULL,nOpBufSize);
737 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 852 /* Allocate Input buffers with OMX_AllocateBuffer() API */
855 APP_DPRINT("%d :: About to call OMX_AllocateBuffer\n",__LINE__);
856 error = OMX_AllocateBuffer(pHandle,&pInputBufferHeader[i],0,NULL,inputBufferSize);
857 APP_DPRINT("%d :: called OMX_AllocateBuffer\n",__LINE__);
859 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__);
864 /* Allocate Output buffers with OMX_AllocateBuffer() API */
867 APP_DPRINT("%d :: About to call OMX_AllocateBuffer\n",__LINE__);
868 error = OMX_AllocateBuffer(pHandle,&pOutputBufferHeader[i],1,NULL,outputBufferSize);
869 APP_DPRINT("%d :: called OMX_AllocateBuffer\n",__LINE__);
871 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 836 APP_DPRINT("%d About to call OMX_AllocateBuffer for pInputBufferHeader[%d]\n\n",__LINE__, i);
837 eError = OMX_AllocateBuffer(pHandle, &pInputBufferHeader[i], 0, NULL, audioinfo->nIpBufSize);
839 APP_DPRINT("%d Error returned by OMX_AllocateBuffer for pInputBufferHeader[%d]\n",__LINE__, i);
847 APP_DPRINT("%d About to call OMX_AllocateBuffer for pOutputBufferHeader[%d]\n\n",__LINE__, i);
848 eError = OMX_AllocateBuffer(pHandle, &pOutputBufferHeader[i], 1, NULL, pCompPrivateStruct->nBufferSize);
850 APP_DPRINT("%d Error returned by OMX_AllocateBuffer for pOutputBufferHeader[%d]\n",__LINE__, i);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 780 APP_DPRINT("%d :: About to call OMX_AllocateBuffer\n",__LINE__);
781 error = OMX_AllocateBuffer(pHandle,
785 APP_DPRINT("%d :: called OMX_AllocateBuffer\n",__LINE__);
787 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__);
794 APP_DPRINT("%d :: About to call OMX_AllocateBuffer\n",__LINE__);
795 error = OMX_AllocateBuffer(pHandle,&pOutputBufferHeader[i],1,NULL,(OUTPUT_G729DEC_BUFFER_SIZE)*packetsPerBuffer);
796 APP_DPRINT("%d :: called OMX_AllocateBuffer\n",__LINE__);
798 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 746 APP_DPRINT("%d :: About to call OMX_AllocateBuffer\n",__LINE__);
749 APP_DPRINT("%d :: About to call OMX_AllocateBuffer for pInputBufferHeader[%d]\n",__LINE__, i);
750 eError = OMX_AllocateBuffer(pHandle, &pInputBufferHeader[i], 0, NULL, G729APP_INPUT_BUFFER_SIZE*framesPerBuffer);
752 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer for pInputBufferHeader[%d]\n",__LINE__, i);
760 APP_DPRINT("%d :: About to call OMX_AllocateBuffer for pOutputBufferHeader[%d]\n",__LINE__, i);
761 eError = OMX_AllocateBuffer(pHandle, &pOutputBufferHeader[i], 1, NULL, pCompPrivateStruct->nBufferSize);
763 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer for pOutputBufferHeader[%d]\n",__LINE__, i);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 804 APP_DPRINT("%d :: About to call OMX_AllocateBuffer\n",__LINE__);
807 APP_DPRINT("%d :: About to call OMX_AllocateBuffer\n",__LINE__);
808 error = OMX_AllocateBuffer(pHandle,&pInputBufferHeader[i],0,NULL,INPUT_WMADEC_BUFFER_SIZE);
809 APP_DPRINT("%d :: called OMX_AllocateBuffer\n",__LINE__);
811 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__);
838 APP_DPRINT("%d :: About to call OMX_AllocateBuffer\n",__LINE__);
839 error = OMX_AllocateBuffer(pHandle,&pOutputBufferHeader[i],1,NULL,outBuffSize);
840 APP_DPRINT("%d :: called OMX_AllocateBuffer\n",__LINE__);
842 APP_DPRINT("%d :: Error returned by OMX_AllocateBuffer()\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c 767 OMX_AllocateBuffer(pContext->hComp, &pBufferHdr,
    [all...]

Completed in 656 milliseconds

1 2