Searched defs:nHeight (Results 1 - 16 of 16) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.h49 int nHeight ; member in struct:IMAGE_INFO
H A DJPEGTestEnc.c656 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) { argument
903 if (sCrop.nHeight != 0)
905 sAPP1.pMarkerBuffer[164] = sCrop.nHeight;
906 sAPP1.pMarkerBuffer[165] = (sCrop.nHeight >> 8) & 0xFF;
910 sAPP1.pMarkerBuffer[164] = nHeight;
911 sAPP1.pMarkerBuffer[165] = (nHeight >> 8) & 0xFF;
1064 int nHeight; local
1169 nHeight=144;
1193 sCrop.nHeight
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.h70 int nHeight ; member in struct:IMAGE_INFO
115 OMX_U32 nHeight; member in struct:OMX_CUSTOM_RESOLUTION
H A DJPEGTest.c102 int nWidth=imageinfo->nWidth, nHeight=imageinfo->nHeight; local
108 /*round up if nHeight is not multiple of 16*/
109 ( (nHeight%16) !=0 ) ? nHeight=16 * ( ( nHeight/16 ) + 1 ) : nHeight;
110 PRINT("new nHeight %d \n", nHeight);
113 imageinfo->nHeight
603 int nHeight; local
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c111 int nHeight, int nStride,
731 err = pProxy->mAllocDev->alloc(pProxy->mAllocDev,(int) tParamRect.nWidth,(int) tParamRect.nHeight,
879 int nWidth, int nHeight, int nStride,
891 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0);
876 COLORCONVERT_PlatformOpaqueToNV12(void *hCC, void *pSrc[COLORCONVERT_MAX_SUB_BUFFERS], void *pDst[COLORCONVERT_MAX_SUB_BUFFERS], int nWidth, int nHeight, int nStride, int nSrcBufType,int nDstBufType) argument
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c110 int nHeight, int nStride,
718 err = pProxy->mAllocDev->alloc(pProxy->mAllocDev,(int) tParamRect.nWidth,(int) tParamRect.nHeight,
866 int nWidth, int nHeight, int nStride,
879 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0);
863 COLORCONVERT_PlatformOpaqueToNV12(void *hCC, void *pSrc[COLORCONVERT_MAX_SUB_BUFFERS], void *pDst[COLORCONVERT_MAX_SUB_BUFFERS], int nWidth, int nHeight, int nStride, int nSrcBufType,int nDstBufType) argument
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c1500 int *nHeight = (int*)ComponentConfigStructure; local
1503 pPortDefIn->format.image.nFrameHeight = *nHeight;
1529 pComponentPrivate->pCrop->nHeight = crop->nHeight;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h390 OMX_U32 nHeight; member in struct:OMX_CUSTOM_RESOLUTION
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c3943 OMX_ERRORTYPE VIDDEC_ParseVideo_MPEG2( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *pBuffHead) argument
3987 (*nHeight) = (nTempValue);
4002 OMX_ERRORTYPE VIDDEC_ParseVideo_WMV9_VC1( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *pBuffHead) argument
4049 (*nHeight) = (nTempValue * 2) + 2;
4064 OMX_ERRORTYPE VIDDEC_ParseVideo_WMV9_RCV( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *pBuffHead) argument
4086 (*nHeight) = nTempValue;
4097 (*nHeight) = 0;
4111 OMX_ERRORTYPE VIDDEC_ParseVideo_MPEG4( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *pBuffHead) argument
4326 (*nHeight) = VIDDEC_GetBits(&nBitPosition, 13, pHeaderStream, OMX_TRUE); /*13 bits*/
4395 pPictHeaderPtr->sSizeInMemory.nHeight
4562 VIDDEC_ParseVideo_H264(VIDDEC_COMPONENT_PRIVATE* pComponentPrivate, OMX_BUFFERHEADERTYPE* pBuffHead,OMX_S32* nWidth, OMX_S32* nHeight, OMX_S32* nCropWidth, OMX_S32* nCropHeight, OMX_U32 nType) argument
4999 OMX_S32 nHeight = 0; local
5255 OMX_U32 nHeight = 0; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c303 int nHeight; member in struct:MYDATATYPE
823 pAppData->pInPortDef->format.video.nFrameHeight = pAppData->nHeight;
894 pAppData->pOutPortDef->format.video.nFrameHeight = pAppData->nHeight;
1006 pAppData->pInPortDef->format.video.nFrameHeight = pAppData->nHeight;
1029 pAppData->pOutPortDef->format.video.nFrameHeight = pAppData->nHeight;
2286 pAppData->nHeight = atoi(argv[4]);
2287 if (pAppData->nHeight & 15) {
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_TI_Video.h136 @param nHeight to specify the Aspect ratio: height of the pixel
144 OMX_U32 nHeight; member in struct:OMX_VIDEO_CONFIG_PIXELINFOTYPE
H A DOMX_IVCommon.h301 * nHeight : Frame height in pixels
308 OMX_U32 nHeight; member in struct:OMX_FRAMESIZETYPE
395 * nHeight : Height of the rectangle
404 OMX_U32 nHeight; member in struct:OMX_CONFIG_RECTTYPE
H A DOMX_TI_IVCommon.h578 OMX_U32 nHeight; member in struct:OMX_CONFIG_EXTFOCUSREGIONTYPE
952 * nHeight is the height of the measurement area rectangle in pixels.
969 OMX_U32 nHeight; member in struct:OMX_CONFIG_HISTOGRAMTYPE
1105 * nHeight is the height of the detected area rectangle in pixels.
1117 OMX_U32 nHeight; member in struct:OMX_BARCODEDETECTIONTYPE
1127 * nHeight is the height of the detected area rectangle in pixels.
1137 OMX_U32 nHeight; member in struct:OMX_FRONTOBJDETECTIONTYPE
1176 * nHeight is the height of the focus region rectangle in pixels.
1188 OMX_U32 nHeight; member in struct:OMX_FOCUSREGIONTYPE
1273 * nHeight
1289 OMX_U32 nHeight; member in struct:OMX_CONFIG_OBJDETECTIONTYPE
1324 OMX_U32 nHeight; member in struct:OMX_CONFIG_DISTANCETYPE
1383 OMX_U32 nHeight; member in struct:OMX_TI_FACERESULT
1580 OMX_U32 nHeight; member in struct:OMX_PARAM_IMAGESTAMPOVERLAYTYPE
1604 OMX_U32 nHeight; member in struct:OMX_PARAM_THUMBNAILTYPE
1648 OMX_U32 nHeight; member in struct:OMX_CONFIG_REDEYEREMOVALTYPE
2621 OMX_U32 nHeight; /**< The height of the area rectangle in pixels */ member in struct:OMX_ALGOAREA
[all...]
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_IVCommon.h301 * nHeight : Frame height in pixels
308 OMX_U32 nHeight; member in struct:OMX_FRAMESIZETYPE
395 * nHeight : Height of the rectangle
404 OMX_U32 nHeight; member in struct:OMX_CONFIG_RECTTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_IVCommon.h301 * nHeight : Frame height in pixels
308 OMX_U32 nHeight; member in struct:OMX_FRAMESIZETYPE
395 * nHeight : Height of the rectangle
404 OMX_U32 nHeight; member in struct:OMX_CONFIG_RECTTYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h650 OMX_S32 nHeight; member in struct:VIDDEC_Size
1433 OMX_ERRORTYPE VIDDEC_ParseVideo_WMV9_VC1( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *pBuffHead);
1434 OMX_ERRORTYPE VIDDEC_ParseVideo_WMV9_RCV( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *pBuffHead);
1436 OMX_ERRORTYPE VIDDEC_ParseVideo_MPEG4( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *pBuffHead);
1439 OMX_S32* nHeight, OMX_S32* nCropWidth, OMX_S32* nCropHeight, OMX_U32 nType);
1440 OMX_ERRORTYPE VIDDEC_ParseVideo_MPEG2( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *pBuffHead);

Completed in 255 milliseconds