Searched defs:p_port_format (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp641 OMX_VIDEO_PARAM_PORTFORMATTYPE *p_port_format = local
646 p_port_format->nPortIndex,
647 p_port_format->nIndex);
649 retval = get_video_port_format(p_port_format);
911 OMX_VIDEO_PARAM_PORTFORMATTYPE *p_port_format = local
915 p_port_format->nPortIndex);
918 (((p_port_format->nPortIndex == OMX_CORE_PORT_INDEX_IP) &&
921 ((p_port_format->nPortIndex == OMX_CORE_PORT_INDEX_OP) &&
929 p_port_format->nPortIndex);
935 retval = set_video_port_format(p_port_format);
2428 get_video_port_format( OMX_VIDEO_PARAM_PORTFORMATTYPE *p_port_format) argument
2501 set_video_port_format( OMX_VIDEO_PARAM_PORTFORMATTYPE *p_port_format) argument
[all...]

Completed in 7 milliseconds