コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
gralloc_module_t構造体リファレンス
#include < gralloc.h >
すべてのハードウェアモジュールには、HAL_MODULE_INFO_SYMという名前のデータ構造が必要であり、このデータ構造のフィールドは、 hw_module_tで始まり、その後にモジュール固有の情報が続く必要があります。
gralloc.hファイルの155行で定義されています。
int(* lock)(struct gralloc_module_t const * module、buffer_handle_t handle、int Usage、int l、int t、int w、int h、void ** vaddr) |
int(* lock_ycbcr)(struct gralloc_module_t const * module、buffer_handle_t handle、int Usage、int l、int t、int w、int h、struct android_ycbcr * ycbcr) |
int(* lockAsync)(struct gralloc_module_t const * module、buffer_handle_t handle、int Usage、int l、int t、int w、int h、void ** vaddr、int速く |
int(* lockAsync_ycbcr)(struct gralloc_module_t const * module、buffer_handle_t handle、int Usage、int l、int t、int w、int h、struct android_ycbcr * ycbcr、int速く |
int(* registerBuffer)(struct gralloc_module_t const * module、buffer_handle_t handle) |
int(* UnlockAsync)(struct gralloc_module_t const * module、buffer_handle_t handle、int * fenceFd) |
int(* unregisterBuffer)(struct gralloc_module_t const * module、buffer_handle_t handle) |
この構造体のドキュメントは、次のファイルから生成されました。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2022-08-30 UTC。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]