Searched refs:m_smoothstreaming_height (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h826 OMX_U32 m_smoothstreaming_height; member in class:omx_vdec
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp506 ,m_smoothstreaming_height(0)
1468 m_smoothstreaming_height = kMaxSmoothStreamingHeight;
3131 (m_smoothstreaming_height * m_smoothstreaming_width))) {
3133 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height);
3655 m_smoothstreaming_height = adaptivePlaybackParams->nMaxFrameHeight;
7899 if (drv_ctx.video_resolution.frame_height > m_smoothstreaming_height)
7900 m_smoothstreaming_height = drv_ctx.video_resolution.frame_height;
7904 m_smoothstreaming_width, m_smoothstreaming_height);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h955 OMX_U32 m_smoothstreaming_height; member in class:omx_vdec
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp691 m_smoothstreaming_height = 0;
3453 (m_smoothstreaming_width * m_smoothstreaming_height))) {
3455 frameHeight = m_smoothstreaming_height;
4015 m_smoothstreaming_height = pParams->nMaxFrameHeight;
4018 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
4019 m_smoothstreaming_width, m_smoothstreaming_height);
H A Domx_vdec_msm8974.cpp684 m_smoothstreaming_height = 0;
3189 (m_smoothstreaming_width * m_smoothstreaming_height))) {
3191 frameHeight = m_smoothstreaming_height;
3740 m_smoothstreaming_height = pParams->nMaxFrameHeight;
3743 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
3744 m_smoothstreaming_width, m_smoothstreaming_height);

Completed in 53 milliseconds