Home | History | Annotate | Download | only in test

Lines Matching refs:nWidth

656 OMX_ERRORTYPE SetMarkers(OMX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight);
837 OMX_ERRORTYPE SetMarkers(OMX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight) {
892 if (sCrop.nWidth != 0)
894 sAPP1.pMarkerBuffer[152] = sCrop.nWidth & 0xFF;
895 sAPP1.pMarkerBuffer[153] = (sCrop.nWidth >> 8) & 0xFF;
899 sAPP1.pMarkerBuffer[152] = nWidth & 0xFF;
900 sAPP1.pMarkerBuffer[153] = (nWidth >> 8) & 0xFF;
1063 int nWidth;
1168 nWidth=176;
1192 sCrop.nWidth = 0;
1220 nWidth = atoi(optarg);
1306 sCrop.nWidth = atoi(optarg);
1439 pInPortDef->format.image.nFrameWidth = nWidth;
1462 nMultFactor = (nWidth + 16 - 1)/16;
1523 pOutPortDef->format.image.nFrameWidth = nWidth;
1530 pOutPortDef->nBufferSize = (nWidth*nHeight);
1705 error = SetMarkers(pHandle, imageinfo, sCrop, nWidth, nHeight);