tv_input_device 結構體參考資料
tv_input_device 結構體參考資料
#include <
tv_input.h
>
資料欄位 |
|
struct hw_device_t | 通用 |
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 * | 保留 [16] |
詳細說明
定義位於檔案 tv_input.h 的第 304 行。
欄位說明文件
int(* cancel_capture)(struct tv_input_device *dev, int device_id, int stream_id, uint32_t seq) |
定義位於檔案 tv_input.h 的 397 行。
int(* close_stream)(struct tv_input_device *dev, int device_id, int stream_id) |
定義位於檔案 tv_input.h 的 362 行。
struct hw_device_t common |
定義位於檔案 tv_input.h 的 305 行。
int(* get_stream_configurations)(const struct tv_input_device *dev, int device_id, int *num_configurations, const tv_stream_config_t **configs) |
定義位於檔案 tv_input.h 的 335 行。
int(* initialize)(struct tv_input_device *dev, const tv_input_callback_ops_t *callback, void *data) |
定義位於檔案 tv_input.h 的 321 行。
int(* open_stream)(struct tv_input_device *dev, int device_id, tv_stream_t *stream) |
定義位於檔案 tv_input.h 的 350 行。
int(* request_capture)(struct tv_input_device *dev, int device_id, int stream_id, buffer_handle_t buffer, uint32_t seq) |
定義位於檔案 tv_input.h 的 385 行。
void* reserved[16] |
定義位於檔案 tv_input.h 的 400 行。
這個結構體的說明文件是由下列檔案產生:
- hardware/libhardware/include/hardware/ tv_input.h