Camera : Fix issue in Video-Recording on targets other than 7x30 and 8k.

The API getBufferInfo() in HAL provides the buffer that needs to be encoded to the opencore.
For 7x30 and 8k the preview and recording buffers are different whereas it is same for other targets.
Issue is we are providing the recording buffer for all targets which is not intialized for some targets.
Providing the respective buffer for each target fixes the issue.

Change-Id: I8674cb832f5fd63a552d4c52aea07750cec9eebc
1 file changed