HomeSort by relevance Sort by last modified time
    Searched defs:p_port_format (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp 641 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);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp 666 OMX_VIDEO_PARAM_PORTFORMATTYPE *p_port_format = local
671 p_port_format->nPortIndex,
672 p_port_format->nIndex);
674 retval = get_video_port_format(p_port_format);
951 OMX_VIDEO_PARAM_PORTFORMATTYPE *p_port_format = local
955 p_port_format->nPortIndex);
958 (((p_port_format->nPortIndex == OMX_CORE_PORT_INDEX_IP) &&
961 ((p_port_format->nPortIndex == OMX_CORE_PORT_INDEX_OP) &&
969 p_port_format->nPortIndex);
975 retval = set_video_port_format(p_port_format);
    [all...]

Completed in 57 milliseconds