Home
last modified time | relevance | path

Searched refs:m_smoothstreaming_height (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h826 OMX_U32 m_smoothstreaming_height; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc_swvdec.h1014 OMX_U32 m_smoothstreaming_height; variable
Domx_vdec.h1006 OMX_U32 m_smoothstreaming_height; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h977 OMX_U32 m_smoothstreaming_height; variable
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp508 ,m_smoothstreaming_height(0) in omx_vdec()
1474 m_smoothstreaming_height = kMaxSmoothStreamingHeight; in component_init()
3137 (m_smoothstreaming_height * m_smoothstreaming_width))) { in set_parameter()
3139 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height); in set_parameter()
3661 m_smoothstreaming_height = adaptivePlaybackParams->nMaxFrameHeight; in set_parameter()
7905 if (drv_ctx.video_resolution.frame_height > m_smoothstreaming_height) in start_port_reconfig()
7906 m_smoothstreaming_height = drv_ctx.video_resolution.frame_height; in start_port_reconfig()
7910 m_smoothstreaming_width, m_smoothstreaming_height); in start_port_reconfig()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1065 OMX_U32 m_smoothstreaming_height; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1206 OMX_U32 m_smoothstreaming_height; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp699 m_smoothstreaming_height = 0; in omx_vdec()
3517 (m_smoothstreaming_width * m_smoothstreaming_height))) { in set_parameter()
3519 frameHeight = m_smoothstreaming_height; in set_parameter()
4105 m_smoothstreaming_height = pParams->nMaxFrameHeight; in set_parameter()
4108 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height, in set_parameter()
4109 … m_smoothstreaming_width, m_smoothstreaming_height); in set_parameter()
4158 prop.uProperty.sDimensions.nHeight= m_smoothstreaming_height; in set_parameter()
9878 (drv_ctx.video_resolution.frame_width > m_smoothstreaming_height)) in get_buffer_req_swvdec()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp691 m_smoothstreaming_height = 0; in omx_vdec()
3453 (m_smoothstreaming_width * m_smoothstreaming_height))) { in set_parameter()
3455 frameHeight = m_smoothstreaming_height; in set_parameter()
4015 m_smoothstreaming_height = pParams->nMaxFrameHeight; in set_parameter()
4018 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height, in set_parameter()
4019 … m_smoothstreaming_width, m_smoothstreaming_height); in set_parameter()
Domx_vdec_msm8974.cpp713 m_smoothstreaming_height = 0; in omx_vdec()
3507 … (m_smoothstreaming_width * m_smoothstreaming_height))) { in set_parameter()
3509 frameHeight = m_smoothstreaming_height; in set_parameter()
10827 m_smoothstreaming_height = nMaxFrameHeight; in enable_adaptive_playback()
10854 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height, in enable_adaptive_playback()
10855 m_smoothstreaming_width, m_smoothstreaming_height); in enable_adaptive_playback()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp821 m_smoothstreaming_height = 0; in omx_vdec()
4410 … (m_smoothstreaming_width * m_smoothstreaming_height))) { in set_parameter()
4412 frameHeight = m_smoothstreaming_height; in set_parameter()
13384 m_smoothstreaming_height = nMaxFrameHeight; in enable_adaptive_playback()
13414 m_extradata_info.output_crop_rect.nHeight = m_smoothstreaming_height; in enable_adaptive_playback()
13416 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height, in enable_adaptive_playback()
13417 m_smoothstreaming_width, m_smoothstreaming_height); in enable_adaptive_playback()