Home
last modified time | relevance | path

Searched refs:nOpBufSize (Results 1 – 21 of 21) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
DG722DecTest.c183 int nOpBufSize = 320; /* default value */ in main() local
211 …c, argv, &iSampRate, fname, &tcID, &gDasfMode, &nIpBuffs, &nIpBufSize, &nOpBuffs, &nOpBufSize); in main()
299 bFlag = omxSetOutputPortParameter (pHandle, nOpBuffs, nOpBufSize, gDasfMode); in main()
322 …Handle, gDasfMode, nIpBuffs, nIpBufSize, pInputBufferHeader, nOpBuffs, nOpBufSize, pOutputBufferHe… in main()
559 … *fname, int *tcID, int *gDasfMode, int *nIpBuffs, int *nIpBufSize, int *nOpBuffs, int *nOpBufSize) in validateArguments() argument
603 *nOpBufSize = atoi(sArgv[8]); in validateArguments()
604 APP_DPRINT("%d :: App: nOpBufSize = %d\n",__LINE__, *nOpBufSize); in validateArguments()
612 printf ("Size of Output Buffers:\t %d\n", *nOpBufSize); in validateArguments()
1092 boolean omxSetOutputPortParameter (OMX_HANDLETYPE *pHandle, int nOpBuffs, int nOpBufSize, int gDasf… in omxSetOutputPortParameter() argument
1099 pCompPrivateStruct.nBufferSize = nOpBufSize; in omxSetOutputPortParameter()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
DG726DecTest.c114 int nOpBufSize = 160; /* default value */ variable
432 nOpBufSize = atoi(argv[8]); in main()
433 APP_DPRINT("%d :: App: nOpBufSize = %d\n",__LINE__, nOpBufSize); in main()
655 pCompPrivateStruct->nBufferSize = nOpBufSize; in main()
735 error = OMX_AllocateBuffer(*pHandle,&pOutputBufferHeader[i],1,NULL,nOpBufSize); in main()
760 pOutputBuffer[i] = malloc (nOpBufSize + 256); in main()
764 … error = OMX_UseBuffer(*pHandle,&pOutputBufferHeader[i],1,NULL,nOpBufSize,pOutputBuffer[i]); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
DOMX_G722Dec_Utils.c222 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G722DEC_Fill_LCMLInitParams() local
252 nOpBufSize = pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->nBufferSize; in G722DEC_Fill_LCMLInitParams()
257 G722DEC_BUFPRINT("Output Buffer Size = %ld\n",nOpBufSize); in G722DEC_Fill_LCMLInitParams()
263 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in G722DEC_Fill_LCMLInitParams()
313 strmAttr->uBufsize = nOpBufSize; in G722DEC_Fill_LCMLInitParams()
425 pTemp->nAllocLen = nOpBufSize; in G722DEC_Fill_LCMLInitParams()
2279 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G722DECFill_LCMLInitParamsEx() local
2296 nOpBufSize = pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->nBufferSize; in G722DECFill_LCMLInitParamsEx()
2301 G722DEC_BUFPRINT("Output Buffer Size = %ld\n",nOpBufSize); in G722DECFill_LCMLInitParamsEx()
2375 pTemp->nAllocLen = nOpBufSize; in G722DECFill_LCMLInitParamsEx()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
DOMX_G726Dec_Utils.c115 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G726DEC_Fill_LCMLInitParams() local
145 nOpBufSize = pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nBufferSize; in G726DEC_Fill_LCMLInitParams()
150 G726DEC_BUFPRINT("Output Buffer Size = %ld\n",nOpBufSize); in G726DEC_Fill_LCMLInitParams()
156 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in G726DEC_Fill_LCMLInitParams()
212 strmAttr->uBufsize = nOpBufSize; in G726DEC_Fill_LCMLInitParams()
321 pTemp->nAllocLen = nOpBufSize; in G726DEC_Fill_LCMLInitParams()
2416 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G726DECFill_LCMLInitParamsEx() local
2433 nOpBufSize = pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nBufferSize; in G726DECFill_LCMLInitParamsEx()
2439 G726DEC_BUFPRINT("Output Buffer Size = %ld\n",nOpBufSize); in G726DECFill_LCMLInitParamsEx()
2515 pTemp->nAllocLen = nOpBufSize; in G726DECFill_LCMLInitParamsEx()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Enc_Utils.c166 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G726ENC_FillLCMLInitParams() local
180 nOpBufSize = pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT]->nBufferSize; in G726ENC_FillLCMLInitParams()
189 G726ENC_DPRINT("%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize); in G726ENC_FillLCMLInitParams()
199 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in G726ENC_FillLCMLInitParams()
353 pTemp->nFilledLen = nOpBufSize; in G726ENC_FillLCMLInitParams()
2150 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G726ENC_FillLCMLInitParamsEx() local
2161 nOpBufSize = pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT]->nBufferSize; in G726ENC_FillLCMLInitParamsEx()
2170 G726ENC_DPRINT("%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize); in G726ENC_FillLCMLInitParamsEx()
2225 pTemp->nAllocLen = nOpBufSize; in G726ENC_FillLCMLInitParamsEx()
2226 pTemp->nFilledLen = nOpBufSize; in G726ENC_FillLCMLInitParamsEx()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Dec_Utils.c127 OMX_U32 nIpBuf=0,nIpBufSize=0,nOpBuf=0,nOpBufSize=0; in G729DECFill_LCMLInitParams() local
151 nOpBufSize = pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->nBufferSize; in G729DECFill_LCMLInitParams()
157 G729DEC_DPRINT("Output Buffer Size = %ld\n", nOpBufSize); in G729DECFill_LCMLInitParams()
168 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in G729DECFill_LCMLInitParams()
197 strmAttr->uBufsize = nOpBufSize; in G729DECFill_LCMLInitParams()
324 pTemp->nAllocLen = nOpBufSize; in G729DECFill_LCMLInitParams()
325 pTemp->nFilledLen = nOpBufSize; in G729DECFill_LCMLInitParams()
2290 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G729DECFill_LCMLInitParamsEx() local
2309 nOpBufSize = pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->nBufferSize; in G729DECFill_LCMLInitParamsEx()
2370 pTemp->nAllocLen = nOpBufSize; in G729DECFill_LCMLInitParamsEx()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DOMX_G729Enc_Utils.c123 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G729ENC_FillLCMLInitParams() local
136 nOpBufSize = pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->nBufferSize; in G729ENC_FillLCMLInitParams()
142 G729ENC_DPRINT("Output Buffer Size = %ld\n", nOpBufSize); in G729ENC_FillLCMLInitParams()
151 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in G729ENC_FillLCMLInitParams()
293 pTemp->nAllocLen = nOpBufSize; in G729ENC_FillLCMLInitParams()
294 pTemp->nFilledLen = nOpBufSize; in G729ENC_FillLCMLInitParams()
2613 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G729ENC_FillLCMLInitParamsEx() local
2625 nOpBufSize = pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->nBufferSize; in G729ENC_FillLCMLInitParamsEx()
2630 G729ENC_DPRINT("Output Buffer Size = %ld\n", nOpBufSize); in G729ENC_FillLCMLInitParamsEx()
2685 pTemp->nAllocLen = nOpBufSize; in G729ENC_FillLCMLInitParamsEx()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Enc_Utils.c245 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G722ENC_Fill_LCMLInitParams() local
260 nOpBufSize = pComponentPrivate->pPortDef[G722ENC_OUTPUT_PORT]->nBufferSize; in G722ENC_Fill_LCMLInitParams()
269 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in G722ENC_Fill_LCMLInitParams()
495 pTemp->nAllocLen = nOpBufSize; in G722ENC_Fill_LCMLInitParams()
496 pTemp->nFilledLen = nOpBufSize; in G722ENC_Fill_LCMLInitParams()
2577 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G722ENC_Fill_LCMLInitParamsEx() local
2594 nOpBufSize = pComponentPrivate->pPortDef[G722ENC_OUTPUT_PORT]->nBufferSize; in G722ENC_Fill_LCMLInitParamsEx()
2600 G722ENC_DPRINT("%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize); in G722ENC_Fill_LCMLInitParamsEx()
2682 pTemp->nAllocLen = nOpBufSize; in G722ENC_Fill_LCMLInitParamsEx()
2683 pTemp->nFilledLen = nOpBufSize; in G722ENC_Fill_LCMLInitParamsEx()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DOMX_G711Enc_Utils.c106 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G711ENC_FillLCMLInitParams() local
122 nOpBufSize = pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT]->nBufferSize; in G711ENC_FillLCMLInitParams()
129 G711ENC_DPRINT("%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize); in G711ENC_FillLCMLInitParams()
139 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in G711ENC_FillLCMLInitParams()
279 pTemp->nFilledLen = nOpBufSize; in G711ENC_FillLCMLInitParams()
2412 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G711ENC_FillLCMLInitParamsEx() local
2424 nOpBufSize = pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT]->nBufferSize; in G711ENC_FillLCMLInitParamsEx()
2429 G711ENC_DPRINT("%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize); in G711ENC_FillLCMLInitParamsEx()
2481 pTemp->nAllocLen = nOpBufSize; in G711ENC_FillLCMLInitParamsEx()
2482 pTemp->nFilledLen = nOpBufSize; in G711ENC_FillLCMLInitParamsEx()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Dec_Utils.c124 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G711DECFill_LCMLInitParams() local
144 nOpBufSize = pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nBufferSize; in G711DECFill_LCMLInitParams()
154 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in G711DECFill_LCMLInitParams()
181 strmAttr->uBufsize = nOpBufSize; in G711DECFill_LCMLInitParams()
298 pTemp->nAllocLen = nOpBufSize; in G711DECFill_LCMLInitParams()
299 pTemp->nFilledLen = nOpBufSize; in G711DECFill_LCMLInitParams()
2595 OMX_U32 nIpBuf = 0,nIpBufSize = 0,nOpBuf = 0,nOpBufSize = 0; in G711DECFill_LCMLInitParamsEx() local
2615 nOpBufSize = (pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nBufferSize); in G711DECFill_LCMLInitParamsEx()
2653 pTemp->nAllocLen = nOpBufSize; in G711DECFill_LCMLInitParamsEx()
2654 pTemp->nFilledLen = nOpBufSize; in G711DECFill_LCMLInitParamsEx()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
DG711EncTest.c150 OMX_U32 nOpBufSize; member
580 audioinfo->nOpBufSize = atoi(argv[10]); in main()
581 APP_DPRINT("%d [TEST APP] output buffer size = %ld \n",__LINE__,audioinfo->nOpBufSize); in main()
680 pCompPrivateStruct->nBufferSize = audioinfo->nOpBufSize; in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEnc_Utils.c112 OMX_U32 nIpBuf =0 ,nIpBufSize=0 ,nOpBuf = 0 ,nOpBufSize=0; in AACENCFill_LCMLInitParams() local
131 nOpBufSize = pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize; in AACENCFill_LCMLInitParams()
144 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize); in AACENCFill_LCMLInitParams()
154 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in AACENCFill_LCMLInitParams()
347 pTemp->nAllocLen = nOpBufSize; in AACENCFill_LCMLInitParams()
348 pTemp->nFilledLen = nOpBufSize; in AACENCFill_LCMLInitParams()
3127 OMX_U32 nIpBuf,nIpBufSize,nOpBuf,nOpBufSize; in AACENCFill_LCMLInitParamsEx() local
3139 nOpBufSize = pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize; in AACENCFill_LCMLInitParamsEx()
3145 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize); in AACENCFill_LCMLInitParamsEx()
3192 pTemp->nAllocLen = nOpBufSize; in AACENCFill_LCMLInitParamsEx()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Dec_Utils.c120 OMX_U32 nIpBuf,nIpBufSize,nOpBuf,nOpBufSize; in MP3DEC_Fill_LCMLInitParams() local
149 nOpBufSize = pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->nBufferSize; in MP3DEC_Fill_LCMLInitParams()
155 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Size = %ld\n",nOpBufSize); in MP3DEC_Fill_LCMLInitParams()
161 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in MP3DEC_Fill_LCMLInitParams()
317 pTemp->nAllocLen = nOpBufSize; in MP3DEC_Fill_LCMLInitParams()
319 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: nOpBufSize = %ld\n", nOpBufSize); in MP3DEC_Fill_LCMLInitParams()
3345 OMX_U32 nIpBuf,nIpBufSize,nOpBuf,nOpBufSize; in MP3DECFill_LCMLInitParamsEx() local
3360 nOpBufSize = pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->nBufferSize; in MP3DECFill_LCMLInitParamsEx()
3365 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Size = %ld\n",nOpBufSize); in MP3DECFill_LCMLInitParamsEx()
3417 pTemp->nAllocLen = nOpBufSize; in MP3DECFill_LCMLInitParamsEx()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEnc_Utils.c109 OMX_U32 nIpBuf, nIpBufSize, nOpBuf, nOpBufSize; in WBAMRENC_FillLCMLInitParams() local
126 nOpBufSize = pComponentPrivate->pPortDef[WBAMRENC_OUTPUT_PORT]->nBufferSize; in WBAMRENC_FillLCMLInitParams()
136 "Output Buffer Size = %ld\n", nOpBufSize); in WBAMRENC_FillLCMLInitParams()
146 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in WBAMRENC_FillLCMLInitParams()
295 pTemp->nFilledLen = nOpBufSize; in WBAMRENC_FillLCMLInitParams()
3102 OMX_U32 nIpBuf, nIpBufSize, nOpBuf, nOpBufSize; in WBAMRENC_FillLCMLInitParamsEx() local
3115 nOpBufSize = pComponentPrivate->pPortDef[WBAMRENC_OUTPUT_PORT]->nBufferSize; in WBAMRENC_FillLCMLInitParamsEx()
3120 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Size = %ld\n", nOpBufSize); in WBAMRENC_FillLCMLInitParamsEx()
3172 pTemp->nFilledLen = nOpBufSize; in WBAMRENC_FillLCMLInitParamsEx()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDec_Utils.c116 OMX_U32 nIpBuf,nIpBufSize,nOpBuf,nOpBufSize; in AACDEC_Fill_LCMLInitParams() local
142 nOpBufSize = pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nBufferSize; in AACDEC_Fill_LCMLInitParams()
147 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Size = %ld\n",nOpBufSize); in AACDEC_Fill_LCMLInitParams()
153 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in AACDEC_Fill_LCMLInitParams()
298 pTemp->nAllocLen = nOpBufSize; in AACDEC_Fill_LCMLInitParams()
3583 OMX_U32 nIpBuf,nIpBufSize,nOpBuf,nOpBufSize; in AACDECFill_LCMLInitParamsEx() local
3596 nOpBufSize = pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nBufferSize; in AACDECFill_LCMLInitParamsEx()
3602 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Size = %ld\n",nOpBufSize); in AACDECFill_LCMLInitParamsEx()
3606 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Size = %ld\n",nOpBufSize); in AACDECFill_LCMLInitParamsEx()
3664 pTemp->nAllocLen = nOpBufSize; in AACDECFill_LCMLInitParamsEx()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
DOMX_AmrEnc_Utils.c118 OMX_U32 nIpBuf,nIpBufSize,nOpBuf,nOpBufSize; in NBAMRENC_FillLCMLInitParams() local
130 nOpBufSize = pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->nBufferSize; in NBAMRENC_FillLCMLInitParams()
136 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize); in NBAMRENC_FillLCMLInitParams()
145 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in NBAMRENC_FillLCMLInitParams()
299 pTemp->nFilledLen = nOpBufSize; in NBAMRENC_FillLCMLInitParams()
2881 OMX_U32 nIpBuf,nIpBufSize,nOpBuf,nOpBufSize; in NBAMRENC_FillLCMLInitParamsEx() local
2892 nOpBufSize = pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->nBufferSize; in NBAMRENC_FillLCMLInitParamsEx()
2897 OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize); in NBAMRENC_FillLCMLInitParamsEx()
2939 pTemp->nFilledLen = nOpBufSize; in NBAMRENC_FillLCMLInitParamsEx()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDec_Utils.c113 OMX_U32 nIpBuf,nIpBufSize,nOpBuf,nOpBufSize; in WMADECFill_LCMLInitParams() local
141 nOpBufSize = pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize; in WMADECFill_LCMLInitParams()
151 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in WMADECFill_LCMLInitParams()
353 pTemp->nAllocLen = nOpBufSize; in WMADECFill_LCMLInitParams()
354 pTemp->nFilledLen = nOpBufSize; in WMADECFill_LCMLInitParams()
3661 OMX_U32 nIpBuf,nIpBufSize,nOpBuf,nOpBufSize; in WMADECFill_LCMLInitParamsEx() local
3679 nOpBufSize = pComponentPrivate->pPortDef[OUTPUT_BUFFER]->nBufferSize; in WMADECFill_LCMLInitParamsEx()
3760 pTemp->nAllocLen = nOpBufSize; in WMADECFill_LCMLInitParamsEx()
3761 pTemp->nFilledLen = nOpBufSize; in WMADECFill_LCMLInitParamsEx()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDec_Utils.c110 OMX_U32 nIpBufSize,nOpBufSize; in WBAMR_DEC_Fill_LCMLInitParams() local
148 nOpBufSize = OUTPUT_WBAMRDEC_BUFFER_SIZE; in WBAMR_DEC_Fill_LCMLInitParams()
159 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in WBAMR_DEC_Fill_LCMLInitParams()
324 pTemp->nFilledLen = nOpBufSize; in WBAMR_DEC_Fill_LCMLInitParams()
3294 OMX_U32 nIpBuf,nIpBufSize,nOpBuf,nOpBufSize; in WBAMR_DEC_Fill_LCMLInitParamsEx() local
3321 nOpBufSize = OUTPUT_WBAMRDEC_BUFFER_SIZE; in WBAMR_DEC_Fill_LCMLInitParamsEx()
3365 pTemp->nFilledLen = nOpBufSize; in WBAMR_DEC_Fill_LCMLInitParamsEx()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDec_Utils.c118 OMX_U32 nIpBuf,nIpBufSize,nOpBuf,nOpBufSize; in NBAMRDECFill_LCMLInitParams() local
156 nOpBufSize = OUTPUT_NBAMRDEC_BUFFER_SIZE; in NBAMRDECFill_LCMLInitParams()
167 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in NBAMRDECFill_LCMLInitParams()
335 pTemp->nFilledLen = nOpBufSize; in NBAMRDECFill_LCMLInitParams()
3272 OMX_U32 nIpBuf,nIpBufSize,nOpBuf,nOpBufSize; in NBAMRDECFill_LCMLInitParamsEx() local
3302 nOpBufSize = OUTPUT_NBAMRDEC_BUFFER_SIZE; in NBAMRDECFill_LCMLInitParamsEx()
3352 pTemp->nFilledLen = nOpBufSize; in NBAMRDECFill_LCMLInitParamsEx()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_Utils.c176 OMX_U32 nIpBuf,nIpBufSize,nOpBuf,nOpBufSize; in VPP_Fill_LCMLInitParams() local
211nOpBufSize = OMX_VPP_MAX(pComponentPrivate->sCompPorts[OMX_VPP_RGB_OUTPUT_PORT].pPortDef.nBufferSi… in VPP_Fill_LCMLInitParams()
218 plcml_Init->Out_BufInfo.nSize = nOpBufSize; in VPP_Fill_LCMLInitParams()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c260 OMX_U32 nOpBufSize; member