#include <native_window.h>
Data Fields | |
int32_t | width |
int32_t | height |
int32_t | stride |
int32_t | format |
void * | bits |
uint32_t | reserved [6] |
ANativeWindow is a struct that represents a windows buffer.
A pointer can be obtained using ANativeWindow_lock().
void* bits |
int32_t format |
int32_t height |
uint32_t reserved[6] |
int32_t stride |
int32_t width |