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 D | omx_vdec.h | 826 OMX_U32 m_smoothstreaming_height; member in class:omx_vdec
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
H A D | omx_vdec.cpp | 508 ,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 D | omx_vdec.h | 977 OMX_U32 m_smoothstreaming_height; member in class:omx_vdec
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 1006 OMX_U32 m_smoothstreaming_height; member in class:omx_vdec
|
H A D | omx_vdec_hevc_swvdec.h | 1014 OMX_U32 m_smoothstreaming_height; member in class:omx_vdec
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 1065 OMX_U32 m_smoothstreaming_height; member in class:omx_vdec
|
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 1209 OMX_U32 m_smoothstreaming_height; member in class:omx_vdec
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_hevc_swvdec.cpp | 699 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 D | omx_vdec_v4l2.cpp | 790 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 D | omx_vdec_v4l2.cpp | 813 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 D | omx_vdec_hevc_swvdec.cpp | 691 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 D | omx_vdec_msm8974.cpp | 712 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 D | omx_vdec_v4l2.cpp | 820 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