commit | 3a2945ef2385ae934ab4df98f26651d132b7b4fc | [log] [tgz] |
---|---|---|
author | Deepak Verma <dverma@codeaurora.org> | Fri Aug 10 15:22:07 2012 +0530 |
committer | Deepak Verma <dverma@codeaurora.org> | Fri Aug 10 15:22:07 2012 +0530 |
tree | e33d8e9aefc4ba1b95ca09a581b4408e489f0f6e | |
parent | b6bcf7a9430fe2a676230ba42ed8c403125f14f2 [diff] |
msm: vidc: Correct calculation of yuv buffer size Improper yuv buffer size is being calculated using frame height directly, which is resulting into failures during encoding if the frame height is not aligned to 16. With this change, yuv buffer size calculation is done properly by using scanlines in place of frame height. Change-Id: I22602d6a0eddfa4016f4bdc3479e5b7d9b89a4e7 CRs-Fixed: 378988 Signed-off-by: Deepak Verma <dverma@codeaurora.org>