Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp134 static OMX_U32 maxSmoothStreamingHeight = 1088; variable
1486 maxSmoothStreamingHeight = 720; in component_init()
3723 || pParams->nMaxFrameHeight > maxSmoothStreamingHeight) { in set_parameter()
3727 … (unsigned int)maxSmoothStreamingWidth, (unsigned int)maxSmoothStreamingHeight); in set_parameter()
Domx_vdec_hevc_swvdec.cpp129 static OMX_U32 maxSmoothStreamingHeight = 1088; variable
1797 maxSmoothStreamingHeight = 720; in component_init()
3999 || pParams->nMaxFrameHeight > maxSmoothStreamingHeight) { in set_parameter()
4003 maxSmoothStreamingWidth, maxSmoothStreamingHeight); in set_parameter()