Home
last modified time | relevance | path

Searched refs:nWidth (Results 1 – 25 of 43) sorted by relevance

12

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.c102 int nWidth=imageinfo->nWidth, nHeight=imageinfo->nHeight; in FixFrameSize() local
105 ( (nWidth%32 ) !=0 ) ? nWidth=32 * ( ( nWidth/32 ) + 1 ) : nWidth; in FixFrameSize()
106 PRINT("411 file new nWidth %d \n", nWidth); in FixFrameSize()
112 imageinfo->nWidth = nWidth; in FixFrameSize()
329 imageinfo->nWidth = Get16m(Data+5);
602 int nWidth; local
844 nWidth = imageinfo->nWidth;
886 pInPortDef->format.image.nFrameWidth = imageinfo->nWidth;
914 pMaxResolution->nWidth = imageinfo->nWidth;
962 pOutPortDef->format.image.nFrameWidth = imageinfo->nWidth;
[all …]
DJPEGTest.h69 int nWidth; member
114 OMX_U32 nWidth; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
DJPEGTestEnc.c656 …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
892 if (sCrop.nWidth != 0) in SetMarkers()
894 sAPP1.pMarkerBuffer[152] = sCrop.nWidth & 0xFF; in SetMarkers()
895 sAPP1.pMarkerBuffer[153] = (sCrop.nWidth >> 8) & 0xFF; in SetMarkers()
899 sAPP1.pMarkerBuffer[152] = nWidth & 0xFF; in SetMarkers()
900 sAPP1.pMarkerBuffer[153] = (nWidth >> 8) & 0xFF; in SetMarkers()
1063 int nWidth; in _tmain() local
1168 nWidth=176; in _tmain()
1192 sCrop.nWidth = 0; in _tmain()
[all …]
DJPEGTestEnc.h48 int nWidth; member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_TI_IVCommon.h577 OMX_U32 nWidth; member
968 OMX_U32 nWidth; member
1116 OMX_U32 nWidth; member
1136 OMX_U32 nWidth; member
1187 OMX_U32 nWidth; member
1288 OMX_U32 nWidth; member
1323 OMX_U32 nWidth; member
1382 OMX_U32 nWidth; member
1581 OMX_U32 nWidth; member
1605 OMX_U32 nWidth; member
[all …]
DOMX_IVCommon.h307 OMX_U32 nWidth; member
403 OMX_U32 nWidth; member
DOMX_TI_Video.h143 OMX_U32 nWidth; member
/hardware/samsung_slsi/exynos5/libswconverter/
Dcsc_ARGB8888_to_YUV420SP_NEON.s12 @r3 nWidth
13 @r4 pDstY2 = pDstY + nWidth
30 add r4, r0, r3 @r4: pDstY2 = pDstY + nWidth
32 sub r8, r3, #16 @r8: nWidthTmp = nWidth -16
354 sub r8, r3, #16 @r8: nWidthTmp = nWidth -16
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXFocus.cpp736 (size_t&)focusAreas[0]->tAlgoAreas[n].nWidth, in setTouchFocus()
743 focusAreas[0]->tAlgoAreas[n].nWidth = in setTouchFocus()
744 … ( focusAreas[0]->tAlgoAreas[n].nWidth * TOUCH_FOCUS_RANGE ) / mPreviewData->mWidth; in setTouchFocus()
751 … (int)focusAreas[0]->tAlgoAreas[n].nWidth, (int)focusAreas[0]->tAlgoAreas[n].nHeight, in setTouchFocus()
DOMXFD.cpp391 nLeft = faceData->tFacePosition[j].nLeft + faceData->tFacePosition[j].nWidth; in encodeFaceCoordinates()
408 tmp = ( double ) faceData->tFacePosition[j].nWidth / ( double ) previewWidth; in encodeFaceCoordinates()
DOMX3A.cpp1532 (size_t&)meteringAreas[0]->tAlgoAreas[n].nWidth, in setMeteringAreas()
1539 meteringAreas[0]->tAlgoAreas[n].nWidth = in setMeteringAreas()
1540 … ( meteringAreas[0]->tAlgoAreas[n].nWidth * METERING_AREAS_RANGE ) / mPreviewData->mWidth; in setMeteringAreas()
1548 … (int)meteringAreas[0]->tAlgoAreas[n].nWidth, (int)meteringAreas[0]->tAlgoAreas[n].nHeight, in setMeteringAreas()
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_IVCommon.h307 OMX_U32 nWidth; member
403 OMX_U32 nWidth; member
/hardware/qcom/media/mm-core/inc/
DOMX_IVCommon.h307 OMX_U32 nWidth; member
403 OMX_U32 nWidth; member
DQOMX_VideoExtensions.h573 OMX_U16 nWidth; member
DQOMX_AudioExtensions.h387 OMX_U8 nWidth; /**< Width of expansion effect */ member
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
DOMX_IVCommon.h307 OMX_U32 nWidth; member
403 OMX_U32 nWidth; member
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_IVCommon.h307 OMX_U32 nWidth; member
403 OMX_U32 nWidth; member
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP.c1509 crop->nWidth = pComponentPrivate->pCrop->nWidth; in VPP_GetConfig()
1565 pInputSize->nWidth = pComponentPrivate->pIpFrameStatus->ulInWidth; in VPP_GetConfig()
1569 pInputSize->nWidth = pComponentPrivate->pIpFrameStatus->ulInWidth; in VPP_GetConfig()
1584 pOutputSize->nWidth = pComponentPrivate->pOpYUVFrameStatus->ulOutWidth; in VPP_GetConfig()
1588 pOutputSize->nWidth = pComponentPrivate->pOpRGBFrameStatus->ulOutWidth; in VPP_GetConfig()
1645 … ((VPP_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pIpFrameStatus->ulInXsize = crop->nWidth; in VPP_SetConfig()
1650 ((VPP_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pCrop->nWidth = crop->nWidth; in VPP_SetConfig()
1880 pComponentPrivate->pIpFrameStatus->ulInWidth = pInputSize->nWidth; in VPP_SetConfig()
1906 pComponentPrivate->pOpYUVFrameStatus->ulOutWidth = pOutputSize->nWidth; in VPP_SetConfig()
1917 pComponentPrivate->pOpRGBFrameStatus->ulOutWidth = pOutputSize->nWidth; in VPP_SetConfig()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h649 OMX_S32 nWidth; 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…
1438 OMX_BUFFERHEADERTYPE* pBuffHead,OMX_S32* nWidth,
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/
DOMX_VideoDec_Utils.c3943 OMX_ERRORTYPE VIDDEC_ParseVideo_MPEG2( OMX_S32* nWidth, OMX_S32* nHeight, OMX_BUFFERHEADERTYPE *pBu… in VIDDEC_ParseVideo_MPEG2() argument
3985 (*nWidth) = (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
4047 (*nWidth) = (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
4092 (*nWidth) = nTempValue; in VIDDEC_ParseVideo_WMV9_RCV()
4096 (*nWidth) = 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
4321 …(*nWidth) = VIDDEC_GetBits(&nBitPosition, 13, pHeaderStream, OMX_TRUE); /*1… 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/
Domx_proxy_h264enc.c110 void *pDst[], int nWidth,
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/
Domx_proxy_mpeg4enc.c109 void *pDst[], int nWidth,
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/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c856 thumbnail_info.crop_info.nWidth = p_thumb_dim->crop.width; in mm_jpeg_session_config_thumbnail()
871 if ((thumbnail_info.crop_info.nWidth > thumbnail_info.input_width) in mm_jpeg_session_config_thumbnail()
875 thumbnail_info.crop_info.nWidth = thumbnail_info.input_width; in mm_jpeg_session_config_thumbnail()
959 rect_type_in.nWidth = CEILING2(dim->crop.width); in mm_jpeg_session_config_main_crop()
965 rect_type_out.nWidth = dim->dst_dim.width; 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/
DExynosVideoApi.h92 unsigned int nWidth; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
DVideoEncTest.c302 int nWidth; member
822 pAppData->pInPortDef->format.video.nFrameWidth = pAppData->nWidth; in VIDENCTEST_SetH264Parameter()
893 pAppData->pOutPortDef->format.video.nFrameWidth = pAppData->nWidth; in VIDENCTEST_SetH264Parameter()
1005 pAppData->pInPortDef->format.video.nFrameWidth = pAppData->nWidth; in VIDENCTEST_SetMpeg4Parameter()
1028 pAppData->pOutPortDef->format.video.nFrameWidth = pAppData->nWidth; in VIDENCTEST_SetMpeg4Parameter()
2281 pAppData->nWidth = atoi(argv[3]); in VIDENCTEST_CheckArgs()
2282 if (pAppData->nWidth & 15) { in VIDENCTEST_CheckArgs()

12