Home | History | Annotate | Download | only in tests

Lines Matching refs:nWidth

102     int nWidth=imageinfo->nWidth, nHeight=imageinfo->nHeight;
104 /*round up if nWidth is not multiple of 32*/
105 ( (nWidth%32 ) !=0 ) ? nWidth=32 * ( ( nWidth/32 ) + 1 ) : nWidth;
106 PRINT("411 file new nWidth %d \n", nWidth);
112 imageinfo->nWidth = nWidth;
329 imageinfo->nWidth = Get16m(Data+5);
602 int nWidth;
844 nWidth = imageinfo->nWidth;
886 pInPortDef->format.image.nFrameWidth = imageinfo->nWidth;
914 pMaxResolution->nWidth = imageinfo->nWidth;
962 pOutPortDef->format.image.nFrameWidth = imageinfo->nWidth;
969 PRINT("nWidth and nHeight = %d and %d\n",nWidth,nHeight);
1018 nWidth *= 8;
1022 nWidth *= 4;
1026 nWidth *= 2;
1030 nWidth /= 2;
1033 nWidth /= 4;
1036 nWidth /= 4;
1044 pOutPortDef->nBufferSize = ( int )((( nWidth * nHeight) *3 ) /2);
1047 pOutPortDef->nBufferSize = ( int ) ((nWidth * nHeight) *2);
1050 pOutPortDef->nBufferSize = ( int ) ((nWidth * nHeight) *3);
1053 pOutPortDef->nBufferSize = ( int ) (nWidth * nHeight) * 2;
1057 pOutPortDef->nBufferSize = (int)((nWidth * nHeight) * 2);
1060 pOutPortDef->nBufferSize = (int) ((nWidth * nHeight) * 3);
1063 pOutPortDef->nBufferSize = (int) ((nWidth * nHeight) * 4);
1093 pOutPortDef->nBufferSize = (OMX_U32)(((nWidth*3)/2)*(nSampleFactor*nMCURow*nResizeMode)/100);
1097 pOutPortDef->nBufferSize = (OMX_U32) ( (nWidth * 2) * (nSampleFactor * nMCURow*nResizeMode)/100);
1100 pOutPortDef->nBufferSize = (OMX_U32) ( (nWidth * 3) * (nSampleFactor * nMCURow*nResizeMode)/100);
1103 pOutPortDef->nBufferSize = (OMX_U32) ( (nWidth) * (nSampleFactor * nMCURow*nResizeMode)/100);
1107 pOutPortDef->nBufferSize = (OMX_U32)((nWidth * 2) * (nSampleFactor * nMCURow * nResizeMode)/100);