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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h826 OMX_U32 m_smoothstreaming_height; member in class:omx_vdec
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp508 ,m_smoothstreaming_height(0)
1474 m_smoothstreaming_height = kMaxSmoothStreamingHeight;
3137 (m_smoothstreaming_height * m_smoothstreaming_width))) {
3139 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height);
3661 m_smoothstreaming_height = adaptivePlaybackParams->nMaxFrameHeight;
7905 if (drv_ctx.video_resolution.frame_height > m_smoothstreaming_height)
7906 m_smoothstreaming_height = drv_ctx.video_resolution.frame_height;
7910 m_smoothstreaming_width, m_smoothstreaming_height);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h977 OMX_U32 m_smoothstreaming_height; member in class:omx_vdec
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h982 OMX_U32 m_smoothstreaming_height; member in class:omx_vdec
H A Domx_vdec_hevc_swvdec.h1014 OMX_U32 m_smoothstreaming_height; member in class:omx_vdec
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp699 m_smoothstreaming_height = 0;
3517 (m_smoothstreaming_width * m_smoothstreaming_height))) {
3519 frameHeight = m_smoothstreaming_height;
4105 m_smoothstreaming_height = pParams->nMaxFrameHeight;
4108 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
4109 m_smoothstreaming_width, m_smoothstreaming_height);
4158 prop.uProperty.sDimensions.nHeight= m_smoothstreaming_height;
9878 (drv_ctx.video_resolution.frame_width > m_smoothstreaming_height))
H A Domx_vdec_v4l2.cpp786 m_smoothstreaming_height = 0;
4078 (m_smoothstreaming_width * m_smoothstreaming_height))) {
4080 frameHeight = m_smoothstreaming_height;
11616 m_smoothstreaming_height = nMaxFrameHeight;
11643 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
11644 m_smoothstreaming_width, m_smoothstreaming_height);
/hardware/qcom/media/msm8974/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.cpp712 m_smoothstreaming_height = 0;
3496 (m_smoothstreaming_width * m_smoothstreaming_height))) {
3498 frameHeight = m_smoothstreaming_height;
10735 m_smoothstreaming_height = nMaxFrameHeight;
10762 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
10763 m_smoothstreaming_width, m_smoothstreaming_height);

Completed in 410 milliseconds