commit | 827990a603b5cc329396d4050259b4df13c8a936 | [log] [tgz] |
---|---|---|
author | Deepak Verma <dverma@codeaurora.org> | Wed Dec 05 12:55:01 2012 +0530 |
committer | Deepak Verma <dverma@codeaurora.org> | Fri Dec 28 15:12:04 2012 +0530 |
tree | 40996bb54626dfd415c24de6cfe952e8b1cc7f92 | |
parent | 319058d54937d252a9f8523fa3bb58ac725deca3 [diff] |
msm: vidc: Separate meta buffers support in secure mode Extradata is appended at the end of each output buffer in non secure video use case but in secure video playback, the client/CPU don't have access to the output buffer to parse the extradata. This change allows the client/CPU to parse the extradata by allocating separate buffers for video hardware to store extradata. Change-Id: Iace175ae8ee81ab02a2bac2810d1bb13b51e5a0b Signed-off-by: Deepak Verma <dverma@codeaurora.org>