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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp2802 OMX_PORT_PARAM_TYPE *audioPortParamType = local
2805 audioPortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
2806 audioPortParamType->nSize = sizeof(audioPortParamType);
2807 audioPortParamType->nPorts = 0;
2808 audioPortParamType->nStartPortNumber = 0;
H A Domx_vdec_copper.cpp2631 OMX_PORT_PARAM_TYPE *audioPortParamType = local
2634 audioPortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
2635 audioPortParamType->nSize = sizeof(audioPortParamType);
2636 audioPortParamType->nPorts = 0;
2637 audioPortParamType->nStartPortNumber = 0;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp2649 OMX_PORT_PARAM_TYPE *audioPortParamType = local
2652 audioPortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
2653 audioPortParamType->nSize = sizeof(audioPortParamType);
2654 audioPortParamType->nPorts = 0;
2655 audioPortParamType->nStartPortNumber = 0;
H A Domx_vdec_hevc.cpp2520 OMX_PORT_PARAM_TYPE *audioPortParamType = local
2523 audioPortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
2524 audioPortParamType->nSize = sizeof(audioPortParamType);
2525 audioPortParamType->nPorts = 0;
2526 audioPortParamType->nStartPortNumber = 0;
H A Domx_vdec_hevc_swvdec.cpp3115 OMX_PORT_PARAM_TYPE *audioPortParamType = local
3118 audioPortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
3119 audioPortParamType->nSize = sizeof(audioPortParamType);
3120 audioPortParamType->nPorts = 0;
3121 audioPortParamType->nStartPortNumber = 0;
H A Domx_vdec_msm8974.cpp3056 OMX_PORT_PARAM_TYPE *audioPortParamType = local
3059 audioPortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
3060 audioPortParamType->nSize = sizeof(OMX_PORT_PARAM_TYPE);
3061 audioPortParamType->nPorts = 0;
3062 audioPortParamType->nStartPortNumber = 0;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp2499 OMX_PORT_PARAM_TYPE *audioPortParamType = local
2502 audioPortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
2503 audioPortParamType->nSize = sizeof(audioPortParamType);
2504 audioPortParamType->nPorts = 0;
2505 audioPortParamType->nStartPortNumber = 0;
H A Domx_vdec_hevc_swvdec.cpp3147 OMX_PORT_PARAM_TYPE *audioPortParamType = local
3150 audioPortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
3151 audioPortParamType->nSize = sizeof(audioPortParamType);
3152 audioPortParamType->nPorts = 0;
3153 audioPortParamType->nStartPortNumber = 0;
H A Domx_vdec_v4l2.cpp3514 OMX_PORT_PARAM_TYPE *audioPortParamType = local
3517 audioPortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
3518 audioPortParamType->nSize = sizeof(OMX_PORT_PARAM_TYPE);
3519 audioPortParamType->nPorts = 0;
3520 audioPortParamType->nStartPortNumber = 0;
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp2745 OMX_PORT_PARAM_TYPE *audioPortParamType = local
2748 audioPortParamType->nVersion.nVersion = OMX_SPEC_VERSION;
2749 audioPortParamType->nSize = sizeof(audioPortParamType);
2750 audioPortParamType->nPorts = 0;
2751 audioPortParamType->nStartPortNumber = 0;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp1673 OMX_PORT_PARAM_TYPE *audioPortParamType = (OMX_PORT_PARAM_TYPE *) paramData; local
1675 memcpy(audioPortParamType, &m_sPortParam_audio, sizeof(m_sPortParam_audio));
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp1610 OMX_PORT_PARAM_TYPE *audioPortParamType = (OMX_PORT_PARAM_TYPE *) paramData; local
1612 memcpy(audioPortParamType, &m_sPortParam_audio, sizeof(m_sPortParam_audio));
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp1701 OMX_PORT_PARAM_TYPE *audioPortParamType = (OMX_PORT_PARAM_TYPE *) paramData; local
1703 memcpy(audioPortParamType, &m_sPortParam_audio, sizeof(m_sPortParam_audio));

Completed in 433 milliseconds