tv_input_device 構造体リファレンス
#include <
tv_input.h
>
データ フィールド |
|
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 * | 予約済み [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