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

/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;
1479 update_resolution(kMaxSmoothStreamingWidth, kMaxSmoothStreamingHeight);
3627 || adaptivePlaybackParams->nMaxFrameHeight > kMaxSmoothStreamingHeight) {
3632 kMaxSmoothStreamingWidth, kMaxSmoothStreamingHeight);
7899 drv_ctx.video_resolution.frame_height > kMaxSmoothStreamingHeight) {

Completed in 74 milliseconds