Searched refs:nPadHeight (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c5001 OMX_S32 nPadHeight = 0; local
5066 nPadHeight = nHeight;
5070 if((nPadHeight%16) != 0){
5071 nPadHeight += 16-(nPadHeight%16);
5081 if(nPadHeight == 864){
5082 nPadHeight = 864;
5105 pComponentPrivate->pInPortDef->format.video.nFrameHeight = nPadHeight;
5123 pComponentPrivate->pOutPortDef->format.video.nFrameHeight = nPadHeight;
5125 OMX_PRINT1(pComponentPrivate->dbg, "Resolution: default new: %dx%d\n", nPadWidth, nPadHeight);
[all...]

Completed in 14 milliseconds