Use appropriate format for Depth16 streams

The public Depth16 format as advertised by CameraHal does
re-use the already available "HAL_PIXEL_FORMAT_Y16"
internally.
Usually public facing APIs like 'CameraCharateristics' and
'ACameraMetadata' will take care and re-map the internal format
so it matches the public value. The native VTS camera service test
case does access and work with the raw static camera metadata and
needs to account for the internal 'HAL_PIXEL_FORMAT_Y16' representation
when parsing the available depth stream configurations.

Bug: 144574938
Test: VtsHalCameraServiceV2_0TargetTest
Change-Id: Ia1d2d2da95a60728a195deb41dae6b1ccb81d8fc
Merged-In: Ia1d2d2da95a60728a195deb41dae6b1ccb81d8fc
1 file changed