SnapdragonCamera: Resolve integer overflow issue

The video bit rate calculation can cause integer overflow due to
multiplying two huge numbers. To resolve the issue, do the division
before the multiplication.

Change-Id: I8b077fd68ed3e4f22cc5a2f9cb2a1490d0ed3376
CRs-Fixed: 1030274
1 file changed