tv_input_device Struct Reference
#include <
tv_input.h
>
Data Fields |
|
struct hw_device_t | common |
int(* | initialize )(struct tv_input_device *dev, const tv_input_callback_ops_t *callback, void *data) |
int(* | get_stream_configurations )(const struct tv_input_device *dev, int device_id, int *num_configurations, const tv_stream_config_t **configs) |
int(* | open_stream )(struct tv_input_device *dev, int device_id, tv_stream_t *stream) |
int(* | close_stream )(struct tv_input_device *dev, int device_id, int stream_id) |
int(* | request_capture )(struct tv_input_device *dev, int device_id, int stream_id, buffer_handle_t buffer, uint32_t seq) |
int(* | cancel_capture )(struct tv_input_device *dev, int device_id, int stream_id, uint32_t seq) |
void * | reserved [16] |
Detailed Description
Definition at line 304 of file tv_input.h .
Field Documentation
int(* cancel_capture)(struct tv_input_device *dev, int device_id, int stream_id, uint32_t seq) |
Definition at line 397 of file tv_input.h .
int(* close_stream)(struct tv_input_device *dev, int device_id, int stream_id) |
Definition at line 362 of file tv_input.h .
struct hw_device_t common |
Definition at line 305 of file tv_input.h .
int(* get_stream_configurations)(const struct tv_input_device *dev, int device_id, int *num_configurations, const tv_stream_config_t **configs) |
Definition at line 335 of file tv_input.h .
int(* initialize)(struct tv_input_device *dev, const tv_input_callback_ops_t *callback, void *data) |
Definition at line 321 of file tv_input.h .
int(* open_stream)(struct tv_input_device *dev, int device_id, tv_stream_t *stream) |
Definition at line 350 of file tv_input.h .
int(* request_capture)(struct tv_input_device *dev, int device_id, int stream_id, buffer_handle_t buffer, uint32_t seq) |
Definition at line 385 of file tv_input.h .
void* reserved[16] |
Definition at line 400 of file tv_input.h .
The documentation for this struct was generated from the following file:
- hardware/libhardware/include/hardware/ tv_input.h