Home
last modified time | relevance | path

Searched refs:nFrameWidth (Results 1 – 25 of 33) sorted by relevance

12

/hardware/qcom/media/mm-video/vidc/venc/test/
Dvenc_test.cpp194 OMX_U32 nFrameWidth; member
359 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth; in ConfigureEncoder()
363 ,portdef.format.video.nFrameWidth,portdef.format.video.nBitrate); in ConfigureEncoder()
375 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth; in ConfigureEncoder()
411 ((m_sProfile.nFrameWidth+15)>>4); in ConfigureEncoder()
1172 m_sProfile.nFrameWidth = 176; in parseArgs()
1180 m_sProfile.nFrameWidth = 320; in parseArgs()
1190 m_sProfile.nFrameWidth = 640; in parseArgs()
1199 m_sProfile.nFrameWidth = 800; in parseArgs()
1207 m_sProfile.nFrameWidth = 352; in parseArgs()
[all …]
Dfb_test.c30 int FBTest_Initialize(int nFrameWidth, in FBTest_Initialize() argument
Dcamera_test.cpp36 int nFrameWidth, in CameraTest_Initialize() argument
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDec_Utils.c70 if ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_CIF_WIDTH) || in VIDDEC_GetRMFrecuency()
80 … (OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_D1MAX_WIDTH) in VIDDEC_GetRMFrecuency()
105 …else if (((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth <= VIDDEC_CIF_WIDTH) && in VIDDEC_GetRMFrecuency()
106 … (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_QCIF_WIDTH)) || in VIDDEC_GetRMFrecuency()
134 …else if (((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth <= VIDDEC_QCIF_WIDTH) … in VIDDEC_GetRMFrecuency()
135 … (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth >= VIDDEC_MIN_WIDTH)) || in VIDDEC_GetRMFrecuency()
865 … pComponentPrivate->pInPortDef->format.video.nFrameWidth = VIDDEC_DEFAULT_WIDTH; in VIDDEC_Load_Defaults()
895 … pComponentPrivate->pOutPortDef->format.video.nFrameWidth = VIDDEC_DEFAULT_WIDTH; in VIDDEC_Load_Defaults()
1216 pComponentPrivate->pInPortDef->format.video.nFrameWidth = VIDDEC_DEFAULT_WIDTH; in VIDDEC_Load_Defaults()
1222 …rtDef->nBufferSize = pComponentPrivate->pInPortDef->format.video.nFrameWidth * in VIDDEC_Load_Defaults()
[all …]
DOMX_VideoDecoder.c843 … pMBBlocksTypeTo->nMacroblocks = pComponentPrivate->pOutPortDef->format.video.nFrameWidth * in VIDDEC_GetParameter()
953 … (int )((OMX_PARAM_PORTDEFINITIONTYPE *)ComponentParameterStructure)->format.video.nFrameWidth, in VIDDEC_GetParameter()
1342 pPortDef->nBufferSize = pPortDef->format.video.nFrameWidth * in VIDDEC_SetParameter()
1346 …ponentPrivate->dbg, "Set i/p size: %dx%d", pPortDefParam->format.video.nFrameWidth, pPortDefParam-… in VIDDEC_SetParameter()
1352 pPortDef->nBufferSize = pPortDef->format.video.nFrameWidth * in VIDDEC_SetParameter()
1356 …nentPrivate->dbg, "Set OUT/p size: %dx%d", pPortDefParam->format.video.nFrameWidth, pPortDefParam-… in VIDDEC_SetParameter()
1764 … pMBBlocksTypeTo->nMacroblocks = pComponentPrivate->pOutPortDef->format.video.nFrameWidth * in VIDDEC_GetConfig()
/hardware/qcom/media/mm-video/vidc/venc/inc/
Dfb_test.h36 int FBTest_Initialize(int nFrameWidth,
Dcamera_test.h46 int nFrameWidth,
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Utils.c603 … if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (352*288)) { in Fill_JpegEncLCMLInitParams()
606 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (640*48… in Fill_JpegEncLCMLInitParams()
609 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (720*57… in Fill_JpegEncLCMLInitParams()
612 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (1*1024… in Fill_JpegEncLCMLInitParams()
615 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (2*1024… in Fill_JpegEncLCMLInitParams()
618 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (3*1024… in Fill_JpegEncLCMLInitParams()
621 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (4*1024… in Fill_JpegEncLCMLInitParams()
624 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (5*1024… in Fill_JpegEncLCMLInitParams()
627 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (6*1024… in Fill_JpegEncLCMLInitParams()
647 …ptCreateString[7] = (pPortDefOut->format.image.nFrameWidth > 0) ? pPortDefOut->format.image.nFrame… in Fill_JpegEncLCMLInitParams()
[all …]
DOMX_JpegEncoder.c589 …pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.nFrameWidth = 640… in OMX_ComponentInit()
610 …pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef->format.image.nFrameWidth = 640; /* … in OMX_ComponentInit()
1485 …T1(pComponentPrivate->dbg, "INIT nFrameWidth = %d\n", (int)(pPortDefIn->format.image.nFrameWidth)); in JPEGENC_SetConfig()
1486 pPortDefIn->format.image.nFrameWidth = *nWidth; in JPEGENC_SetConfig()
1487 …_PRINT1(pComponentPrivate->dbg, "nFrameWidth = %d\n", (int)(pPortDefIn->format.image.nFrameWidth)); in JPEGENC_SetConfig()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c573 OMX_U16 nFrameWidth; in Fill_LCMLInitParamsJpegDec() local
634 nFrameWidth = pPortDefIn->format.image.nFrameWidth * nScaleFactor / 100; in Fill_LCMLInitParamsJpegDec()
639 nFrameWidth<= 176) { in Fill_LCMLInitParamsJpegDec()
643 nFrameWidth<= 352) { in Fill_LCMLInitParamsJpegDec()
647 nFrameWidth <= 640) { in Fill_LCMLInitParamsJpegDec()
651 nFrameWidth <= 1280) { in Fill_LCMLInitParamsJpegDec()
655 nFrameWidth<= 1920) { in Fill_LCMLInitParamsJpegDec()
659 nFrameWidth<= 2048) { in Fill_LCMLInitParamsJpegDec()
663 nFrameWidth<= 2560) { in Fill_LCMLInitParamsJpegDec()
667 nFrameWidth<= 2560) { in Fill_LCMLInitParamsJpegDec()
[all …]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Image.h114 OMX_U32 nFrameWidth; member
DOMX_Video.h127 OMX_U32 nFrameWidth; member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Image.h114 OMX_U32 nFrameWidth; member
DOMX_Video.h127 OMX_U32 nFrameWidth; member
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Image.h114 OMX_U32 nFrameWidth; member
DOMX_Video.h127 OMX_U32 nFrameWidth; member
/hardware/qcom/media/mm-video/vidc/venc/src/
Domx_video_encoder.cpp214 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init()
237 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init()
454 (int)portDefn->format.video.nFrameWidth); in set_parameter()
469 m_sInPortDef.format.video.nFrameWidth = portDefn->format.video.nFrameWidth; in set_parameter()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c2473 …->H264VENC_TI_DYNAMICPARAMS.videncDynamicParams.inputWidth = pPortDefIn->format.video.nFrameWidth; in OMX_VIDENC_Process_FilledInBuf()
3227 if ((pPortDefIn->format.video.nFrameWidth <= 176) && in OMX_VIDENC_InitDSP_H264Enc()
3232 else if ((pPortDefIn->format.video.nFrameWidth <= 352) && in OMX_VIDENC_InitDSP_H264Enc()
3261 pCreatePhaseArgs->ulWidth = pPortDefIn->format.video.nFrameWidth; in OMX_VIDENC_InitDSP_H264Enc()
3368 (pPortDefIn->format.video.nFrameWidth == 320) && in OMX_VIDENC_InitDSP_H264Enc()
3382 if ((pPortDefIn->format.video.nFrameWidth >= 640 || in OMX_VIDENC_InitDSP_H264Enc()
3505 if ((pPortDefIn->format.video.nFrameWidth <= 176) && in OMX_VIDENC_InitDSP_Mpeg4Enc()
3510 else if ((pPortDefIn->format.video.nFrameWidth <= 352) && in OMX_VIDENC_InitDSP_Mpeg4Enc()
3515 else if ((pPortDefIn->format.video.nFrameWidth <= 640) && in OMX_VIDENC_InitDSP_Mpeg4Enc()
3520 else if ((pPortDefIn->format.video.nFrameWidth <= 720) && in OMX_VIDENC_InitDSP_Mpeg4Enc()
[all …]
/hardware/qcom/media/mm-video/vidc/vdec/test/
Domx_vdec_test.cpp1443 portFmt.format.video.nFrameWidth = width; in Play_Decoder()
1452 DEBUG_PRINT("\nVideo format, height = %d\n", portFmt.format.video.nFrameWidth); in Play_Decoder()
1701 width = portFmt.format.video.nFrameWidth; in Play_Decoder()
2370 …DEBUG_PRINT_ERROR("DispWidth %d DispHeight %d\n",portFmt.format.video.nFrameWidth,portFmt.format.v… in render_fb()
2435 if(portFmt.format.video.nFrameWidth < destW) in render_fb()
2436 destW = portFmt.format.video.nFrameWidth ; in render_fb()
2452 e->src_rect.w = portFmt.format.video.nFrameWidth; in render_fb()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_ImgConv.c121 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth; in ComputeTiOverlayImgFormat()
195 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth; in ConvertChromReduction()
DOMX_VPP_Utils.c268 …t_FrameWidth = pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.format.video.nFrameWidth; in VPP_Fill_LCMLInitParams()
269 …X_VPP_MAX(pComponentPrivate->sCompPorts[OMX_VPP_RGB_OUTPUT_PORT].pPortDef.format.video.nFrameWidth, in VPP_Fill_LCMLInitParams()
270 pComponentPrivate->sCompPorts[OMX_VPP_YUV_OUTPUT_PORT].pPortDef.format.video.nFrameWidth); in VPP_Fill_LCMLInitParams()
1059 … nsize = pPortDef->format.video.nFrameWidth * pPortDef->format.video.nFrameHeight * 2; in VPP_StateToIdle()
3282 …pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.format.video.nFrameWidth = DEFAULT_WID… in VPP_Initialize_PrivateStruct()
3301 …pComponentPrivate->sCompPorts[OMX_VPP_INPUT_OVERLAY_PORT].pPortDef.format.video.nFrameWidth = DEF… in VPP_Initialize_PrivateStruct()
3319 …pComponentPrivate->sCompPorts[OMX_VPP_RGB_OUTPUT_PORT].pPortDef.format.video.nFrameWidth = DEFAUL… in VPP_Initialize_PrivateStruct()
3336 …pComponentPrivate->sCompPorts[OMX_VPP_YUV_OUTPUT_PORT].pPortDef.format.video.nFrameWidth = DEFAULT… in VPP_Initialize_PrivateStruct()
DOMX_VPP.c1325 … pComponentPrivate->pIpFrameStatus->ulInWidth = pComponentParam->format.video.nFrameWidth; in VPP_SetParameter()
1336 … pComponentPrivate->pOpYUVFrameStatus->ulOutWidth = pComponentParam->format.video.nFrameWidth; in VPP_SetParameter()
1345 … pComponentPrivate->pOpRGBFrameStatus->ulOutWidth = pComponentParam->format.video.nFrameWidth; in VPP_SetParameter()
1363 … pComponentParam->format.video.nFrameWidth * pComponentParam->format.video.nFrameHeight; in VPP_SetParameter()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
DVPPTest.c988 pCompPrivateStruct->format.video.nFrameWidth = inputwidth; in _tmain()
1008 pCompPrivateStruct->format.video.nFrameWidth = DEFAULT_WIDTH; in _tmain()
1086 pCompPrivateStruct->format.video.nFrameWidth = outputwidth; in _tmain()
1131 pCompPrivateStruct->format.video.nFrameWidth = outputwidth; in _tmain()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp780 portCheck.format.video.nFrameWidth = portParams.mWidth; in setFormat()
784 if( ( portCheck.format.video.nFrameWidth >= 1920 ) && in setFormat()
802 portCheck.format.image.nFrameWidth = portParams.mWidth; in setFormat()
870 CAMHAL_LOGDB("\n *** IMG Width = %ld", portCheck.format.image.nFrameWidth); in setFormat()
884 CAMHAL_LOGDB("\n *** PRV Width = %ld", portCheck.format.video.nFrameWidth); in setFormat()
/hardware/qcom/media/mm-video/vidc/vdec/src/
Domx_vdec.cpp2053 portDefn->format.video.nFrameWidth = m_crop_dx; in get_parameter()
2086 portDefn->format.video.nFrameWidth = width; in get_parameter()
2336 (int)portDefn->format.video.nFrameWidth); in set_parameter()
2339 portDefn->format.video.nFrameWidth); in set_parameter()
2381 m_width != portDefn->format.video.nFrameWidth) in set_parameter()
2387 && (portDefn->format.video.nFrameWidth != 0x0)) in set_parameter()
2393 portDefn->format.video.nFrameWidth; in set_parameter()

12