Searched refs:m_smoothstreaming_width (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 827 OMX_U32 m_smoothstreaming_width; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc_swvdec.h | 1013 OMX_U32 m_smoothstreaming_width; variable
|
D | omx_vdec.h | 1005 OMX_U32 m_smoothstreaming_width; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 976 OMX_U32 m_smoothstreaming_width; variable
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 509 ,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/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1064 OMX_U32 m_smoothstreaming_width; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1205 OMX_U32 m_smoothstreaming_width; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 698 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() 4109 … m_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()
|
D | omx_vdec_v4l2.cpp | 790 m_smoothstreaming_width = 0; in omx_vdec() 4133 … (m_smoothstreaming_width * m_smoothstreaming_height))) { in set_parameter() 4134 frameWidth = m_smoothstreaming_width; in set_parameter() 12173 m_smoothstreaming_width = nMaxFrameWidth; in enable_adaptive_playback() 12201 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height, in enable_adaptive_playback() 12202 m_smoothstreaming_width, m_smoothstreaming_height); in enable_adaptive_playback()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 712 m_smoothstreaming_width = 0; in omx_vdec() 3507 … (m_smoothstreaming_width * m_smoothstreaming_height))) { in set_parameter() 3508 frameWidth = m_smoothstreaming_width; in set_parameter() 10826 m_smoothstreaming_width = nMaxFrameWidth; 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()
|
D | omx_vdec_hevc_swvdec.cpp | 690 m_smoothstreaming_width = 0; in omx_vdec() 3453 (m_smoothstreaming_width * m_smoothstreaming_height))) { in set_parameter() 3454 frameWidth = m_smoothstreaming_width; in set_parameter() 4014 m_smoothstreaming_width = pParams->nMaxFrameWidth; 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()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 864 m_smoothstreaming_width = 0; in omx_vdec() 4207 … (m_smoothstreaming_width * m_smoothstreaming_height))) { in set_parameter() 4208 frameWidth = m_smoothstreaming_width; in set_parameter() 11670 m_smoothstreaming_width = nMaxFrameWidth; in enable_adaptive_playback() 11700 m_extradata_info.output_crop_rect.nWidth = m_smoothstreaming_width; in enable_adaptive_playback() 11703 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height, in enable_adaptive_playback() 11704 m_smoothstreaming_width, m_smoothstreaming_height); in enable_adaptive_playback()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 820 m_smoothstreaming_width = 0; in omx_vdec() 4410 … (m_smoothstreaming_width * m_smoothstreaming_height))) { in set_parameter() 4411 frameWidth = m_smoothstreaming_width; in set_parameter() 13377 m_smoothstreaming_width = nMaxFrameWidth; in enable_adaptive_playback() 13407 m_extradata_info.output_crop_rect.nWidth = m_smoothstreaming_width; in enable_adaptive_playback() 13410 update_resolution(m_smoothstreaming_width, m_smoothstreaming_height, in enable_adaptive_playback() 13411 m_smoothstreaming_width, m_smoothstreaming_height); in enable_adaptive_playback()
|