Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp156 static const OMX_U32 kMaxSmoothStreamingWidth = 1920; variable
159 static const OMX_U32 kMaxSmoothStreamingWidth = 1280; variable
1473 m_smoothstreaming_width = kMaxSmoothStreamingWidth; in component_init()
1479 update_resolution(kMaxSmoothStreamingWidth, kMaxSmoothStreamingHeight); in component_init()
3626 if (adaptivePlaybackParams->nMaxFrameWidth > kMaxSmoothStreamingWidth in set_parameter()
3632 kMaxSmoothStreamingWidth, kMaxSmoothStreamingHeight); in set_parameter()
7898 if (drv_ctx.video_resolution.frame_width > kMaxSmoothStreamingWidth || in start_port_reconfig()