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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h827 OMX_U32 m_smoothstreaming_width; member in class:omx_vdec
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp509 ,m_smoothstreaming_width(0)
1473 m_smoothstreaming_width = kMaxSmoothStreamingWidth;
3137 (m_smoothstreaming_height * m_smoothstreaming_width))) {
3139 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height);
3660 m_smoothstreaming_width = adaptivePlaybackParams->nMaxFrameWidth;
7903 if (drv_ctx.video_resolution.frame_width > m_smoothstreaming_width)
7904 m_smoothstreaming_width = drv_ctx.video_resolution.frame_width;
7910 m_smoothstreaming_width, m_smoothstreaming_height);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h976 OMX_U32 m_smoothstreaming_width; member in class:omx_vdec
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h981 OMX_U32 m_smoothstreaming_width; member in class:omx_vdec
H A Domx_vdec_hevc_swvdec.h1013 OMX_U32 m_smoothstreaming_width; member in class:omx_vdec
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp698 m_smoothstreaming_width = 0;
3517 (m_smoothstreaming_width * m_smoothstreaming_height))) {
3518 frameWidth = m_smoothstreaming_width;
4104 m_smoothstreaming_width = pParams->nMaxFrameWidth;
4108 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
4109 m_smoothstreaming_width, m_smoothstreaming_height);
4157 prop.uProperty.sDimensions.nWidth = m_smoothstreaming_width;
9877 ((drv_ctx.video_resolution.frame_height > m_smoothstreaming_width) &&
H A Domx_vdec_v4l2.cpp785 m_smoothstreaming_width = 0;
4078 (m_smoothstreaming_width * m_smoothstreaming_height))) {
4079 frameWidth = m_smoothstreaming_width;
11615 m_smoothstreaming_width = nMaxFrameWidth;
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.cpp690 m_smoothstreaming_width = 0;
3453 (m_smoothstreaming_width * m_smoothstreaming_height))) {
3454 frameWidth = m_smoothstreaming_width;
4014 m_smoothstreaming_width = pParams->nMaxFrameWidth;
4018 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
4019 m_smoothstreaming_width, m_smoothstreaming_height);
H A Domx_vdec_msm8974.cpp711 m_smoothstreaming_width = 0;
3496 (m_smoothstreaming_width * m_smoothstreaming_height))) {
3497 frameWidth = m_smoothstreaming_width;
10734 m_smoothstreaming_width = nMaxFrameWidth;
10762 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height,
10763 m_smoothstreaming_width, m_smoothstreaming_height);

Completed in 478 milliseconds