Searched refs:m_smoothstreaming_height (Results 1 - 13 of 13) 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.h1006 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/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h1065 OMX_U32 m_smoothstreaming_height; member in class:omx_vdec
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h1209 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.cpp790 m_smoothstreaming_height = 0;
4132 (m_smoothstreaming_width * m_smoothstreaming_height))) {
4134 frameHeight = m_smoothstreaming_height;
12140 m_smoothstreaming_height = nMaxFrameHeight;
12167 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
12168 m_smoothstreaming_width, m_smoothstreaming_height);
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp813 m_smoothstreaming_height = 0;
4073 (m_smoothstreaming_width * m_smoothstreaming_height))) {
4075 frameHeight = m_smoothstreaming_height;
11685 m_smoothstreaming_height = nMaxFrameHeight;
11715 m_extradata_info.output_crop_rect.nHeight = m_smoothstreaming_height;
11717 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
11718 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;
3506 (m_smoothstreaming_width * m_smoothstreaming_height))) {
3508 frameHeight = m_smoothstreaming_height;
10807 m_smoothstreaming_height = nMaxFrameHeight;
10834 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
10835 m_smoothstreaming_width, m_smoothstreaming_height);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp820 m_smoothstreaming_height = 0;
4408 (m_smoothstreaming_width * m_smoothstreaming_height))) {
4410 frameHeight = m_smoothstreaming_height;
13337 m_smoothstreaming_height = nMaxFrameHeight;
13367 m_extradata_info.output_crop_rect.nHeight = m_smoothstreaming_height;
13369 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
13370 m_smoothstreaming_width, m_smoothstreaming_height);

Completed in 501 milliseconds