Searched defs:nOutBuffSize (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c6792 OMX_U32 nOutBuffSize = 0; local
6802 nOutBuffSize = pComponentPrivate->pOutPortDef->nBufferSize;
6815 lcml_dsp->Out_BufInfo.nSize = nOutBuffSize;
7028 OMX_U32 nOutBuffSize = 0; local
7042 nOutBuffSize = pComponentPrivate->pOutPortDef->nBufferSize;
7055 lcml_dsp->Out_BufInfo.nSize = nOutBuffSize;
7228 OMX_U32 nOutBuffSize = 0; local
7239 nOutBuffSize = pComponentPrivate->pOutPortDef->nBufferSize;
7252 lcml_dsp->Out_BufInfo.nSize = nOutBuffSize;
7422 OMX_U32 nOutBuffSize local
7600 OMX_U32 nOutBuffSize = 0; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c309 OMX_U32 nOutBuffSize; member in struct:MYDATATYPE
885 /*pAppData->pOutPortDef->nBufferSize = pAppData->nOutBuffSize;*/
2091 pAppData->nOutBuffSize = atoi(argv[10]);

Completed in 74 milliseconds