Home
last modified time | relevance | path

Searched refs:m_smoothstreaming_width (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h827 OMX_U32 m_smoothstreaming_width; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc_swvdec.h1013 OMX_U32 m_smoothstreaming_width; variable
Domx_vdec.h981 OMX_U32 m_smoothstreaming_width; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h976 OMX_U32 m_smoothstreaming_width; variable
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp509 ,m_smoothstreaming_width(0) in omx_vdec()
1473 m_smoothstreaming_width = kMaxSmoothStreamingWidth; 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()
3660 m_smoothstreaming_width = adaptivePlaybackParams->nMaxFrameWidth; in set_parameter()
7903 if (drv_ctx.video_resolution.frame_width > m_smoothstreaming_width) in start_port_reconfig()
7904 m_smoothstreaming_width = drv_ctx.video_resolution.frame_width; in start_port_reconfig()
7910 m_smoothstreaming_width, m_smoothstreaming_height); in start_port_reconfig()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp698 m_smoothstreaming_width = 0; in omx_vdec()
3517 (m_smoothstreaming_width * m_smoothstreaming_height))) { in set_parameter()
3518 frameWidth = m_smoothstreaming_width; in set_parameter()
4104 m_smoothstreaming_width = pParams->nMaxFrameWidth; in set_parameter()
4108 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height, in set_parameter()
4109m_smoothstreaming_width, m_smoothstreaming_height); in set_parameter()
4157 prop.uProperty.sDimensions.nWidth = m_smoothstreaming_width; in set_parameter()
9877 ((drv_ctx.video_resolution.frame_height > m_smoothstreaming_width) && in get_buffer_req_swvdec()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp711 m_smoothstreaming_width = 0; in omx_vdec()
3496 … (m_smoothstreaming_width * m_smoothstreaming_height))) { in set_parameter()
3497 frameWidth = m_smoothstreaming_width; in set_parameter()
10734 m_smoothstreaming_width = nMaxFrameWidth; in enable_adaptive_playback()
10762 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height, in enable_adaptive_playback()
10763 m_smoothstreaming_width, m_smoothstreaming_height); in enable_adaptive_playback()