Merge "Camera: Update metadata docs to match current API" into rvc-dev
This commit is contained in:
commit
42b7037739
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ enum CameraMetadataTag : @3.4::CameraMetadataTag {
|
|||
|
||||
ANDROID_CONTROL_END_3_5,
|
||||
|
||||
/** android.scaler.availableRotateAndCropModes [static, byte[], public]
|
||||
/** android.scaler.availableRotateAndCropModes [static, byte[], hidden]
|
||||
*
|
||||
* <p>List of rotate-and-crop modes for ANDROID_SCALER_ROTATE_AND_CROP that are supported by this camera device.</p>
|
||||
*
|
||||
|
@ -81,7 +81,7 @@ enum CameraMetadataTag : @3.4::CameraMetadataTag {
|
|||
*/
|
||||
ANDROID_SCALER_AVAILABLE_ROTATE_AND_CROP_MODES = android.hardware.camera.metadata@3.4::CameraMetadataTag:ANDROID_SCALER_END_3_4,
|
||||
|
||||
/** android.scaler.rotateAndCrop [dynamic, enum, public]
|
||||
/** android.scaler.rotateAndCrop [dynamic, enum, hidden]
|
||||
*
|
||||
* <p>Whether a rotation-and-crop operation is applied to processed
|
||||
* outputs from the camera.</p>
|
||||
|
|
Loading…
Reference in a new issue