透過集合功能整理內容
你可以依據偏好儲存及分類內容。
gralloc_module_t 結構參考
#include < gralloc.h >
|
結構體hw_module_t | 常見的 |
|
整數(* | registerBuffer )(struct gralloc_module_t const *module, buffer_handle_t 句柄) |
|
整數(* | unregisterBuffer )(struct gralloc_module_t const *module, buffer_handle_t 句柄) |
|
整數(* | 鎖)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, void **vaddr) |
|
整數(* | 解鎖)(struct gralloc_module_t const *module, buffer_handle_t 句柄) |
|
整數(* | 執行)(struct gralloc_module_t const *module, int 操作,...) |
|
整數(* | lock_ycbcr )(struct gralloc_module_t const *模組,buffer_handle_t句柄,int用法,int l,int t,int w,int h,struct android_ycbcr *ycbcr) |
|
整數(* | lockAsync )(struct gralloc_module_t const *模組,buffer_handle_t句柄,int用法,int l,int t,int w,int h,void **vaddr,int fenceFd) |
|
整數(* | unlockAsync )(struct gralloc_module_t const *module, buffer_handle_t 句柄, int *fenceFd) |
|
整數(* | lockAsync_ycbcr )(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd) |
|
空白 * | 保留進程[3] |
|
每個硬體模組必須有一個名為 HAL_MODULE_INFO_SYM 的資料結構,並且該資料結構的欄位必須以hw_module_t開頭,後面跟著模組特定資訊。
定義位於檔案gralloc.h的第155行。
int(* lock)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, void **vaddr) |
int(* lock_ycbcr)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, struct android_ycbcr *ycbcr) |
int(* lockAsync)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, void **vaddr, int fenceFd) |
int(* lockAsync_ycbcr)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd) |
int(* registerBuffer)(struct gralloc_module_t const *module, buffer_handle_t 句柄) |
int(*unlockAsync)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int *fenceFd) |
int(* unregisterBuffer)(struct gralloc_module_t const *module, buffer_handle_t 句柄) |
該結構的文檔是從以下文件產生的:
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2023-12-01 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2023-12-01 (世界標準時間)。"],[],[]]