Searched refs:m_reconfig_width (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h996 OMX_U32 m_reconfig_width; member in class:omx_vdec
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h1045 OMX_U32 m_reconfig_width; member in class:omx_vdec
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h1190 OMX_U32 m_reconfig_width; member in class:omx_vdec
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp810 m_reconfig_width = 0;
1855 pThis->m_reconfig_width : pThis->rectangle.nWidth;
8614 omx->m_reconfig_width = vdec_msg->msgdata.output_frame.picsize.frame_width;
11880 new_calculated_size = VENUS_BUFFER_SIZE(color_fmt, m_reconfig_width, m_reconfig_height);
11882 m_reconfig_width, m_reconfig_height, new_calculated_size);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp787 m_reconfig_width = 0;
1682 pThis->m_reconfig_width : pThis->rectangle.nWidth;
8700 omx->m_reconfig_width = vdec_msg->msgdata.output_frame.picsize.frame_width;
12325 new_calculated_size = VENUS_BUFFER_SIZE(color_fmt, m_reconfig_width, m_reconfig_height);
12327 m_reconfig_width, m_reconfig_height, new_calculated_size);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp817 m_reconfig_width = 0;
1874 pThis->m_reconfig_width : pThis->rectangle.nWidth;
9441 omx->m_reconfig_width = vdec_msg->msgdata.output_frame.picsize.frame_width;
13532 new_calculated_size = VENUS_BUFFER_SIZE(color_fmt, m_reconfig_width, m_reconfig_height);
13534 m_reconfig_width, m_reconfig_height, new_calculated_size);

Completed in 199 milliseconds