Camera: Ensure that the mdp blit is not invoked when there is no crop
information

MDP blit shouldn't be called when there is no crop information present
in the frame. Fixed this by having all the source and destination
buffers moving into a single FD and registering this FD with surface
flinger, so that the actual frame data will be controlled by setting
offset to correct value depending on whether MDP blit is done or not.
2 files changed