Searched refs:nFrameWidth (Results 51 - 75 of 80) sorted by relevance

1234

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp794 portCheck.format.video.nFrameWidth = portParams.mWidth;
798 if( ( portCheck.format.video.nFrameWidth >= 1920 ) &&
816 portCheck.format.image.nFrameWidth = portParams.mWidth;
885 CAMHAL_LOGDB("\n *** IMG Width = %ld", portCheck.format.image.nFrameWidth);
899 CAMHAL_LOGDB("\n *** PRV Width = %ld", portCheck.format.video.nFrameWidth);
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp2957 (int)portDefn->format.video.nFrameWidth);
2970 portDefn->format.video.nFrameWidth,
2973 portDefn->format.video.nFrameWidth != 0x0)
2976 drv_ctx.video_resolution_output.frame_width = portDefn->format.video.nFrameWidth;
2978 drv_ctx.video_resolution_output.stride = paddedFrameWidth128(portDefn->format.video.nFrameWidth);
3088 portDefn->format.video.nFrameWidth)
3091 portDefn->format.video.nFrameWidth,
3094 portDefn->format.video.nFrameWidth != 0x0)
3096 update_resolution(portDefn->format.video.nFrameWidth,
3145 drv_ctx.video_resolution_output.frame_width = portDefn->format.video.nFrameWidth;
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c843 pMBBlocksTypeTo->nMacroblocks = pComponentPrivate->pOutPortDef->format.video.nFrameWidth *
953 (int )((OMX_PARAM_PORTDEFINITIONTYPE *)ComponentParameterStructure)->format.video.nFrameWidth,
1342 pPortDef->nBufferSize = pPortDef->format.video.nFrameWidth *
1346 OMX_PRINT1(pComponentPrivate->dbg, "Set i/p size: %dx%d", pPortDefParam->format.video.nFrameWidth, pPortDefParam->format.video.nFrameHeight);
1352 pPortDef->nBufferSize = pPortDef->format.video.nFrameWidth *
1356 OMX_PRINT1(pComponentPrivate->dbg, "Set OUT/p size: %dx%d", pPortDefParam->format.video.nFrameWidth, pPortDefParam->format.video.nFrameHeight);
1764 pMBBlocksTypeTo->nMacroblocks = pComponentPrivate->pOutPortDef->format.video.nFrameWidth *
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp575 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
1115 OMX_U32 nFrameWidth; local
1118 nFrameWidth = m_sVenc_cfg.input_width;
1120 m_sVenc_cfg.input_height = nFrameWidth;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp705 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
1279 OMX_U32 nFrameWidth; local
1282 nFrameWidth = m_sVenc_cfg.input_width;
1284 m_sVenc_cfg.input_height = nFrameWidth;
H A Dvideo_encoder_device_v4l2.cpp1322 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth) {
1325 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
1364 m_sVenc_cfg.dvs_width = portDefn->format.video.nFrameWidth;
1997 OMX_U32 nFrameWidth; local
2006 nFrameWidth = m_sVenc_cfg.dvs_width;
2008 m_sVenc_cfg.dvs_height = nFrameWidth;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp706 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
1280 OMX_U32 nFrameWidth; local
1283 nFrameWidth = m_sVenc_cfg.input_width;
1285 m_sVenc_cfg.input_height = nFrameWidth;
H A Dvideo_encoder_device_v4l2.cpp1607 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth) {
1610 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
1645 m_sVenc_cfg.dvs_width = portDefn->format.video.nFrameWidth;
2392 OMX_U32 nFrameWidth; local
2401 nFrameWidth = m_sVenc_cfg.dvs_width;
2403 m_sVenc_cfg.dvs_height = nFrameWidth;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c1325 pComponentPrivate->pIpFrameStatus->ulInWidth = pComponentParam->format.video.nFrameWidth;
1336 pComponentPrivate->pOpYUVFrameStatus->ulOutWidth = pComponentParam->format.video.nFrameWidth;
1345 pComponentPrivate->pOpRGBFrameStatus->ulOutWidth = pComponentParam->format.video.nFrameWidth;
1363 pComponentParam->format.video.nFrameWidth * pComponentParam->format.video.nFrameHeight;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c822 pAppData->pInPortDef->format.video.nFrameWidth = pAppData->nWidth;
893 pAppData->pOutPortDef->format.video.nFrameWidth = pAppData->nWidth;
1005 pAppData->pInPortDef->format.video.nFrameWidth = pAppData->nWidth;
1028 pAppData->pOutPortDef->format.video.nFrameWidth = pAppData->nWidth;
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c699 0,0,sPortDef.format.video.nFrameWidth, sPortDef.format.video.nFrameHeight,NULL);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c649 0,0,sPortDef.format.video.nFrameWidth, sPortDef.format.video.nFrameHeight,NULL);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp2577 "nPortIndex (%d), nFrameWidth (%d), nFrameHeight (%d), "
2583 (int)portDefn->format.video.nFrameWidth, (int)portDefn->format.video.nFrameHeight,
2913 (int)portDefn->format.video.nFrameWidth);
2979 portDefn->format.video.nFrameWidth) {
2981 portDefn->format.video.nFrameWidth,
2985 portDefn->format.video.nFrameWidth != 0x0) {
2991 portDefn->format.video.nFrameWidth;
3020 "nPortIndex (%d), nFrameWidth (%d), nFrameHeight (%d), "
3026 (int)portDefn->format.video.nFrameWidth, (int)portDefn->format.video.nFrameHeight,
7695 portDefn->format.video.nFrameWidth
[all...]
H A Domx_vdec_hevc.cpp2747 (int)portDefn->format.video.nFrameWidth);
2798 portDefn->format.video.nFrameWidth) {
2800 portDefn->format.video.nFrameWidth,
2803 portDefn->format.video.nFrameWidth != 0x0) {
2804 update_resolution(portDefn->format.video.nFrameWidth,
7341 portDefn->format.video.nFrameWidth = drv_ctx.video_resolution.frame_width;
7345 " SliceHeight = %lu", portDefn->format.video.nFrameWidth,
7954 portDefn->format.video.nFrameWidth,
H A Domx_vdec_hevc_swvdec.cpp3370 (int)portDefn->format.video.nFrameWidth);
3376 portDefn->format.video.nFrameWidth > 1280))
3441 portDefn->format.video.nFrameWidth)
3444 (int)portDefn->format.video.nFrameWidth,
3447 OMX_U32 frameWidth = portDefn->format.video.nFrameWidth;
3485 prop.uProperty.sDimensions.nWidth = portDefn->format.video.nFrameWidth;
8349 portDefn->format.video.nFrameWidth = drv_ctx.video_resolution.frame_width;
8353 " SliceHeight = %lu", portDefn->format.video.nFrameWidth,
9019 portDefn->format.video.nFrameWidth,
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c886 pInPortDef->format.image.nFrameWidth = imageinfo->nWidth;
962 pOutPortDef->format.image.nFrameWidth = imageinfo->nWidth;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp2615 p_port_def->format.video.nFrameWidth = m_frame_dimensions.width;
2643 p_port_def->format.video.nFrameWidth,
2726 p_port_def->format.video.nFrameWidth,
2733 retval = set_frame_dimensions(p_port_def->format.video.nFrameWidth,
2868 p_img->mWidth = p_params->nFrameWidth;
2907 p_img->mWidth = p_params->nFrameWidth;
H A Domx_vdec_hevc.cpp2726 (int)portDefn->format.video.nFrameWidth);
2777 portDefn->format.video.nFrameWidth) {
2779 portDefn->format.video.nFrameWidth,
2782 portDefn->format.video.nFrameWidth != 0x0) {
2783 update_resolution(portDefn->format.video.nFrameWidth,
7305 portDefn->format.video.nFrameWidth = drv_ctx.video_resolution.frame_width;
7309 " SliceHeight = %lu", portDefn->format.video.nFrameWidth,
7918 portDefn->format.video.nFrameWidth,
H A Domx_vdec_hevc_swvdec.cpp3419 (int)portDefn->format.video.nFrameWidth);
3425 portDefn->format.video.nFrameWidth > 1280))
3441 portDefn->format.video.nFrameWidth;
3505 portDefn->format.video.nFrameWidth)
3508 (int)portDefn->format.video.nFrameWidth,
3511 OMX_U32 frameWidth = portDefn->format.video.nFrameWidth;
8564 portDefn->format.video.nFrameWidth = drv_ctx.video_resolution.frame_width;
8568 " SliceHeight = %lu", portDefn->format.video.nFrameWidth,
9240 portDefn->format.video.nFrameWidth,
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp3048 (int)portDefn->format.video.nFrameWidth);
3128 portDefn->format.video.nFrameWidth)
3131 portDefn->format.video.nFrameWidth,
3134 portDefn->format.video.nFrameWidth != 0x0) {
3136 ((portDefn->format.video.nFrameHeight * portDefn->format.video.nFrameWidth) <
3142 portDefn->format.video.nFrameWidth, portDefn->format.video.nFrameHeight,
3145 update_resolution(portDefn->format.video.nFrameWidth,
8007 portDefn->format.video.nFrameWidth = drv_ctx.video_resolution.frame_width;
8013 portDefn->format.video.nFrameWidth,
8723 portDefn->format.video.nFrameWidth,
[all...]
H A Domx_vdec_copper.cpp2856 (int)portDefn->format.video.nFrameWidth);
2915 portDefn->format.video.nFrameWidth)
2918 portDefn->format.video.nFrameWidth,
2921 portDefn->format.video.nFrameWidth != 0x0)
2928 portDefn->format.video.nFrameWidth;
7487 portDefn->format.video.nFrameWidth = drv_ctx.video_resolution.frame_width;
7492 portDefn->format.video.nFrameWidth,
8160 portDefn->format.video.nFrameWidth,
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c1439 pInPortDef->format.image.nFrameWidth = nWidth;
1523 pOutPortDef->format.image.nFrameWidth = nWidth;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c628 pPortDef->format.video.nFrameWidth = 176;
670 pPortDef->format.video.nFrameWidth = 176;
1901 eError = IsResolutionPlayable(pCompPortIn->pPortDef->format.video.nFrameWidth, pCompPortIn->pPortDef->format.video.nFrameHeight);
2136 pCompPortOut->pPortDef->format.video.nFrameWidth = 176;
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_TI_Video.h1114 OMX_U32 nFrameWidth; member in struct:OMX_TI_VIDEO_CONFIG_SVCLAYERDETAILS
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c882 p_session->inputPort.format.image.nFrameWidth =
905 p_session->inputTmbPort.format.image.nFrameWidth =

Completed in 1169 milliseconds

1234