Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Referência de estrutura gralloc_module_t
#include < gralloc.h >
|
estrutura hw_module_t | comum |
|
interno(* | registrarBuffer )(struct gralloc_module_t const *módulo, buffer_handle_t identificador) |
|
interno(* | unregisterBuffer )(struct gralloc_module_t const *module, buffer_handle_t handle) |
|
interno(* | lock )(struct gralloc_module_t const *módulo, buffer_handle_t handle, uso interno, int l, int t, int w, int h, void **vaddr) |
|
interno(* | desbloquear ) (estrutura gralloc_module_t const *módulo, buffer_handle_t identificador) |
|
interno(* | perform )(struct gralloc_module_t const *módulo, operação int,...) |
|
interno(* | lock_ycbcr )(struct gralloc_module_t const *módulo, buffer_handle_t handle, uso interno, int l, int t, int w, int h, struct android_ycbcr *ycbcr) |
|
interno(* | lockAsync )(struct gralloc_module_t const *módulo, buffer_handle_t handle, uso interno, int l, int t, int w, int h, void **vaddr, int fenceFd) |
|
interno(* | unlockAsync )(struct gralloc_module_t const *module, buffer_handle_t handle, int *fenceFd) |
|
interno(* | lockAsync_ycbcr )(struct gralloc_module_t const *módulo, buffer_handle_t handle, uso interno, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd) |
|
vazio * | reservado_proc [3] |
|
Cada módulo de hardware deve ter uma estrutura de dados chamada HAL_MODULE_INFO_SYM e os campos desta estrutura de dados devem começar com hw_module_t seguido de informações específicas do módulo.
Definição na linha 155 do arquivo 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 *módulo, buffer_handle_t handle, uso int, int l, int t, int w, int h, struct android_ycbcr *ycbcr) |
int(* lockAsync)(struct gralloc_module_t const *módulo, buffer_handle_t handle, uso interno, int l, int t, int w, int h, void **vaddr, int fenceFd) |
int(* lockAsync_ycbcr)(struct gralloc_module_t const *módulo, buffer_handle_t handle, uso int, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd) |
int(*registBuffer)(struct gralloc_module_t const *module, buffer_handle_t handle) |
int(* desbloquear)(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) |
A documentação desta estrutura foi gerada a partir do seguinte arquivo:
- hardware/libhardware/include/hardware/ gralloc.h
O conteúdo e os exemplos de código nesta página estão sujeitos às licenças descritas na Licença de conteúdo. Java e OpenJDK são marcas registradas da Oracle e/ou suas afiliadas.
Última atualização 2023-12-01 UTC.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2023-12-01 UTC."],[],[]]