mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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:
parent
1cb63628d8
commit
834dc00ef1
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue