Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp157 static const OMX_U32 kMaxSmoothStreamingHeight = 1088; variable
160 static const OMX_U32 kMaxSmoothStreamingHeight = 720; variable
1474 m_smoothstreaming_height = kMaxSmoothStreamingHeight; in component_init()
1479 update_resolution(kMaxSmoothStreamingWidth, kMaxSmoothStreamingHeight); in component_init()
3627 || adaptivePlaybackParams->nMaxFrameHeight > kMaxSmoothStreamingHeight) { in set_parameter()
3632 kMaxSmoothStreamingWidth, kMaxSmoothStreamingHeight); in set_parameter()
7899 drv_ctx.video_resolution.frame_height > kMaxSmoothStreamingHeight) { in start_port_reconfig()