Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp123 static OMX_U32 maxSmoothStreamingHeight = 1088; variable
1810 maxSmoothStreamingHeight = 720; in component_init()
1820 maxSmoothStreamingHeight = 720; in component_init()
4088 || pParams->nMaxFrameHeight > maxSmoothStreamingHeight) { in set_parameter()
4092 maxSmoothStreamingWidth, maxSmoothStreamingHeight); in set_parameter()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp139 static OMX_U32 maxSmoothStreamingHeight = 1088; variable
1607 maxSmoothStreamingHeight = 720; in component_init()
4106 || pParams->nMaxFrameHeight > maxSmoothStreamingHeight) { in set_parameter()
4110 … (unsigned int)maxSmoothStreamingWidth, (unsigned int)maxSmoothStreamingHeight); in set_parameter()