Searched refs:imagePortParamType (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp2814 OMX_PORT_PARAM_TYPE *imagePortParamType = local
2817 imagePortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
2818 imagePortParamType->nSize = sizeof(imagePortParamType);
2819 imagePortParamType->nPorts = 0;
2820 imagePortParamType->nStartPortNumber = 0;
H A Domx_vdec_copper.cpp2643 OMX_PORT_PARAM_TYPE *imagePortParamType = local
2646 imagePortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
2647 imagePortParamType->nSize = sizeof(imagePortParamType);
2648 imagePortParamType->nPorts = 0;
2649 imagePortParamType->nStartPortNumber = 0;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp2661 OMX_PORT_PARAM_TYPE *imagePortParamType = local
2664 imagePortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
2665 imagePortParamType->nSize = sizeof(imagePortParamType);
2666 imagePortParamType->nPorts = 0;
2667 imagePortParamType->nStartPortNumber = 0;
H A Domx_vdec_hevc.cpp2532 OMX_PORT_PARAM_TYPE *imagePortParamType = local
2535 imagePortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
2536 imagePortParamType->nSize = sizeof(imagePortParamType);
2537 imagePortParamType->nPorts = 0;
2538 imagePortParamType->nStartPortNumber = 0;
H A Domx_vdec_hevc_swvdec.cpp3127 OMX_PORT_PARAM_TYPE *imagePortParamType = local
3130 imagePortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
3131 imagePortParamType->nSize = sizeof(imagePortParamType);
3132 imagePortParamType->nPorts = 0;
3133 imagePortParamType->nStartPortNumber = 0;
H A Domx_vdec_msm8974.cpp3068 OMX_PORT_PARAM_TYPE *imagePortParamType = local
3071 imagePortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
3072 imagePortParamType->nSize = sizeof(OMX_PORT_PARAM_TYPE);
3073 imagePortParamType->nPorts = 0;
3074 imagePortParamType->nStartPortNumber = 0;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp2511 OMX_PORT_PARAM_TYPE *imagePortParamType = local
2514 imagePortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
2515 imagePortParamType->nSize = sizeof(imagePortParamType);
2516 imagePortParamType->nPorts = 0;
2517 imagePortParamType->nStartPortNumber = 0;
H A Domx_vdec_hevc_swvdec.cpp3159 OMX_PORT_PARAM_TYPE *imagePortParamType = local
3162 imagePortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
3163 imagePortParamType->nSize = sizeof(imagePortParamType);
3164 imagePortParamType->nPorts = 0;
3165 imagePortParamType->nStartPortNumber = 0;
H A Domx_vdec_v4l2.cpp3526 OMX_PORT_PARAM_TYPE *imagePortParamType = local
3529 imagePortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
3530 imagePortParamType->nSize = sizeof(OMX_PORT_PARAM_TYPE);
3531 imagePortParamType->nPorts = 0;
3532 imagePortParamType->nStartPortNumber = 0;
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp2757 OMX_PORT_PARAM_TYPE *imagePortParamType = local
2760 imagePortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
2761 imagePortParamType->nSize = sizeof(imagePortParamType);
2762 imagePortParamType->nPorts = 0;
2763 imagePortParamType->nStartPortNumber = 0;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp1681 OMX_PORT_PARAM_TYPE *imagePortParamType = (OMX_PORT_PARAM_TYPE *) paramData; local
1683 memcpy(imagePortParamType, &m_sPortParam_img, sizeof(m_sPortParam_img));
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp1619 OMX_PORT_PARAM_TYPE *imagePortParamType = (OMX_PORT_PARAM_TYPE *) paramData; local
1621 memcpy(imagePortParamType, &m_sPortParam_img, sizeof(m_sPortParam_img));
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp1710 OMX_PORT_PARAM_TYPE *imagePortParamType = (OMX_PORT_PARAM_TYPE *) paramData; local
1712 memcpy(imagePortParamType, &m_sPortParam_img, sizeof(m_sPortParam_img));

Completed in 528 milliseconds