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

/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;
1479 update_resolution(kMaxSmoothStreamingWidth, kMaxSmoothStreamingHeight);
3626 if (adaptivePlaybackParams->nMaxFrameWidth > kMaxSmoothStreamingWidth
3632 kMaxSmoothStreamingWidth, kMaxSmoothStreamingHeight);
7898 if (drv_ctx.video_resolution.frame_width > kMaxSmoothStreamingWidth ||

Completed in 626 milliseconds