msm: vidc: Set dpb count for smooth streaming

The min_dpb required for smooth streaming is set for the
max requirement of 1080p playback session. This is set in
vidc platform data in the device file.

(cherry picked from commit 885fcc57354cd309f5ed0356da486d1e130b9ad7)
CRs-fixed: 408738
Signed-off-by: Mohan Kumar Gubbihalli Lachma Naik <mgubbi@codeaurora.org>

Change-Id: I38c3c9931f573cb029871bd48fd161f2158e139e
Signed-off-by: Neha Pandey <nehap@codeaurora.org>
This commit is contained in:
Mohan Kumar Gubbihalli Lachma Naik 2012-10-26 17:55:27 -07:00 committed by Stephen Boyd
parent 1cb63628d8
commit 834dc00ef1

View file

@ -1035,6 +1035,7 @@ struct msm_vidc_platform_data apq8930_vidc_platform_data = {
#endif
.disable_dmx = 1,
.disable_fullhd = 0,
.cont_mode_dpb_count = 18,
.fw_addr = 0x9fe00000,
};