/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
D | JPEGTest.c | 102 int nWidth=imageinfo->nWidth, nHeight=imageinfo->nHeight; in FixFrameSize() local 109 ( (nHeight%16) !=0 ) ? nHeight=16 * ( ( nHeight/16 ) + 1 ) : nHeight; in FixFrameSize() 110 PRINT("new nHeight %d \n", nHeight); in FixFrameSize() 113 imageinfo->nHeight = nHeight; in FixFrameSize() 328 imageinfo->nHeight = Get16m(Data+3); 603 int nHeight; local 843 nHeight = imageinfo->nHeight; 887 pInPortDef->format.image.nFrameHeight = imageinfo->nHeight; 915 pMaxResolution->nHeight = imageinfo->nHeight; 963 pOutPortDef->format.image.nFrameHeight = imageinfo->nHeight; [all …]
|
D | JPEGTest.h | 70 int nHeight ; member 115 OMX_U32 nHeight; member
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
D | JPEGTestEnc.c | 656 …OMX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight); 837 …MX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight) { in SetMarkers() argument 903 if (sCrop.nHeight != 0) in SetMarkers() 905 sAPP1.pMarkerBuffer[164] = sCrop.nHeight; in SetMarkers() 906 sAPP1.pMarkerBuffer[165] = (sCrop.nHeight >> 8) & 0xFF; in SetMarkers() 910 sAPP1.pMarkerBuffer[164] = nHeight; in SetMarkers() 911 sAPP1.pMarkerBuffer[165] = (nHeight >> 8) & 0xFF; in SetMarkers() 1064 int nHeight; in _tmain() local 1169 nHeight=144; in _tmain() 1193 sCrop.nHeight = 0; in _tmain() [all …]
|
D | JPEGTestEnc.h | 49 int nHeight ; member
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_TI_IVCommon.h | 578 OMX_U32 nHeight; member 969 OMX_U32 nHeight; member 1117 OMX_U32 nHeight; member 1137 OMX_U32 nHeight; member 1188 OMX_U32 nHeight; member 1289 OMX_U32 nHeight; member 1324 OMX_U32 nHeight; member 1383 OMX_U32 nHeight; member 1580 OMX_U32 nHeight; member 1604 OMX_U32 nHeight; member [all …]
|
D | OMX_IVCommon.h | 308 OMX_U32 nHeight; member 404 OMX_U32 nHeight; member
|
D | OMX_TI_Video.h | 144 OMX_U32 nHeight; member
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXFocus.cpp | 737 (size_t&)focusAreas[0]->tAlgoAreas[n].nHeight); in setTouchFocus() 745 focusAreas[0]->tAlgoAreas[n].nHeight = in setTouchFocus() 746 … ( focusAreas[0]->tAlgoAreas[n].nHeight * TOUCH_FOCUS_RANGE ) / mPreviewData->mHeight; in setTouchFocus() 751 … (int)focusAreas[0]->tAlgoAreas[n].nWidth, (int)focusAreas[0]->tAlgoAreas[n].nHeight, in setTouchFocus()
|
D | OMXFD.cpp | 392 nTop = faceData->tFacePosition[j].nTop + faceData->tFacePosition[j].nHeight; in encodeFaceCoordinates() 413 tmp = ( double ) faceData->tFacePosition[j].nHeight / ( double ) previewHeight; in encodeFaceCoordinates()
|
D | OMX3A.cpp | 1533 (size_t&)meteringAreas[0]->tAlgoAreas[n].nHeight); in setMeteringAreas() 1541 meteringAreas[0]->tAlgoAreas[n].nHeight = in setMeteringAreas() 1542 … ( meteringAreas[0]->tAlgoAreas[n].nHeight * METERING_AREAS_RANGE ) / mPreviewData->mHeight; in setMeteringAreas() 1548 … (int)meteringAreas[0]->tAlgoAreas[n].nWidth, (int)meteringAreas[0]->tAlgoAreas[n].nHeight, in setMeteringAreas()
|
D | OMXAlgo.cpp | 891 thumbConf.nHeight = mThumbRes[0].height; in setThumbnailParams() 897 thumbConf.nHeight = height; in setThumbnailParams()
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
D | OMX_IVCommon.h | 308 OMX_U32 nHeight; member 404 OMX_U32 nHeight; member
|
/hardware/qcom/media/mm-core/inc/ |
D | OMX_IVCommon.h | 308 OMX_U32 nHeight; member 404 OMX_U32 nHeight; member
|
D | QOMX_VideoExtensions.h | 574 OMX_U16 nHeight; member
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
D | OMX_IVCommon.h | 308 OMX_U32 nHeight; member 404 OMX_U32 nHeight; member
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_IVCommon.h | 308 OMX_U32 nHeight; member 404 OMX_U32 nHeight; member
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP.c | 1511 crop->nHeight = pComponentPrivate->pCrop->nHeight; in VPP_GetConfig() 1566 pInputSize->nHeight = pComponentPrivate->pIpFrameStatus->ulInHeight; in VPP_GetConfig() 1570 pInputSize->nHeight = pComponentPrivate->pIpFrameStatus->ulInHeight; in VPP_GetConfig() 1585 pOutputSize->nHeight = pComponentPrivate->pOpYUVFrameStatus->ulOutHeight; in VPP_GetConfig() 1589 pOutputSize->nHeight = pComponentPrivate->pOpRGBFrameStatus->ulOutHeight; in VPP_GetConfig() 1647 … ((VPP_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pIpFrameStatus->ulInYsize = crop->nHeight; in VPP_SetConfig() 1652 ((VPP_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pCrop->nHeight = crop->nHeight; in VPP_SetConfig() 1881 pComponentPrivate->pIpFrameStatus->ulInHeight = pInputSize->nHeight; in VPP_SetConfig() 1907 pComponentPrivate->pOpYUVFrameStatus->ulOutHeight = pOutputSize->nHeight; in VPP_SetConfig() 1918 pComponentPrivate->pOpRGBFrameStatus->ulOutHeight = pOutputSize->nHeight; in VPP_SetConfig()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
D | OMX_VideoDec_Utils.h | 650 OMX_S32 nHeight; member 1433 OMX_ERRORTYPE VIDDEC_ParseVideo_WMV9_VC1( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *… 1434 OMX_ERRORTYPE VIDDEC_ParseVideo_WMV9_RCV( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *… 1436 OMX_ERRORTYPE VIDDEC_ParseVideo_MPEG4( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *pBu… 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 *pBu…
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDec_Utils.c | 3943 OMX_ERRORTYPE VIDDEC_ParseVideo_MPEG2( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *pBu… in VIDDEC_ParseVideo_MPEG2() argument 3987 (*nHeight) = (nTempValue); in VIDDEC_ParseVideo_MPEG2() 4002 OMX_ERRORTYPE VIDDEC_ParseVideo_WMV9_VC1( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *… in VIDDEC_ParseVideo_WMV9_VC1() argument 4049 (*nHeight) = (nTempValue * 2) + 2; in VIDDEC_ParseVideo_WMV9_VC1() 4064 OMX_ERRORTYPE VIDDEC_ParseVideo_WMV9_RCV( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *… in VIDDEC_ParseVideo_WMV9_RCV() argument 4086 (*nHeight) = nTempValue; in VIDDEC_ParseVideo_WMV9_RCV() 4097 (*nHeight) = 0; in VIDDEC_ParseVideo_WMV9_RCV() 4111 OMX_ERRORTYPE VIDDEC_ParseVideo_MPEG4( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *pBu… in VIDDEC_ParseVideo_MPEG4() argument 4326 …(*nHeight) = VIDDEC_GetBits(&nBitPosition, 13, pHeaderStream, OMX_TRUE); /*… in VIDDEC_ParseVideo_MPEG4() 4398 … pPictHeaderPtr->nPostDecoderBufferSize = (*nHeight) * (*nWidth) * 3 / 2; /*YUV 420 Planar*/ in VIDDEC_ParseVideo_MPEG4() [all …]
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/ |
D | omx_proxy_h264enc.c | 111 int nHeight, int nStride, 731 …err = pProxy->mAllocDev->alloc(pProxy->mAllocDev,(int) tParamRect.nWidth,(int) tParamRect.nHeight, in LOCAL_PROXY_H264E_AllocateBuffer() 879 int nWidth, int nHeight, int nStride, in COLORCONVERT_PlatformOpaqueToNV12() argument 891 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0); in COLORCONVERT_PlatformOpaqueToNV12()
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
D | omx_proxy_mpeg4enc.c | 110 int nHeight, int nStride, 718 …err = pProxy->mAllocDev->alloc(pProxy->mAllocDev,(int) tParamRect.nWidth,(int) tParamRect.nHeight, in LOCAL_PROXY_MPEG4E_AllocateBuffer() 866 int nWidth, int nHeight, int nStride, in COLORCONVERT_PlatformOpaqueToNV12() argument 879 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0); in COLORCONVERT_PlatformOpaqueToNV12()
|
/hardware/samsung_slsi/exynos5/libswconverter/ |
D | csc_ARGB8888_to_YUV420SP_NEON.s | 21 @r12 temp1, nHeight 28 ldr r12, [sp, #40] @ load nHeight 361 subs r12,r12,#2 @nHeight -=2
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 857 thumbnail_info.crop_info.nHeight = p_thumb_dim->crop.height; in mm_jpeg_session_config_thumbnail() 872 || (thumbnail_info.crop_info.nHeight > thumbnail_info.input_height)) { in mm_jpeg_session_config_thumbnail() 876 thumbnail_info.crop_info.nHeight = thumbnail_info.input_height; in mm_jpeg_session_config_thumbnail() 960 rect_type_in.nHeight = CEILING2(dim->crop.height); in mm_jpeg_session_config_main_crop() 966 rect_type_out.nHeight = dim->dst_dim.height; in mm_jpeg_session_config_main_crop() 979 (int)rect_type_in.nWidth, (int)rect_type_in.nHeight, in mm_jpeg_session_config_main_crop() 991 (int)rect_type_out.nWidth, (int)rect_type_out.nHeight, in mm_jpeg_session_config_main_crop()
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/ |
D | ExynosVideoApi.h | 93 unsigned int nHeight; member
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
D | VideoEncTest.c | 303 int nHeight; member 823 pAppData->pInPortDef->format.video.nFrameHeight = pAppData->nHeight; in VIDENCTEST_SetH264Parameter() 894 pAppData->pOutPortDef->format.video.nFrameHeight = pAppData->nHeight; in VIDENCTEST_SetH264Parameter() 1006 pAppData->pInPortDef->format.video.nFrameHeight = pAppData->nHeight; in VIDENCTEST_SetMpeg4Parameter() 1029 pAppData->pOutPortDef->format.video.nFrameHeight = pAppData->nHeight; in VIDENCTEST_SetMpeg4Parameter() 2286 pAppData->nHeight = atoi(argv[4]); in VIDENCTEST_CheckArgs() 2287 if (pAppData->nHeight & 15) { in VIDENCTEST_CheckArgs()
|