Home
last modified time | relevance | path

Searched refs:set_frame_attributes (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h318 OMX_ERRORTYPE set_frame_attributes(unsigned int alignment_stride,
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h329 OMX_ERRORTYPE set_frame_attributes(OMX_COLOR_FORMATTYPE color_format);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h317 OMX_ERRORTYPE set_frame_attributes(OMX_COLOR_FORMATTYPE color_format);
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h324 OMX_ERRORTYPE set_frame_attributes(OMX_COLOR_FORMATTYPE color_format);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp249 if ((retval = set_frame_attributes(m_omx_color_formattype)) != in component_init()
2564 OMX_ERRORTYPE omx_swvdec::set_frame_attributes( in set_frame_attributes() function in omx_swvdec
2695 retval = set_frame_attributes(m_omx_color_formattype); in set_adaptive_playback()
2799 retval = set_frame_attributes(p_port_format->eColorFormat); in set_video_port_format()
2866 if ((retval = set_frame_attributes(m_omx_color_formattype)) != in get_port_definition()
3030 if ((retval = set_frame_attributes(m_omx_color_formattype)) != in set_port_definition()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp264 if ((retval = set_frame_attributes(m_omx_color_formattype)) != in component_init()
2579 OMX_ERRORTYPE omx_swvdec::set_frame_attributes( in set_frame_attributes() function in omx_swvdec
2710 retval = set_frame_attributes(m_omx_color_formattype); in set_adaptive_playback()
2813 retval = set_frame_attributes(p_port_format->eColorFormat); in set_video_port_format()
2888 if ((retval = set_frame_attributes(m_omx_color_formattype)) != in get_port_definition()
3051 if ((retval = set_frame_attributes(m_omx_color_formattype)) != in set_port_definition()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp264 if ((retval = set_frame_attributes(m_omx_color_formattype)) != in component_init()
2584 OMX_ERRORTYPE omx_swvdec::set_frame_attributes( in set_frame_attributes() function in omx_swvdec
2715 retval = set_frame_attributes(m_omx_color_formattype); in set_adaptive_playback()
2818 retval = set_frame_attributes(p_port_format->eColorFormat); in set_video_port_format()
2893 if ((retval = set_frame_attributes(m_omx_color_formattype)) != in get_port_definition()
3057 if ((retval = set_frame_attributes(m_omx_color_formattype)) != in set_port_definition()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp232 if ((retval = set_frame_attributes(DEFAULT_ALIGNMENT_STRIDE, in component_init()
2384 OMX_ERRORTYPE omx_swvdec::set_frame_attributes( in set_frame_attributes() function in omx_swvdec
2536 retval = set_frame_attributes(16, // stride alignment in set_video_port_format()
2622 if ((retval = set_frame_attributes(DEFAULT_ALIGNMENT_STRIDE, in get_port_definition()
2742 retval = set_frame_attributes(DEFAULT_ALIGNMENT_STRIDE, in set_port_definition()