Camera: HAL: Change the buffer dimension ceiling from 32 to 16.

The buffer allocation and the dimension with which the camera
driver is configured should be multiple of 16 and not 32. Hence
change the ceiling value.
The function camframe_terminate returns void. Hence we should
not check for its return value.
Added a debug message inside camframe_timeout function.

CRs-Fixed: 225355
1 file changed