Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
gralloc_module_t Riferimento alla struttura
#include < gralloc.h >
|
struttura hw_module_t | comune |
|
int(* | RegisterBuffer )(struct gralloc_module_t const *module, buffer_handle_t handle) |
|
int(* | unregisterBuffer )(struct gralloc_module_t const *module, buffer_handle_t handle) |
|
int(* | lock )(struct gralloc_module_t const *module, buffer_handle_t handle, int using, int l, int t, int w, int h, void **vaddr) |
|
int(* | sblocca )(struct gralloc_module_t const *module, buffer_handle_t handle) |
|
int(* | eseguire )(struct gralloc_module_t const *module, operazione int,...) |
|
int(* | lock_ycbcr )(struct gralloc_module_t const *module, buffer_handle_t handle, int utilizzo, 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 utilizzo, int l, int t, int w, int h, void **vaddr, intfenceFd) |
|
int(* | sbloccaAsync )(struct gralloc_module_t const *module, buffer_handle_t handle, int *fenceFd) |
|
int(* | lockAsync_ycbcr )(struct gralloc_module_t const *module, buffer_handle_t handle, int utilizzo, int l, int t, int w, int h, struct android_ycbcr *ycbcr, intfenceFd) |
|
vuoto * | riservati_proc [3] |
|
Ogni modulo hardware deve avere una struttura dati denominata HAL_MODULE_INFO_SYM e i campi di questa struttura dati devono iniziare con hw_module_t seguito dalle informazioni specifiche del modulo.
Definizione alla riga 155 del file gralloc.h .
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 utilizzo, 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, intfenceFd) |
int(* lockAsync_ycbcr)(struct gralloc_module_t const *module, buffer_handle_t handle, int utilizzo, int l, int t, int w, int h, struct android_ycbcr *ycbcr, intfenceFd) |
int(* RegisterBuffer)(struct gralloc_module_t const *module, buffer_handle_t handle) |
int(* sbloccaAsync)(struct gralloc_module_t const *module, buffer_handle_t handle, int *fenceFd) |
int(* unregisterBuffer)(struct gralloc_module_t const *module, buffer_handle_t handle) |
La documentazione per questa struttura è stata generata dal seguente file:
- hardware/libhardware/include/hardware/ gralloc.h
I campioni di contenuti e codice in questa pagina sono soggetti alle licenze descritte nella Licenza per i contenuti. Java e OpenJDK sono marchi o marchi registrati di Oracle e/o delle sue società consociate.
Ultimo aggiornamento 2023-12-01 UTC.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2023-12-01 UTC."],[],[]]