camera2_stream_ops 結構參考資料
camera2_stream_ops 結構參考資料
#include <
camera2.h
>
資料欄位 |
|
int(* | dequeue_buffer )(const struct camera2_stream_ops *w, buffer_handle_t **buffer) |
int(* | enqueue_buffer (const struct camera2_stream_ops *w, int64_t timestamp, buffer_handle_t *buffer) |
int(* | cancel_buffer )(const struct camera2_stream_ops *w, buffer_handle_t *buffer) |
int(* | set_crop )(const struct camera2_stream_ops *w, int left, int top, int right, int bottom) |
詳細說明
輸出圖片串流佇列介面。這些方法會在 allocate_stream() 中提供給 HAL 裝置,用於與該串流的 gralloc 緩衝區佇列互動。只有在 allocate_stream 傳回後,才能呼叫這些方法。
欄位說明文件
int(* cancel_buffer)(const struct camera2_stream_ops *w, buffer_handle_t *buffer) |
int(* dequeue_buffer)(const struct camera2_stream_ops *w, buffer_handle_t **buffer) |
int(* enqueue_buffer)(const struct camera2_stream_ops *w, int64_t timestamp, buffer_handle_t *buffer) |
int(* set_crop)(const struct camera2_stream_ops *w, int left, int top, int right, int bottom) |
為後續排入佇列的緩衝區設定裁剪視窗。參數是以相對於緩衝區寬度和高度的像素為單位。
定義位於檔案 camera2.h 的第 108 行 。
這個結構體的說明文件是由下列檔案產生:
- hardware/libhardware/include/hardware/ camera2.h