libhardware: Add camera_info typedef
Change-Id: Icfc0b2dc7739313a6266938f0e2b46fa823ba61e
This commit is contained in:
@@ -89,7 +89,7 @@ __BEGIN_DECLS
|
|||||||
*/
|
*/
|
||||||
typedef struct camera_metadata camera_metadata_t;
|
typedef struct camera_metadata camera_metadata_t;
|
||||||
|
|
||||||
struct camera_info {
|
typedef struct camera_info {
|
||||||
/**
|
/**
|
||||||
* The direction that the camera faces to. It should be CAMERA_FACING_BACK
|
* The direction that the camera faces to. It should be CAMERA_FACING_BACK
|
||||||
* or CAMERA_FACING_FRONT.
|
* or CAMERA_FACING_FRONT.
|
||||||
@@ -153,7 +153,7 @@ struct camera_info {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const camera_metadata_t *static_camera_characteristics;
|
const camera_metadata_t *static_camera_characteristics;
|
||||||
};
|
} camera_info_t;
|
||||||
|
|
||||||
typedef struct camera_module {
|
typedef struct camera_module {
|
||||||
hw_module_t common;
|
hw_module_t common;
|
||||||
|
|||||||
Reference in New Issue
Block a user